C#
VB
WinRT C#
C++
Gets or sets the coordinates (in pixels) for the origin of the rings.
public LeadPoint Origin { get; set; }
Public Property Origin As Leadtools.LeadPoint
public Leadtools.LeadPoint Origin {get; set;}
get_Origin();
set_Origin(value);
Object.defineProperty('Origin');
public:
property Leadtools.LeadPoint Origin {
Leadtools.LeadPoint get();
void set ( Leadtools.LeadPoint );
}
Coordinates (in pixels) for the origin of the rings. Only positive values are accepted.
Refer to RingEffectCommand.
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