LEADTOOLS Annotations (Leadtools.Annotations assembly)

Transform Property (AnnContainer)

Show in webframe





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 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

See Also

Reference

AnnContainer Class
AnnContainer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.