'Declaration Public Function GetLengthTwips( _ ByVal aTwipsPerPixel As Single _ ) As Single
public float GetLengthTwips( float aTwipsPerPixel )
Parameters
- aTwipsPerPixel
- This value is necessary to convert a device independent length unit (mm, cm, inch, etc...) from the device dependent unit pixels. If the value was specified in a device independent unit, then this value will not be used.