Visual Basic (Declaration) | |
---|---|
Protected Function New( _ ByVal supportsPen As Boolean, _ ByVal supportsBrush As Boolean, _ ByVal supportsFont As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected AnnControlPoint( bool supportsPen, bool supportsBrush, bool supportsFont ) |
C++/CLI | |
---|---|
protected: AnnControlPoint( 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.
Derived annotation objects must implement this method to enable the LEADTOOLS Annotation infrastructure to correctly construct objects at runtime. For more information and an example, refer to the Implement User Defined Objects with LEADTOOLS Annotations
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family