Initializes a new instance of the AnnDrawable class.
protected AnnDrawable(bool supportsPen,bool supportsBrush,bool supportsFont)
Protected Function New( _ByVal supportsPen As Boolean, _ByVal supportsBrush As Boolean, _ByVal supportsFont As Boolean _)
protected:AnnDrawable(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.
Derived classes use this constructor to specify whether they support the various drawing objects. For example, a line object would pass false for supportsBrush and supportsFont since they are not needed.
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
