Gets or sets the value that indicates the x coordinate, in pixels and in image coordinates, for the center point of the concentric circles.
public int XCircle { get; set; }
Public Property XCircle As Integer
public int XCircle {get; set;}
get_XCircle();
set_XCircle(value);
Object.defineProperty('XCircle');
Value that indicates the x coordinate, in pixels and in image coordinates, for the center point of the concentric circles. Possible values range from 0 to the width of the image. This parameter is only used if the PF_Circle flag is set.
Refer to PerlinCommand example.
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