IShellRect
What it does
Represents a rectangle.
Methods
Definition | Description |
ToString() : string | Represents a rectangle as a string of the form "[left,top,right,bottom]" |
Properties
Name | Type | Access | Description |
---|---|---|---|
Bottom | int | Read/write | Bottom coordinate |
Left | int | Read/write | Left coordinate |
Right | int | Read/write | Right coordinate |
Top | int | Read/write | Top coordinate |
4/12/2024 6:16:02 PM