Initializes a new instance of the DivPos class
Namespace: CuteEditor.ConvertorAssembly: 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 ) |
Parameters
- type
- Type: CuteEditor.Convertor..::..PositionType
- left
- Type: System..::..Int32
- top
- Type: System..::..Int32