ImageGear for .NET
SetPoint Method (ImGearVectorEntitySolid)




Index of the corner.
New corner coordinates.
Sets coordinates of the specified corner.
Syntax
public void SetPoint( 
   int index,
   ref ImGearVectorPoint3D point
)
public: void SetPoint( 
   int index,
   ref ImGearVectorPoint3D point
) 
public:
void SetPoint( 
   int index,
   ImGearVectorPoint3D% point
) 
'Declaration
 
Public Sub SetPoint( _
   ByVal index As Integer, _
   ByRef point As ImGearVectorPoint3D _
) 
 
'Usage
 
Dim instance As ImGearVectorEntitySolid
Dim index As Integer
Dim point As ImGearVectorPoint3D
 
instance.SetPoint(index, point)

Parameters

index
Index of the corner.
point
New corner coordinates.
See Also

Reference

ImGearVectorEntitySolid Class
ImGearVectorEntitySolid Members
ImGearVectorPoint3D Structure

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback