Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

AnnDrawable Constructor(Boolean,Boolean,Boolean)






true if this object will support a pen; otherwise false.
true if this object will support a brush; otherwise false.
true if this object will support a font; otherwise false.
Initializes a new instance of the AnnDrawable class.
Syntax
protected AnnDrawable( 
   bool supportsPen,
   bool supportsBrush,
   bool supportsFont
)
'Declaration
 
Protected Function New( _
   ByVal supportsPen As Boolean, _
   ByVal supportsBrush As Boolean, _
   ByVal supportsFont As Boolean _
)
'Usage
 
Dim supportsPen As Boolean
Dim supportsBrush As Boolean
Dim supportsFont As Boolean
 
Dim instance As New AnnDrawable(supportsPen, supportsBrush, supportsFont)

            

            
protected:
AnnDrawable( 
   bool supportsPen,
   bool supportsBrush,
   bool supportsFont
)

Parameters

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.
Remarks
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.
Requirements

Target Platforms

See Also

Reference

AnnDrawable Class
AnnDrawable Members
Overload List

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)