Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
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;}
Managed Extensions for C++ 
public: __property virtual Matrix get_Transform();
public: __property virtual void set_Transform( 
   Matrix value
);
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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