- transform
- The System.Windows.Media.Transform that is applied to the rotate control points.
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnObject Dim transform As Transform instance.TransformRotatePoints(transform) | |
| C++/CLI | |
|---|---|
public: void TransformRotatePoints( Transform^ transform ) | |
Parameters
- transform
- The System.Windows.Media.Transform that is applied to the rotate control points.
This method is called internally when using a TransformMode of AnnTransformMode.PointsAndRotate. For more information, refer to WPF Annotation Rotation Options.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code