CoordinateSystemIcon.GetPosition Method

Protected Overridable Sub GetPosition( _ 
ByVal viewportSize As Size, _ 
ByVal zoomRect As RectangleF, _ 
ByRef x As Double, _ 
ByRef y As Double
)
This language is not supported or no code example is available.
protected virtual void GetPosition( 
Size viewportSize
RectangleF zoomRect
out double x
out double y 
)
This language is not supported or no code example is available.

Parameters

viewportSize
Size

zoomRect
RectangleF

x
double

y
double

.NET Framework

Supported in: 4.8

In this article

Definition