[]
Initializes a new instance of the QuietZone class.
public QuietZone(float left, float top, float right, float bottom)
Public Sub New(left As Single, top As Single, right As Single, bottom As Single)
Type | Name | Description |
---|---|---|
float | left | The left value of the quiet zone. |
float | top | The top value of the quiet zone. |
float | right | The right value of the quiet zone. |
float | bottom | The bottom value of the quiet zone. |
Initializes a new instance of the QuietZone class with zero values.
public QuietZone()
Public Sub New()