- transformer
- The AnnTransformer that is applied to the rotate control points.
| Visual Basic (Declaration) | |
|---|---|
Public Sub TransformRotatePoints( _ ByVal transformer As AnnTransformer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void TransformRotatePoints( AnnTransformer transformer ) | |
| C++/CLI | |
|---|---|
public: void TransformRotatePoints( AnnTransformer^ transformer ) | |
Parameters
- transformer
- The AnnTransformer that is applied to the rotate control points.
This method is called internally when using a AnnObject.TransformObjectMode of
AnnTransformObjectMode.PointsAndRotate.
For more information, refer to New Annotation Features of Version 14.5.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code