LEADTOOLS (Leadtools assembly)

RasterRegion Constructor(LeadRect)

Show in webframe







A LeadRect structure that defines the interior of the new RasterRegion.
Initializes a new RasterRegion from the specified LeadRect structure.
Syntax
public RasterRegion( 
   LeadRect rect
)
'Declaration
 
Public Function New( _
   ByVal rect As LeadRect _
)
'Usage
 
Dim rect As LeadRect
 
Dim instance As New RasterRegion(rect)
public RasterRegion( 
   LeadRect rect
)

            
public RasterRegion(LeadRect rect)
function RasterRegion( 
   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

See Also

Reference

RasterRegion Class
RasterRegion Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.