LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

AnnButtonObject Constructor(Boolean,Boolean)

Show in webframe





true if this object will support a stroke; false otherwise.
true if this object will support a fill; false otherwise.
Initializes a new instance of AnnButtonObject.
Syntax
protected AnnButtonObject( 
   bool supportsStroke,
   bool supportsFill
)
'Declaration
 
Protected Function New( _
   ByVal supportsStroke As Boolean, _
   ByVal supportsFill As Boolean _
)
'Usage
 
Dim supportsStroke As Boolean
Dim supportsFill As Boolean
 
Dim instance As New AnnButtonObject(supportsStroke, supportsFill)

            

            
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

See Also

Reference

AnnButtonObject Class
AnnButtonObject Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.