Search
GdiCanvas.Transform Property
See Also
 






Gets or sets a matrix that transforms geo-coordinates to pixels.

Namespace: MindFusion.Mapping.WinForms
Assembly: MindFusion.Mapping.WinForms

 Syntax

C#  Copy Code

public Matrix Transform { get; set; }

Visual Basic  Copy Code

Public Property Transform As Matrix

 Property Value

 See Also