![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents a new drawing to be created. More...
#include <VxNewDrawing.h>
Public Member Functions | |
VxNewDrawing () | |
Initializes a new instance of the VxNewDrawing struct. More... | |
VxNewDrawing (const VxNewDrawing &ref) | |
Initializes a new instance of the VxNewDrawing struct. More... | |
~VxNewDrawing () | |
Finalizes an instance of the VxNewDrawing class. More... | |
void | Clear () |
Clears this instance. More... | |
Public Attributes | |
char | name [64] |
The friendly name of the drawing. More... | |
Represents a new drawing to be created.
Definition at line 12 of file VxNewDrawing.h.
|
inline |
Initializes a new instance of the VxNewDrawing struct.
Definition at line 17 of file VxNewDrawing.h.
|
inline |
Initializes a new instance of the VxNewDrawing struct.
ref | The reference. |
Definition at line 25 of file VxNewDrawing.h.
|
inline |
|
inline |
Clears this instance.
Definition at line 39 of file VxNewDrawing.h.
char VxSdk::VxNewDrawing::name[64] |
The friendly name of the drawing.
Definition at line 47 of file VxNewDrawing.h.