ViewCubeIcon.GetPosition Method

Gets the position of the ViewCube in camera viewport coordinates (0 on bottom).
Protected Overridable Sub GetPosition( _ 
ByVal viewport As Viewport, _ 
ByVal viewFrame As Integer(), _ 
ByRef x As Integer, _ 
ByRef y As Integer
)
This language is not supported or no code example is available.
protected virtual void GetPosition( 
Viewport viewport
int[] viewFrame
out int x
out int y 
)
This language is not supported or no code example is available.

Parameters

viewport
Viewport

The viewport

viewFrame
int[]

The viewport bounds

x
int

The x position in camera viewport coordinates>

y
int

The y position in camera viewport coordinates

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition