ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntitySolid Class : SetPoint Method |
'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)
public void SetPoint( int index, ref ImGearVectorPoint3D point )
public: void SetPoint( int index, ref ImGearVectorPoint3D point )
public: void SetPoint( int index, ImGearVectorPoint3D% point )