In This Topic
The coordinates of the area corresponding to the Destination
Syntax
'Declaration
Public MapArea As System.Drawing.Rectangle
'Usage
Dim instance As UserSmoothingArgs
Dim value As System.Drawing.Rectangle
value = instance.MapArea
instance.MapArea = value
public System.Drawing.Rectangle MapArea
public field MapArea: System.Drawing.Rectangle;
public var MapArea : System.Drawing.Rectangle;
public: System.Drawing.Rectangle MapArea
public:
System.Drawing.Rectangle MapArea
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also