Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Transform Property
See Also 
Leadtools.Annotations Namespace > AnnContainer Class : Transform Property



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);
}

Return Value

A 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 Transform property to link an annotation container with a raster image viewer and provide seamless scrolling and zooming.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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