[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.Offsets

Offsets Struct

A structure representing four values corresponding to the four sides of a rectangular area.

Implements
Namespace: GrapeCity.Documents.Common
Assembly: DS.Documents.Imaging.dll
Syntax
public struct Offsets : IEquatable<Offsets>
Public Structure Offsets
    Implements IEquatable(Of Offsets)

Constructors

Name Description
Offsets(float, float, float, float)

Initializes a new instance of the Offsets structure.

Fields

Name Description
Bottom

Gets or sets the bottom offset value.

Left

Gets or sets the left offset value.

Right

Gets or sets the right offset value.

Top

Gets or sets the top offset value.

Methods

Operators

Name Description
operator ==(Offsets, Offsets)

Tests whether two specified Offsets objects are equivalent.

operator !=(Offsets, Offsets)

Tests whether two specified Offsets objects are NOT equivalent.