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

ShowPicture Property






Gets or sets a value indicating whether to show the picture.
Syntax
public virtual bool ShowPicture {get; set;}
'Declaration
 
Public Overridable Property ShowPicture As Boolean
'Usage
 
Dim instance As AnnPointObject
Dim value As Boolean
 
instance.ShowPicture = value
 
value = instance.ShowPicture
public virtual bool ShowPicture {get; set;}
 get_ShowPicture();
set_ShowPicture(value);
public:
virtual property bool ShowPicture {
   bool get();
   void set (    bool value);
}

Property Value

true to show the picture in Picture; otherwise, draw the ellipse.
Remarks
The AnnPointObject works in two ways: If the value of ShowPicture is true; this object will draw the picture in Picture with CenterPoint as the center point. Pen, Brush and Radius will be ignored. If ShowPicture is false; this object will draw an ellipse using Pen, Brush and Radius around CenterPoint.
Example
For an example, refer to AnnPointObject.
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

AnnPointObject Class
AnnPointObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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