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

AutomationTransform Property






Gets a System.Drawing.Drawing2D.Matrix object that represents the current transformation for the annotations objects.
Syntax
Matrix AutomationTransform {get;}
'Declaration
 
ReadOnly Property AutomationTransform As Matrix
'Usage
 
Dim instance As IAnnAutomationControl
Dim value As Matrix
 
value = instance.AutomationTransform
Matrix AutomationTransform {get;}
get_AutomationTransform(); 
property Matrix^ AutomationTransform {
   Matrix^ get();
}

Property Value

A System.Drawing.Drawing2D.Matrix object that represents the current transformation for the annotations objects.
Remarks

A System.Drawing.Drawing2D.Matrix object that represents the current transformation for the annotations objects. This value cannot be a null reference (Nothing in Visual Basic) and the object returned will be owned by the automation object and will be disposed internally when it is no longer needed. You must set this matrix with the current scroll and zoom values of your control and set up your application to either create or return a new instance of this matrix on demand whenever this property is called. For more explanation, refer to the example source code of this class. If you will not support scrolling or zooming in your application, then simply return an identity matrix (a new System.Drawing.Drawing2D.Matrix object). You must trigger the IAnnAutomationControl.AutomationTransformChanged when the value of this property is changed.

Example
For an example, refer to IAnnAutomationControl.
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

IAnnAutomationControl Interface
IAnnAutomationControl Members

 

 


Products | Support | Contact Us | Copyright Notices

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