cohtml.Net.Rectangle
Inherits from SystemIDisposable
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual void | Dispose() |
| Rectangle() |
Public Properties
Section titled “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
Section titled “Protected Attributes”| Name | |
|---|---|
| bool | swigCMemOwn |
Public Functions Documentation
Section titled “Public Functions Documentation”function Dispose
Section titled “function Dispose”virtual void Dispose()function Rectangle
Section titled “function Rectangle”Rectangle()Public Property Documentation
Section titled “Public Property Documentation”property X
Section titled “property X”float X;Leftmost coordinate in pixels.
property Y
Section titled “property Y”float Y;Topmost coordinate in pixels.
property Width
Section titled “property Width”float Width;Width in pixels.
property Height
Section titled “property Height”float Height;Height in pixels.
Protected Attributes Documentation
Section titled “Protected Attributes Documentation”variable swigCMemOwn
Section titled “variable swigCMemOwn”bool swigCMemOwn;© 2026 Coherent Labs. All rights reserved.