MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / FromTwips Method
A System.Single value indicating the length in twips.
A target Length.Unit for the resulting length.

In This Topic
FromTwips Method
In This Topic
Creates a new Length from a specified value in twips.
Syntax
'Declaration
 
Public Shared Function FromTwips( _
   ByVal twips As Single, _
   ByVal target As Length.Unit _
) As Length
 

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.
See Also