Sets the point.

 

   

Syntax
 

[C#]
void SetPoint(XPoint point)

[Visual Basic]
Sub SetPoint(point As XPoint)

 

   

Params
 
Name Description
point The source point.

 

   

Notes
 

This method copies the value from the parameter.

 

   

Example
 

None.