Initializes a new instance of an AnnAudioObject object.
protected AnnAudioObject(
bool supportsPen,
bool supportsBrush,
bool supportsFont
)
Protected Function New( _
ByVal supportsPen As Boolean, _
ByVal supportsBrush As Boolean, _
ByVal supportsFont As Boolean _
)
protected:
AnnAudioObject(
bool supportsPen,
bool supportsBrush,
bool supportsFont
)
supportsPen
true if this object will support a pen; false otherwise.
supportsBrush
true if this object will support a brush; false otherwise.
supportsFont
true if this object will support a font; false otherwise.
This constructor is intended for derived classes that are used to extend the functionality of the AnnAudioObject class.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET