IMSL C# Numerical Library

ChartNode.GetScreenViewport Method 

Returns the value of the "Viewport" attribute scaled by the screen size.

public virtual int[] GetScreenViewport();

Return Value

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

ChartNode Class | Imsl.Chart2D Namespace