Gets or sets a point structure that contains the coordinates of the origin, in pixels.
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 );
}
Point structure that contains the coordinates of the origin, in pixels. This property is used if the Flags property is set to FunctionalLightCommandFlags.Trigonometry and FunctionalLightCommandFlags.Circles, or to FunctionalLightCommandFlags.LinearQuadratic.
Refer to FunctionalLightCommand.
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