Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.2
|
Leadtools.Annotations Namespace > AnnCrossProductObject Class : SetTransformPoints Method |
protected override void SetTransformPoints( AnnPoint[] points, AnnTransformObjectOperation operation )
'Declaration Protected Overrides Sub SetTransformPoints( _ ByVal points() As AnnPoint, _ ByVal operation As AnnTransformObjectOperation _ )
'Usage Dim instance As AnnCrossProductObject Dim points() As AnnPoint Dim operation As AnnTransformObjectOperation instance.SetTransformPoints(points, operation)
protected: void SetTransformPoints( array<AnnPoint>^ points, AnnTransformObjectOperation operation ) override