ChartNodeGetScreenViewport Method |
Returns the value of the "Viewport" attribute scaled by the screen
size.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int[] GetScreenViewport()
Public Overridable Function GetScreenViewport As Integer()
public:
virtual array<int>^ GetScreenViewport()
abstract GetScreenViewport : unit -> int[]
override GetScreenViewport : unit -> int[]
Return Value
Type:
Int32
An
int[4] containing the "Viewport" attribute value.
Remarks
The value returned is scaled by the screen size containing the pixel
coordinates for xmin, xmax, ymin and ymax.
See Also