←Select platform

StrokeFromContainerCoordinates Method

Summary
Converts a stroke to container coordinates.
Syntax
C#
VB
Objective-C
C++
Java
public AnnStroke StrokeFromContainerCoordinates( 
   AnnStroke stroke, 
   AnnFixedStateOperations operation 
) 
Public Function StrokeFromContainerCoordinates( _ 
   ByVal stroke As AnnStroke, _ 
   ByVal operation As AnnFixedStateOperations _ 
) As AnnStroke 
-(LTAnnStroke*) strokeFromContainerCoordinates:(LTAnnStroke*)stroke 
                                operation:(LTAnnFixedStateOperations)operation; 
public AnnStroke strokeFromContainerCoordinates(AnnStroke stroke, 
                                                int annFixedStateOperations) 
public:  
   AnnStroke^ StrokeFromContainerCoordinates( 
      AnnStroke^ stroke, 
      AnnFixedStateOperations^ operation 
   ) 

Parameters

stroke
The source stroke object.

operation
The source object fixed operation state.

Return Value

The converted stroke

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.