Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterRegion Class > RasterRegion Constructor : RasterRegion Constructor() |
public RasterRegion()
'Declaration
Public Function New()
'Usage
Dim instance As New RasterRegion()
public RasterRegion()
- (instancetype)init
public RasterRegion()
function RasterRegion()
public:
RasterRegion();
This constructor initializes a new empty RasterRegion object. The IsEmpty property will be true and GetBounds will return an empty rectangle.
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.