Gets or sets a RasterRegionXForm object used to translate between display coordinates and image coordinates.
public RasterRegionXForm XForm { get; set; }
Public Property XForm As Leadtools.RasterRegionXForm
public:
property Leadtools.RasterRegionXForm^ XForm {
Leadtools.RasterRegionXForm^ get();
void set ( Leadtools.RasterRegionXForm^ );
}
RasterRegionXForm object used to translate between display coordinates and image coordinates. If you specify null in this property, the scalar value defaults to 1, the offsets default to 0, and the view perspective defaults to the image's view perspective.
Refer to RegionContourPointsCommand.
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