'Declaration Public Shared Function FromTwips( _ ByVal twips As Single, _ ByVal target As Length.Unit _ ) As Length
public static Length FromTwips( float twips, Length.Unit target )
Parameters
- twips
- A System.Single value indicating the length in twips.
- target
- A target Length.Unit for the resulting length.
Return Value
A new Length instance.