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



Gets the current destination rectangle used for displaying the image.

Syntax

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

Return Value

The current destination rectangle used for displaying the image.

Requirements

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

See Also