cohtml.Net.Rectangle

Inherits from SystemIDisposable

Public Functions

Name
virtual voidDispose()
Rectangle()

Public Properties

Name
floatX
Leftmost coordinate in pixels.
floatY
Topmost coordinate in pixels.
floatWidth
Width in pixels.
floatHeight
Height in pixels.

Protected Attributes

Name
boolswigCMemOwn

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;