Table of Contents

TDrawingRelativeRect Structure

A rectangle with coordinates used in a drawing.

Syntax

Namespace: FlexCel.Core

public struct TDrawingRelativeRect

Constructors

Name Description
TDrawingRelativeRect Creates a new instance.

Methods

Name Description
Equals Returns true if both classes contain the same rectangle.
GetHashCode Returns the hashcode for this object.

Properties

Name Description
Left Percentage of the left coordinate. Might be negative.
Top Percentage of the top coordinate. Might be negative.
Right Percentage of the right coordinate. Might be negative.
Bottom Percentage of the bottom coordinate. Might be negative.
Height Bottom - Top
Width Right - Left