Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public UnitRectangle(
	double left,
	double top,
	double right,
	double bottom,
	UnitTypeEnum unit
)
Visual Basic (Declaration)
Public Sub New ( _
	left As Double, _
	top As Double, _
	right As Double, _
	bottom As Double, _
	unit As UnitTypeEnum _
)

Parameters

left
Type: System..::.Double
top
Type: System..::.Double
right
Type: System..::.Double
bottom
Type: System..::.Double
unit
Type: UnitTypeEnum

See Also