ImageGear .NET - Updated December 24, 2018
ToScreen Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorView Class : ToScreen Method
World coordinates to be converted.
Converts 3D world coordinates to screen coordinates for the current view.
Syntax
'Declaration
 
Public Function ToScreen( _
   ByVal worldCoordinates() As ImGearVectorPoint3D _
) As Point()
 
'Usage
 
Dim instance As ImGearVectorView
Dim worldCoordinates() As ImGearVectorPoint3D
Dim value() As Point
 
value = instance.ToScreen(worldCoordinates)

Parameters

worldCoordinates
World coordinates to be converted.

Return Value

An array of screen coordinates.
See Also

Reference

ImGearVectorView Class
ImGearVectorView Members
ImGearVectorPoint3D Structure