C#
VB
C++
Gets or sets the point that represents the center of revolution when polar coordinates are used.
public LeadPoint Origin { get; set; }
Public Property Origin As Leadtools.LeadPoint
public:
property Leadtools.LeadPoint Origin {
Leadtools.LeadPoint get();
void set ( Leadtools.LeadPoint );
}
Point that represents the center of revolution when polar coordinates are used. This property is used if the MosaicTilesCommandFlags.Polar flag is set.
Refer to MosaicTilesCommand 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