Share via


IRect Interface

Definition

Representation of a view elements position and size.

public interface IRect
type IRect = interface
Public Interface IRect
Derived

Properties

CenterX

The X coordinate of the center of the element.

CenterY

The Y coordinate of the center of the element.

Height

The height of the element.

Width

The width of the element.

X

The X coordinate of the top left corner of the element.

Y

The Y coordinate of the top left corner of the element.

Applies to