Click or drag to resize
ChartNodeGetScreenViewport Method
Returns the value of the "Viewport" attribute scaled by the screen size.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int[] GetScreenViewport()

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