Determines if the specified RectangleF is entirely contained within this RectangleVObject.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
Public Function Contains ( _ rect As RectangleF _ ) As Boolean
public bool Contains( RectangleF rect )
Type: System.Drawing.RectangleF
The RectangleF to test.The Boolean which indicates whether rect is entirely contained within this rectangle region.