Applies this transform to a specified point.

 

   

Syntax
 

[C#]
void TransformPoint(Point[] point)
void TransformPoint(PointF[] point)
void TransformPoint(XPoint point)
void TransformPoint(ref double x, ref double y)

 

   

Params
 
Name Description
point The point to be transformed.
x The x coordinate of a point to be transformed.
y The y coordinate of a point to be transformed.

 

   

Notes
 

Applies this transform to a specified point.

 

   

Example