[]
Initializes a new instance of the QuietZone class.
public QuietZone(float left, float top, float right, float bottom)
| 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()