LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterRegion Constructor(LeadRect)
See Also 
Leadtools Namespace > RasterRegion Class > RasterRegion Constructor : RasterRegion Constructor(LeadRect)



rect
A LeadRect structure that defines the interior of the new RasterRegion.
Initializes a new RasterRegion from the specified LeadRect structure. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal rect As LeadRect _
)
Visual Basic (Usage)Copy Code
Dim rect As LeadRect
 
Dim instance As New RasterRegion(rect)
C# 
public RasterRegion( 
   LeadRect rect
)
C++/CLI 
public:
RasterRegion( 
   LeadRect rect
)

Parameters

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

Example

For an example, refer to 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.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also