Class Margins

Margins class

This class represents margins of an image.

public sealed class Margins

Constructors

NameDescription
Margins()Initializes a new instance of the Margins class.
Margins(int, int, int, int)Initializes a new instance of the Margins class.

Properties

NameDescription
Bottom { get; set; }Gets or sets the bottom.
Left { get; set; }Gets or sets the left.
Right { get; set; }Gets or sets the right.
Top { get; set; }Gets or sets the top.

See Also