[]
Creates a new Length from a specified value in twips.
public static Length FromTwips(float twips, Length.Unit target)
Type | Name | Description |
---|---|---|
float | twips | A float value indicating the length in twips. |
Length.Unit | target | A target Length.Unit for the resulting length. |
Type | Description |
---|---|
Length | A new Length instance. |