MindFusion.Charting for WebForms Programmer's Guide
GdiGraphics.TransformPoints Method (CoordinateSpace, CoordinateSpace, Point[])
See Also
 



Transforms an array of points from one coordinate space to another using the current world and page transformations of this GdiGraphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void TransformPoints (
    CoordinateSpace destSpace,
    CoordinateSpace srcSpace,
    Point[] pts
)

Visual Basic  Copy Code

Public Overridable Sub TransformPoints( _
    destSpace As CoordinateSpace, _
    srcSpace As CoordinateSpace, _
    pts() As Point _
)

 Parameters

destSpace
Member of the .NET CoordinateSpace enumeration that specifies the destination coordinate space.
srcSpace
Member of the .NET CoordinateSpace enumeration that specifies the source coordinate space.
pts
An array of .NET Point structures that represents the points to transformation.

 See Also

TransformPoints Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace