Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

RectangleToPhysical(AnnRectangle) Method






The AnnRectangle to be converted.
Converts the input AnnRectangle from logical to physical coordinates.
Syntax
public AnnRectangle RectangleToPhysical( 
   AnnRectangle rc
)
'Declaration
 
Public Overloads Function RectangleToPhysical( _
   ByVal rc As AnnRectangle _
) As AnnRectangle
'Usage
 
Dim instance As AnnTransformer
Dim rc As AnnRectangle
Dim value As AnnRectangle
 
value = instance.RectangleToPhysical(rc)

            

            
public:
AnnRectangle RectangleToPhysical( 
   AnnRectangle rc
) 

Parameters

rc
The AnnRectangle to be converted.

Return Value

The converted (physical) AnnRectangle.
Example
For an example, refer to AnnTransformer.
Requirements

Target Platforms

See Also

Reference

AnnTransformer Class
AnnTransformer Members
Overload List

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)