QuietZone Constructor(Single,Single,Single,Single)
In This Topic
Initializes a new instance of the QuietZone class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
)
public QuietZone(
System.float ,
System.float ,
System.float ,
System.float
)
Parameters
- left
- The left value of the quiet zone.
- top
- The top value of the quiet zone.
- right
- The right value of the quiet zone.
- bottom
- The bottom value of the quiet zone.
See Also