MapPackageTable.Bounds Property
Gets or sets the bounding rectangle of the MapPackageTable.
Thread safety: This property is not thread-safe.
Syntax
public Rectangle Bounds { get; set; }
Property Value
Platforms
Windows, Linux, Android
Gets or sets the bounding rectangle of the MapPackageTable.
public Rectangle Bounds { get; set; }
Windows, Linux, Android
In this article
Gets or sets the bounding rectangle of the MapPackageTable.
public:
Rectangle bounds ( ) const;
void bounds ( const Rectangle& value )
Windows, Linux, Android
In this article
Gets or sets the bounding rectangle of the MapPackageTable.
public final Rectangle getBounds ( );
public final void setBounds ( Rectangle value );
Windows, Linux, Android
In this article
Gets or sets the bounding rectangle of the MapPackageTable.
bounds
Windows, Linux, Android
In this article