Gets and sets the source rectangle for painting.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property SourceRectangle As Rectangle |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterImageViewer
Dim value As Rectangle
instance.SourceRectangle = value
value = instance.SourceRectangle
|
C# | |
---|
public virtual Rectangle SourceRectangle {get; set;} |
Return Value
The source rectangle for painting.
Remarks
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also