Initializes a new instance of AnnImageObject.
protected AnnImageObject(
bool supportsPen,
bool supportsBrush,
bool supportsFont
)
Protected Function New( _
ByVal supportsPen As Boolean, _
ByVal supportsBrush As Boolean, _
ByVal supportsFont As Boolean _
)
protected:
AnnImageObject(
bool supportsPen,
bool supportsBrush,
bool supportsFont
)
supportsPen
true if this object will support a pen; otherwise false.
supportsBrush
true if this object will support a brush; otherwise false.
supportsFont
true if this object will support a font; otherwise false.
This constructor is intended for derived classes that want to extend the functionality of the AnnImageObject.
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