Length Constructor

public Length(float value);
public Length(float value, UIElements.LengthUnit unit);

Description 描述

Creates from a float and an optionnal LengthUnit.

LengthUnit.Pixel is the default unit.