[]
        
(Showing Draft Content)

C1.C1Preview.OffsetsI

OffsetsI Struct

Stores a set of four integer numbers that represent the offsets from edges of rectangular area.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public struct OffsetsI

Constructors

Name Description
OffsetsI(int, int, int, int)

Initializes a new instance of the OffsetsI structure.

Properties

Name Description
Bottom

Gets or sets the bottom offset.

Empty

Represents an empty instance of the OffsetsI structure.

IsEmpty

Gets a value indicating whether the current OffsetsI is empty.

Left

Gets or sets the left offset.

Right

Gets or sets the right offset.

Top

Gets or sets the top offset.

Methods

Name Description
Ceiling(OffsetsD)

Converts the specified OffsetsD structure to an OffsetsI by rounding the OffsetsD's double values to the next higher integer values.

ToString()

Returns a string that represents the current OffsetsI.