- converter
- AnnUnitConverter object to be used in converting the value.
- unit
- Destination AnnUnit value indicating the unit of measure.
Visual Basic (Declaration) | |
---|---|
Public Function ConvertedRight( _ ByVal converter As AnnUnitConverter, _ ByVal unit As AnnUnit _ ) As Single |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public float ConvertedRight( AnnUnitConverter converter, AnnUnit unit ) |
C++/CLI | |
---|---|
public: float ConvertedRight( 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 right edge of this AnnRectangle structure, converted to the specified AnnUnit unit of measure.For an example, refer to ConvertedLeft.
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).
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family