←Select platform

AnnTransformMode Enumeration

Summary

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.

Syntax

C#
VB
C++
public enum AnnTransformMode 
  
Public Enum AnnTransformMode  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class AnnTransformMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0AutoUse 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.
1PointsDo 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.
2PointsAndRotate

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly