←Select platform

RasterRegion Constructor(LeadRect)

Summary

Initializes a new RasterRegion from the specified LeadRect structure.

Syntax

C#
VB
Java
WinRT C#
C++
Public Function New( _ 
   ByVal rect As Leadtools.LeadRect _ 
) 
public RasterRegion(  
   Leadtools.LeadRect rect 
) 
public RasterRegion(LeadRect rect) 
function RasterRegion(  
   rect  
) 
public: 
RasterRegion(  
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly