Package | Description |
---|---|
com.aspose.imaging |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Region.isEmpty(Graphics g)
Tests whether this
com.aspose.imaging.Region has an empty interior on the specified drawing surface. |
boolean |
Region.isEquals(Region region,
Graphics g)
Tests whether the specified
com.aspose.imaging.Region is identical to this com.aspose.imaging.Region on the specified drawing surface. |
boolean |
Region.isInfinite(Graphics g)
Tests whether this
com.aspose.imaging.Region has an infinite interior on the specified drawing surface. |
boolean |
GraphicsPath.isOutlineVisible(float x,
float y,
Pen pen,
Graphics graphics)
Indicates whether the specified point is contained within (under) the outline of this
com.aspose.imaging.GraphicsPath when drawn with the specified com.aspose.imaging.Pen and using the specified com.aspose.imaging.graphics . |
boolean |
GraphicsPath.isOutlineVisible(int x,
int y,
Pen pen,
Graphics graphics)
Indicates whether the specified point is contained within (under) the outline of this
com.aspose.imaging.GraphicsPath when drawn with the specified com.aspose.imaging.Pen and using the specified com.aspose.imaging.graphics . |
boolean |
GraphicsPath.isOutlineVisible(PointF pt,
Pen pen,
Graphics graphics)
Indicates whether the specified point is contained within (under) the outline of this
com.aspose.imaging.GraphicsPath when drawn with the specified com.aspose.imaging.Pen and using the specified com.aspose.imaging.graphics . |
boolean |
GraphicsPath.isOutlineVisible(Point pt,
Pen pen,
Graphics graphics)
Indicates whether the specified point is contained within (under) the outline of this
com.aspose.imaging.GraphicsPath when drawn with the specified com.aspose.imaging.Pen and using the specified com.aspose.imaging.graphics . |
boolean |
Region.isVisible(float x,
float y,
float width,
float height,
Graphics g)
Tests whether any portion of the specified rectangle is contained within this
com.aspose.imaging.Region when drawn using the specified com.aspose.imaging.graphics . |
boolean |
Region.isVisible(float x,
float y,
Graphics g)
Tests whether the specified point is contained within this
com.aspose.imaging.Region when drawn using the specified com.aspose.imaging.graphics . |
boolean |
GraphicsPath.isVisible(float x,
float y,
Graphics graphics)
Indicates whether the specified point is contained within this
com.aspose.imaging.GraphicsPath in the visible clip region of the specified com.aspose.imaging.graphics . |
boolean |
Region.isVisible(int x,
int y,
Graphics g)
Tests whether the specified point is contained within this
com.aspose.imaging.Region object when drawn using the specified com.aspose.imaging.Graphics object. |
boolean |
GraphicsPath.isVisible(int x,
int y,
Graphics graphics)
Indicates whether the specified point is contained within this
com.aspose.imaging.GraphicsPath , using the specified com.aspose.imaging.graphics . |
boolean |
Region.isVisible(int x,
int y,
int width,
int height,
Graphics g)
Tests whether any portion of the specified rectangle is contained within this
com.aspose.imaging.Region when drawn using the specified com.aspose.imaging.graphics . |
boolean |
Region.isVisible(PointF point,
Graphics g)
Tests whether the specified
com.aspose.imaging.PointF structure is contained within this com.aspose.imaging.Region when drawn using the specified com.aspose.imaging.graphics . |
boolean |
GraphicsPath.isVisible(PointF pt,
Graphics graphics)
Indicates whether the specified point is contained within this
com.aspose.imaging.graphicsPath . |
boolean |
Region.isVisible(Point point,
Graphics g)
Tests whether the specified
com.aspose.imaging.Point structure is contained within this com.aspose.imaging.Region when drawn using the specified com.aspose.imaging.graphics . |
boolean |
GraphicsPath.isVisible(Point pt,
Graphics graphics)
Indicates whether the specified point is contained within this
com.aspose.imaging.graphicsPath . |
boolean |
Region.isVisible(RectangleF rect,
Graphics g)
Tests whether any portion of the specified
com.aspose.imaging.RectangleF structure is contained within this com.aspose.imaging.Region when drawn using the specified com.aspose.imaging.graphics . |
boolean |
Region.isVisible(Rectangle rect,
Graphics g)
Tests whether any portion of the specified
com.aspose.imaging.Rectangle structure is contained within this com.aspose.imaging.Region when drawn using the specified com.aspose.imaging.graphics . |