CogDisplayContentBitmapConstants EnumerationCognex VisionPro 9.22 SR1
Enumeration for specifying format of display content bitmap.

Namespace: Cognex.VisionPro.Display
Assembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax

public enum CogDisplayContentBitmapConstants
Members

  Member nameValueDescription
Custom2 The content of the returned bitmap is determined by a passed content rectangle and bitmap size.
Display1 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.
Image0 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