Initializes a new RasterRegion from the specified LeadRect structure.
public RasterRegion(
LeadRect rect
)
Public Function New( _
ByVal rect As Leadtools.LeadRect _
)
public RasterRegion(
Leadtools.LeadRect rect
)
public RasterRegion(LeadRect rect)
function RasterRegion(
rect
)
public:
RasterRegion(
Leadtools.LeadRect rect
)
rect
A LeadRect structure that defines the interior of the new RasterRegion.
This method creates a new RasterRegion with a rectangular interior. The interior is defined by the rect parameter.
For more information, refer to Creating a Region.
For more information, refer to Saving A Region.
For more information, refer to Working with the Existing Region.
For an example, refer to RasterRegion
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