C#
VB
WinRT C#
C++
Gets or sets a point structure that contains the center of revolution when circular cells are used.
public LeadPoint CenterPoint { get; set; }
Public Property CenterPoint As Leadtools.LeadPoint
public Leadtools.LeadPoint CenterPoint {get; set;}
get_CenterPoint();
set_CenterPoint(value);
Object.defineProperty('CenterPoint');
public:
property Leadtools.LeadPoint CenterPoint {
Leadtools.LeadPoint get();
void set ( Leadtools.LeadPoint );
}
Point structure that contains the center of revolution when circular cells are used. This property will be ignored if the PixelateCommandFlags.Rectangle flag is set in Flags property.
Refer to PixelateCommand.
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