Initializes a new instance of the DivPos class

Namespace: CuteEditor.Convertor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public DivPos(
	PositionType type,
	int left,
	int top
)
Visual Basic
Public Sub New ( _
	type As PositionType, _
	left As Integer, _
	top As Integer _
)
Visual C++
public:
DivPos(
	PositionType type, 
	int left, 
	int top
)

See Also