←Select platform

RasterRegion Constructor(LeadRect)

Summary

Initializes a new RasterRegion from the specified LeadRect structure.

Syntax
C#
VB
C++
Java
Public Function New( _ 
   ByVal rect As LeadRect _ 
) 
public RasterRegion(LeadRect rect) 
public: 
RasterRegion(  
   LeadRect rect 
) 

Parameters

rect
A LeadRect structure that defines the interior of the new RasterRegion.

Remarks

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.

Example

For an example, refer to RasterRegion

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly