LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Transform Property (AnnContainer)






Gets or sets the transform Matrix of AnnContainer.
Syntax
public virtual Matrix Transform {get; set;}
'Declaration
 
Public Overridable Property Transform As Matrix
'Usage
 
Dim instance As AnnContainer
Dim value As Matrix
 
instance.Transform = value
 
value = instance.Transform
public virtual Matrix Transform {get; set;}
 get_Transform();
set_Transform(value);
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.
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.
Example
For an example, refer to AnnContainer.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnContainer Class
AnnContainer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.