[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Length.FromTwips

FromTwips Method

FromTwips(float, Unit)

Creates a new Length from a specified value in twips.

Declaration
public static Length FromTwips(float twips, Length.Unit target)
Parameters
Type Name Description
float twips

A float value indicating the length in twips.

Length.Unit target

A target Length.Unit for the resulting length.

Returns
Type Description
Length

A new Length instance.