LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnAudioObject Constructor(Boolean,Boolean,Boolean)

Show in webframe





true if this object will support a pen; false otherwise.
true if this object will support a brush; false otherwise.
true if this object will support a font; false otherwise.
Initializes a new instance of an AnnAudioObject object.
Syntax
protected AnnAudioObject( 
   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 AnnAudioObject(supportsPen, supportsBrush, supportsFont)

            

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

Parameters

supportsPen
true if this object will support a pen; false otherwise.
supportsBrush
true if this object will support a brush; false otherwise.
supportsFont
true if this object will support a font; false otherwise.
Remarks
This constructor is intended for derived classes that are used to extend the functionality of the AnnAudioObject class.
Requirements

Target Platforms

See Also

Reference

AnnAudioObject Class
AnnAudioObject Members
Overload List

 

 


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