LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
AnnNoteObject Constructor(Boolean,Boolean)
See Also 
Leadtools.Windows.Annotations Namespace > AnnNoteObject Class > AnnNoteObject Constructor : AnnNoteObject Constructor(Boolean,Boolean)



supportsStroke
true if this object will support a stroke; otherwise false.
supportsFill
true if this object will support a fill; otherwise false.
Initializes a new instance of AnnNoteObject. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Protected Function New( _
   ByVal supportsStroke As Boolean, _
   ByVal supportsFill As Boolean _
)
Visual Basic (Usage)Copy Code
Dim supportsStroke As Boolean
Dim supportsFill As Boolean
 
Dim instance As New AnnNoteObject(supportsStroke, supportsFill)
C# 
protected AnnNoteObject( 
   bool supportsStroke,
   bool supportsFill
)
C++/CLI 
protected:
AnnNoteObject( 
   bool supportsStroke,
   bool supportsFill
)

Parameters

supportsStroke
true if this object will support a stroke; otherwise false.
supportsFill
true if this object will support a fill; otherwise false.

Remarks

This constructor is intended for derived classes that extend the functionality of the AnnNoteObject.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

AnnNoteObject Constructor(Boolean,Boolean) requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.