LEADTOOLS Annotations (Leadtools.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Transform Property
See Also 
Leadtools.Annotations Namespace > AnnContainer Class : Transform Property



The Transform Property is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets the transform Matrix of AnnContainer.

Syntax

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;}
C++/CLI 
public:
virtual property Matrix^ Transform {
   Matrix^ get();
   void set (    Matrix^ value);
}

Property Value

A System.Drawing.Drawing2D.Matrix matrix that represents the transform Matrix of AnnContainer.

Example

For an example, refer to AnnContainer.

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features