←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly