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

Syntax

C#
public UnitPoint(
	double horValue,
	double vertValue,
	UnitTypeEnum unit
)
Visual Basic (Declaration)
Public Sub New ( _
	horValue As Double, _
	vertValue As Double, _
	unit As UnitTypeEnum _
)

Parameters

horValue
Type: System..::.Double
vertValue
Type: System..::.Double
unit
Type: UnitTypeEnum

See Also