cohtml.Net.Rectangle
Inherits from SystemIDisposable
Public Functions
| Name | |
|---|---|
| virtual void | Dispose() |
| Rectangle() |
Public Properties
| Name | |
|---|---|
| float | X Leftmost coordinate in pixels. |
| float | Y Topmost coordinate in pixels. |
| float | Width Width in pixels. |
| float | Height Height in pixels. |
Protected Attributes
| Name | |
|---|---|
| bool | swigCMemOwn |
Public Functions Documentation
function Dispose
virtual void Dispose()
function Rectangle
Rectangle()
Public Property Documentation
property X
float X;
Leftmost coordinate in pixels.
property Y
float Y;
Topmost coordinate in pixels.
property Width
float Width;
Width in pixels.
property Height
float Height;
Height in pixels.
Protected Attributes Documentation
variable swigCMemOwn
bool swigCMemOwn;