LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
TransformRotatePoints Method
See Also 
Leadtools.Windows.Annotations Namespace > AnnObject Class : TransformRotatePoints Method



transform
The System.Windows.Media.Transform that is applied to the rotate control points.
transform
The System.Windows.Media.Transform that is applied to the rotate control points.
Applies the transformer to the rotate control points. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Sub TransformRotatePoints( _
   ByVal transform As Transform _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnObject
Dim transform As Transform
 
instance.TransformRotatePoints(transform)
C# 
public void TransformRotatePoints( 
   Transform transform
)
C++/CLI 
public:
void TransformRotatePoints( 
   Transform^ transform
) 

Parameters

transform
The System.Windows.Media.Transform that is applied to the rotate control points.

Remarks

This method is called internally when using a TransformMode of AnnTransformMode.PointsAndRotate. For more information, refer to WPF Annotation Rotation Options.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

TransformRotatePoints requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.