ImageGear PDF v25.2 - Updated
GetPoint Method (ImGearVectorEntitySolid)




ImageGear.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntitySolid Class : GetPoint Method
Index of the corner.
Returns coordinates of the specified corner.
Syntax
'Declaration
 
Public Function GetPoint( _
   ByVal index As Integer _
) As ImGearVectorPoint3D
'Usage
 
Dim instance As ImGearVectorEntitySolid
Dim index As Integer
Dim value As ImGearVectorPoint3D
 
value = instance.GetPoint(index)
public ImGearVectorPoint3D GetPoint( 
   int index
)
public: ImGearVectorPoint3D GetPoint( 
   int index
) 
public:
ImGearVectorPoint3D GetPoint( 
   int index
) 

Parameters

index
Index of the corner.

Return Value

ImGearVectorPoint3D structure representing the coordinates of the corner specified by index.
See Also

Reference

ImGearVectorEntitySolid Class
ImGearVectorEntitySolid Members

Is this page helpful?
Yes No
Thanks for your feedback.