Gets or sets whether the computed area's background will be painted or not
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
public bool DrawAreaBackgroundGraphics { get; set; }public bool DrawAreaBackgroundGraphics { get; set; }Public Property DrawAreaBackgroundGraphics As Boolean
Get
Set
Public Property DrawAreaBackgroundGraphics As Boolean
Get
Set
public:
property bool DrawAreaBackgroundGraphics {
bool get ();
void set (bool value);
}public:
property bool DrawAreaBackgroundGraphics {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean| Event Type | Reason |
|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: - SfDrawAreaBackgroundGraphics
|