Enumeration for specifying format of display content bitmap.
Namespace: Cognex.VisionPro.DisplayAssembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Custom | 2 | The content of the returned bitmap is determined by a passed content rectangle and bitmap size. | |
| Display | 1 | The returned bitmap contains exactly what is visible in the display. The image is scaled and panned as it currently appears in the display, and graphics annotations are clipped at the display boundaries. | |
| Image | 0 | The returned bitmap contains the full unscaled image with graphics annotations clipped at the image boundaries. |
Remarks
Used in CreateContentBitmap(CogDisplayContentBitmapConstants, CogRectangle, Int32) to specify the part of a display image to render as a bitmap.
See Also