Margins

Margins class

This class represents margins of an image.

The Margins type exposes the following members:

Constructors

NameDescription
Margins(left, right, top, bottom)Initializes a new instance of the Margins class
Margins()Initializes a new instance of the

Properties

NameDescription
leftGets or sets the left.
rightGets or sets the right.
topGets or sets the top.
bottomGets or sets the bottom.

See Also