Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Rectangle Property
See Also 
Leadtools.ImageProcessing Namespace > CopyRectangleCommand Class : Rectangle Property



The rectangle to copy.

Syntax

Visual Basic (Declaration) 
Public Property Rectangle As Rectangle
Visual Basic (Usage)Copy Code
Dim instance As CopyRectangleCommand
Dim value As Rectangle
 
instance.Rectangle = value
 
value = instance.Rectangle
C# 
public Rectangle Rectangle {get; set;}
C++/CLI 
public:
property Rectangle Rectangle {
   Rectangle get();
   void set (Rectangle value);
}

Return Value

The rectangle to copy.

Example

For an example, refer to IRasterCommand.

Remarks

The value of this property is in image coordinates. Therefore, you must account for the RasterImage.ViewPerspective of the image. For information about image coordinates, refer to Accounting for View Perspective.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also