DivPos Constructor (PositionType, Int32, Int32)
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| DivPos Constructor (PositionType, Int32, Int32) |
| DivPos Class See Also Send Feedback |
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