LEADTOOLS Annotations (Leadtools.Annotations assembly)

HasPen Property (AnnDrawable)

Show in webframe





Gets a value indicating whether this AnnDrawable object has a pen.
Syntax
public virtual bool HasPen {get;}
'Declaration
 
Public Overridable ReadOnly Property HasPen As Boolean
'Usage
 
Dim instance As AnnDrawable
Dim value As Boolean
 
value = instance.HasPen

            

            
public:
virtual property bool HasPen {
   bool get();
}

Property Value

true if this AnnDrawable object has a pen; false otherwise.
Remarks
An AnnDrawable has a pen if the SupportsPen property is true and the Pen property is not null (Nothing in Visual Basic).
Example
For an example, refer to AnnDrawable.
Requirements

Target Platforms

See Also

Reference

AnnDrawable Class
AnnDrawable Members

 

 


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