The Transform Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the transform Matrix of AnnContainer.Visual Basic (Declaration) | |
---|---|
Public Overridable Property Transform As Matrix |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnContainer Dim value As Matrix instance.Transform = value value = instance.Transform |
C# | |
---|---|
public virtual Matrix Transform {get; set;} |
Property Value
A System.Drawing.Drawing2D.Matrix matrix that represents the transform Matrix of AnnContainer.For an example, refer to AnnContainer.
This member controls how the various objects inside the container are painted. Usually, this member is linked directly to the Leadtools.WinForms.RasterImageViewer.Transform property to link an annotation container with a raster image viewer and provide seamless scrolling and zooming.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7