LEADTOOLS Annotations (Leadtools.Annotations assembly)

ConvertedBottom Method

Show in webframe





AnnUnitConverter object to be used in converting the value.
Destination AnnUnit value indicating the unit of measure.
Returns the value of the bottom edge of this AnnRectangle structure, converted to its equivalent in specified AnnUnit unit of measure.
Syntax
public float ConvertedBottom( 
   AnnUnitConverter converter,
   AnnUnit unit
)
'Declaration
 
Public Function ConvertedBottom( _
   ByVal converter As AnnUnitConverter, _
   ByVal unit As AnnUnit _
) As Single
'Usage
 
Dim instance As AnnRectangle
Dim converter As AnnUnitConverter
Dim unit As AnnUnit
Dim value As Single
 
value = instance.ConvertedBottom(converter, unit)

            

            
public:
float ConvertedBottom( 
   AnnUnitConverter^ converter,
   AnnUnit unit
) 

Parameters

converter
AnnUnitConverter object to be used in converting the value.
unit
Destination AnnUnit value indicating the unit of measure.

Return Value

A value for the bottom edge of this AnnRectangle structure, converted to its equivalent in the specified AnnUnit unit of measure.
Remarks
The converter is used to do the actual conversion. If converter is null (Nothing in Visual Basic), the default AnnUnitConverter is used (in other words, conversion will be done based on the default 96 DPI).
Example
For an example, refer to ConvertedLeft.
Requirements

Target Platforms

See Also

Reference

AnnRectangle Structure
AnnRectangle Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.