LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnImageObject Constructor(Boolean,Boolean,Boolean)

Show in webframe





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 AnnImageObject.
Syntax
protected AnnImageObject( 
   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 AnnImageObject(supportsPen, supportsBrush, supportsFont)

            

            
protected:
AnnImageObject( 
   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
This constructor is intended for derived classes that want to extend the functionality of the AnnImageObject.
Requirements

Target Platforms

See Also

Reference

AnnImageObject Class
AnnImageObject Members
Overload List

 

 


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