CaptureAreaType property (Screen Control)
Builder Syntax |
int CaptureAreaType |
Delphi Syntax |
CaptureAreaType : Integer |
Overview |
Refer to Implementing Screen Capture. |
Remarks
(Read only, not available at design-time) Indicates the user's choice for type of Area to capture from the dialog displayed by the CaptureAreaOptionDlg method. Possible values are:
Setting |
Description |
CAPTURE_AREA_TRIANGLE |
[0x01] Triangle type |
CAPTURE_AREA_RECT |
[0x02] Rectangle type |
CAPTURE_AREA_ROUNDRECT |
[0x03] Rounded rectangle type |
CAPTURE_AREA_ELLIPSE |
[0x04] Ellipse type |
CAPTURE_AREA_POLYGON |
[0x05] Polygon type |
CAPTURE_AREA_FREEHAND |
[0x06] Freehand type |
See Also
Elements: |