public virtual bool ContainedByRectangle( RectangleF r )
Parameters
- r
- a
RectangleF
in document coordinates.
Return Value
True if this object is considered to be "inside" the rectangle r.
RectangleF
in document coordinates.
public virtual bool ContainedByRectangle( RectangleF r )
RectangleF
in document coordinates.r.Width
or r.Height
are zero or negative, this will return false.