Gets or sets a value indicating whether to show the picture.
public virtual bool ShowPicture { get; set; }
Public Overridable Property ShowPicture As Boolean
true to show the picture in Picture; otherwise, draw the ellipse.
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.
For an example, refer to AnnPointObject.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET