CaptureAreaOptionDlg method (Screen Control)
Builder Syntax |
Int CaptureAreaOptionDlg(TWinControl* ParentWin, L_UINT uFlags); |
Delphi Syntax |
function CaptureAreaOptionDlg (ParentWin : TWinControl; uFlags: L_UINT): L_INT; |
Overview |
Refer to Implementing Screen Capture. |
Remarks
Brings up the Capture Area Option dialog box for setting the capture area options. The capture area option properties are: CaptureAreaFillPattern, CaptureAreaFillForeColor, CaptureAreaFillBackColor, CaptureAreaDrawLineStyle, CaptureAreaDrawLineColor, CaptureAreaDrawEllipseWidth, CaptureAreaDrawEllipseHeight, CaptureAreaDrawCursor, CaptureAreaTextForeColor, CaptureAreaTextBackColor, CaptureAreaInfoLeft, CaptureAreaInfoTop, CaptureAreaInfoWidth, CaptureAreaInfoHeight, CaptureAreaShowDrawCursor, CaptureAreaIncludeCursor, CaptureAreaEnableKeyboard, CaptureAreaShowOpaqueText, CaptureAreaShowCursorPosition, CaptureAreaShowAreaSize, CaptureAreaShowInfoWindow, CaptureAreaSensitiveInfoWindow, CaptureAreaBitmapWithRegion, and CaptureAreaZoomFactor.
See Also