Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RasterRegion Constructor(LeadRect)








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

Error processing SSI file