Create a Unit from a value. The value is assumed to be in Points.

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public Unit(
	double val
)
Visual Basic
Public Sub New ( _
	val As Double _
)

Parameters

val
Type: System..::..Double

[Missing <param name="val"/> documentation for "M:TallComponents.PDF.Layout.Unit.#ctor(System.Double)"]

See Also