Returns the value of the "Viewport" attribute scaled by the screen
size.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual int[] GetScreenViewport() |
Visual Basic (Declaration) |
---|
Public Overridable Function GetScreenViewport As Integer() |
Visual C++ |
---|
public: virtual array<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.