IRect Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |