Enum VLScreenCapture.TVLCaptureRegionMode
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabPkg
Unit: VLScreenCapture
Contents |
Syntax
Delphi:
type TVLCaptureRegionMode = (crmScreen, crmCustom, crmCursor, crmTopLeft, crmTopCenter, crmTopRight, crmLeftCenter, crmCenter, crmRightCenter, crmBottomLeft, crmBottomCenter, crmBottomRight);
C++ Builder:
enum TVLCaptureRegionMode {crmScreen, crmCustom, crmCursor, crmTopLeft, crmTopCenter, crmTopRight, crmLeftCenter, crmCenter, crmRightCenter, crmBottomLeft, crmBottomCenter, crmBottomRight};
Visual C++ (MFC):
enum CTVLCaptureRegionMode {crmScreen, crmCustom, crmCursor, crmTopLeft, crmTopCenter, crmTopRight, crmLeftCenter, crmCenter, crmRightCenter, crmBottomLeft, crmBottomCenter, crmBottomRight};
Summary
Capture region modes enumeration.
Description
Defines enumeration with the capture region modes.
Values
crmScreen | Full screen capture region mode. |
crmCustom | Custom capture region mode. |
crmCursor | Cursor capture region mode. |
crmTopLeft | Top left capture region mode. |
crmTopCenter | Top center capture region mode. |
crmTopRight | Top right capture region mode. |
crmLeftCenter | Left center capture region mode. |
crmCenter | Center capture region mode. |
crmRightCenter | Right center capture region mode. |
crmBottomLeft | Bottom left capture region mode. |
crmBottomCenter | Bottom center capture region mode. |
crmBottomRight | Bottom right capture region mode. |