LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

AnnTransformMode Enumeration






Used with AnnObject.TransformMode to determine how to transform the object when any of the object transformation methods (AnnObject.Translate, AnnObject.Rotate and AnnObject.Scale) is called. .NET support Silverlight support
Syntax
'Declaration
 
Public Enum AnnTransformMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As AnnTransformMode
public enum AnnTransformMode : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Windows.Annotations.AnnTransformMode = function() { };
Leadtools.Windows.Annotations.AnnTransformMode.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class AnnTransformMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
AutoUse the System.Windows.UIElement.RenderTransform transform. This is the default mode used by most objects. Objects that have their AnnObject.TransformMode property set to Auto will support all transformations.
PointsDo not use the System.Windows.UIElement.RenderTransform transform. This is used by some objects that do not support all transformation operations. For example, the AnnTextPointerObject does not support rotation, so it uses this mode to directly transform its bounding points.
PointsAndRotate

This is similar to AnnTransformMode.Auto, but the rotate control points (AnnObject.RotateGripper and AnnObject.RotateCenter are also transformed by the System.Windows.UIElement.RenderTransform transform. This mode is used by AnnGroupObject and AnnFreehandHotspotObject.

For more information, refer to WPF Annotation Rotation Options.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Annotations.AnnTransformMode

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

Leadtools.Windows.Annotations Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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