LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

AnnHotspotObject 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 AnnHotspotObject object.
Syntax
protected AnnHotspotObject( 
   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 AnnHotspotObject(supportsPen, supportsBrush, supportsFont)
protected AnnHotspotObject( 
   bool supportsPen,
   bool supportsBrush,
   bool supportsFont
)
function AnnHotspotObject( 
   supportsPen ,
   supportsBrush ,
   supportsFont 
)
protected:
AnnHotspotObject( 
   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 extend the functionality of the AnnHotspotObject class.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnHotspotObject Class
AnnHotspotObject Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.