RegionSelectedEventArgsRegion Property
Gets a Rectangle that contains the selected region.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Rectangle Region { get; }
Public ReadOnly Property Region As Rectangle
Get
Dim instance As RegionSelectedEventArgs
Dim value As Rectangle
value = instance.Region
public:
property Rectangle Region {
Rectangle get ();
}
member Region : Rectangle with get
No code example is currently available or this language may not be supported.
Property Value
Rectangle
A
Rectangle that contains the selected region.