Method Contains
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
Contains(double, double)
This determines if the specified point is contained within this SvgRect structure.
public bool Contains(double x, double y)
Parameters
Returns
- bool
This method returns true if the point defined by x and y is contained within this SvgRect structure; otherwise false.
Contains(SvgPoint)
This determines if the specified point is contained within this SvgRect structure.
public bool Contains(SvgPoint pt)
Parameters
Returns
- bool
This method returns true if the point represented by the pt parameter is contained within this SvgRect structure; otherwise false.
Contains(SvgRect)
This determines if the rectangular region represented by rect is entirely contained within this SvgRect structure.
public bool Contains(SvgRect rect)