Calculates the size of the viewport (based on the zoom field)

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public XY CalcSize()
Visual Basic (Declaration)
Public Function CalcSize As XY
Visual C++
public:
XY^ CalcSize()

Return Value

the size of the viewport. The x coordinate represents the width, and the y coordinate represents the height

See Also