Sets the size of this rectangle to equal the passed rectangle.
Namespace:
VelocityDBExtensions.Spatial
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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