Margin Constructor (Int32, Int32, Int32, Int32)
Initializes a new instance of the [Margin] struct.
Namespace:
SquidAssembly: Squid.Core (in Squid.Core.dll)
Syntax
public Margin( int left, int top, int right, int bottom )
Public Sub New ( _ left As Integer, _ top As Integer, _ right As Integer, _ bottom As Integer _ )
public: Margin( int^ left, int^ top, int^ right, int^ bottom )
Parameters
- left
- Type: Int32
The left.
- top
- Type: Int32
The top.
- right
- Type: Int32
The right.
- bottom
- Type: Int32
The bottom.