Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)