C#
VB
C++
Initializes a new instance of AnnButtonObject.
protected AnnButtonObject(
bool supportsStroke,
bool supportsFill
)
Protected Function New( _
ByVal supportsStroke As Boolean, _
ByVal supportsFill As Boolean _
)
protected:
AnnButtonObject(
bool supportsStroke,
bool supportsFill
)
supportsStroke
true if this object will support a stroke; false otherwise.
supportsFill
true if this object will support a fill; false otherwise.
This constructor is intended for derived classes that extend the functionality of the AnnButtonObject 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