'Declaration Public Function GetLengthPixels( _ ByVal aPixelsPerTwip As Single _ ) As Single
public float GetLengthPixels( float aPixelsPerTwip )
Parameters
- aPixelsPerTwip
- The number of pixels per twip. This value will be used if a conversion from a device independent length unit (mm, cm, pica, etc...) is necessary. If the length value was originally specified as pixels, then this value will not be used.