General purpose rectangle used by controls when applicable.
Namespace:
OmniPageCSDK.ToolBoxes
Assembly:
OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[ComVisibleAttribute(true)]
[GuidAttribute("00C69B14-FF9E-4709-B197-8A87B9F57154")]
public struct IPRORECT<ComVisibleAttribute(true)>
<GuidAttribute("00C69B14-FF9E-4709-B197-8A87B9F57154")>
Public Structure IPRORECT[ComVisibleAttribute(true)]
[GuidAttribute(L"00C69B14-FF9E-4709-B197-8A87B9F57154")]
public value class IPRORECT
The IPRORECT type exposes the following members.
Fields|
| Name | Description |
|---|
 | Height |
Height of the rectangle.
|
 | left |
Left side of the rectangle for alignment.
|
 | top |
Top of the rectangle for alignment.
|
 | Width |
Width of the rectangle.
|
Top
See Also