Interface IShape
.NET interface for TO BE DEFINED FROM USER
public interface IShape
Properties
Bounds
Rectangle Bounds { get; }
Property Value
Bounds2D
Rectangle2D Bounds2D { get; }
Property Value
Methods
Contains(Point2D)
bool Contains(Point2D arg0)
Parameters
Returns
Contains(Rectangle2D)
bool Contains(Rectangle2D arg0)
Parameters
arg0
Rectangle2D
Returns
Contains(double, double)
bool Contains(double arg0, double arg1)
Parameters
Returns
Contains(double, double, double, double)
bool Contains(double arg0, double arg1, double arg2, double arg3)
Parameters
Returns
GetPathIterator(AffineTransform)
PathIterator GetPathIterator(AffineTransform arg0)
Parameters
Returns
GetPathIterator(AffineTransform, double)
PathIterator GetPathIterator(AffineTransform arg0, double arg1)
Parameters
arg0
AffineTransformarg1
double
Returns
Intersects(Rectangle2D)
bool Intersects(Rectangle2D arg0)
Parameters
arg0
Rectangle2D
Returns
Intersects(double, double, double, double)
bool Intersects(double arg0, double arg1, double arg2, double arg3)