- operation
- An AnnTransformObjectOperation value to specify which transformation method to call.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Function GetTransformPoints( _ ByVal operation As AnnTransformObjectOperation _ ) As Point() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected override Point[] GetTransformPoints( AnnTransformObjectOperation operation ) |
C++/CLI | |
---|---|
protected: array<Point>^ GetTransformPoints( AnnTransformObjectOperation operation ) override |
Parameters
- operation
- An AnnTransformObjectOperation value to specify which transformation method to call.
Return Value
An array of Point structures that contains the points to be transformed.
The AnnPointObject class overrides this member to return an array of 1 point, the center of the point.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family