Eyeshot 10 WinForms API Reference
GetPosition Method (CoordinateSystemIcon)

WinForms Assembly > devDept.Eyeshot Namespace > CoordinateSystemIcon Class : GetPosition Method
Syntax
'Declaration
 
Protected Overridable Sub GetPosition( _
   ByVal viewportSize As Size, _
   ByVal zoomRect As RectangleF, _
   ByRef x As Double, _
   ByRef y As Double _
) 
protected virtual void GetPosition( 
   Size viewportSize,
   RectangleF zoomRect,
   out double x,
   out double y
)

Parameters

viewportSize
zoomRect
x
y
See Also

Reference

CoordinateSystemIcon Class
CoordinateSystemIcon Members