Sets the size of this rectangle to equal the passed rectangle.
Namespace:
VelocityDBExtensions.Spatial
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax public void set(
Rectangle r
)
Public Sub set (
r As Rectangle
)
public:
void set(
Rectangle r
)
member set :
r : Rectangle -> unit
Parameters
- r
- Type: VelocityDBExtensions.SpatialRectangle
[Missing <param name="r"/> documentation for "M:VelocityDBExtensions.Spatial.Rectangle.set(VelocityDBExtensions.Spatial.Rectangle)"]
See Also