←Select platform

RectFromContainerCoordinates Method

Summary
Converts a rectangle from container coordinates.
Syntax
C#
VB
Objective-C
C++
Java
public LeadRectD RectFromContainerCoordinates( 
   LeadRectD rect, 
   AnnFixedStateOperations operation 
) 
Public Function RectFromContainerCoordinates( _ 
   ByVal rect As LeadRectD, _ 
   ByVal operation As AnnFixedStateOperations _ 
) As LeadRectD 
-(LeadRectD) rectFromContainerCoordinates:(LeadRectD) rect 
                                operation:(LTAnnFixedStateOperations)operation 
                                transform:(LeadMatrix*)transform; 
public LeadRectD rectFromContainerCoordinates(LeadRectD rect, 
                                              int annFixedStateOperations) 
public:  
   LeadRectD^ RectFromContainerCoordinates( 
      LeadRectD^ rect, 
      AnnFixedStateOperations^ operation 
   ) 

Parameters

rect
The source rectangle.

operation
The source object fixed operation state.

Return Value

The converted rectangle.

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.