LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
AnnButtonObject Constructor(Boolean,Boolean)
See Also 
Leadtools.Windows.Annotations Namespace > AnnButtonObject Class > AnnButtonObject Constructor : AnnButtonObject Constructor(Boolean,Boolean)



supportsStroke
true if this object will support a stroke; false otherwise.
supportsFill
true if this object will support a fill; false otherwise.
Initializes a new instance of AnnButtonObject.

Syntax

Visual Basic (Declaration) 
Protected Function New( _
   ByVal supportsStroke As Boolean, _
   ByVal supportsFill As Boolean _
)
Visual Basic (Usage)Copy Code
Dim supportsStroke As Boolean
Dim supportsFill As Boolean
 
Dim instance As New AnnButtonObject(supportsStroke, supportsFill)
C# 
protected AnnButtonObject( 
   bool supportsStroke,
   bool supportsFill
)
C++/CLI 
protected:
AnnButtonObject( 
   bool supportsStroke,
   bool supportsFill
)

Parameters

supportsStroke
true if this object will support a stroke; false otherwise.
supportsFill
true if this object will support a fill; false otherwise.

Remarks

This constructor is intended for derived classes that extend the functionality of the AnnButtonObject class.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

AnnButtonObject Constructor(Boolean,Boolean) requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.