Package | Description |
---|---|
com.aspose.imaging |
Modifier and Type | Method and Description |
---|---|
boolean |
Region.isEmpty(Graphics g)
Tests whether this
T:Aspose.Imaging.Region has an empty interior on the specified drawing surface. |
boolean |
Region.isInfinite(Graphics g)
Tests whether this
T: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
T:Aspose.Imaging.GraphicsPath when drawn with the specified T:Aspose.Imaging.Pen and using the specified T: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
T:Aspose.Imaging.GraphicsPath when drawn with the specified T:Aspose.Imaging.Pen and using the specified T: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
T:Aspose.Imaging.GraphicsPath when drawn with the specified T:Aspose.Imaging.Pen and using the specified T: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
T:Aspose.Imaging.GraphicsPath when drawn with the specified T:Aspose.Imaging.Pen and using the specified T: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
T:Aspose.Imaging.Region when drawn using the specified T:Aspose.Imaging.Graphics . |
boolean |
GraphicsPath.isVisible(float x,
float y,
Graphics graphics)
Indicates whether the specified point is contained within this
T:Aspose.Imaging.GraphicsPath in the visible clip region of the specified T:Aspose.Imaging.Graphics . |
boolean |
Region.isVisible(float x,
float y,
Graphics g)
Tests whether the specified point is contained within this
T:Aspose.Imaging.Region when drawn using the specified T:Aspose.Imaging.Graphics . |
boolean |
GraphicsPath.isVisible(int x,
int y,
Graphics graphics)
Indicates whether the specified point is contained within this
T:Aspose.Imaging.GraphicsPath , using the specified T:Aspose.Imaging.Graphics . |
boolean |
Region.isVisible(int x,
int y,
Graphics g)
Tests whether the specified point is contained within this
T:Aspose.Imaging.Region object when drawn using the specified T:Aspose.Imaging.Graphics object. |
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
T:Aspose.Imaging.Region when drawn using the specified T:Aspose.Imaging.Graphics . |
boolean |
GraphicsPath.isVisible(PointF pt,
Graphics graphics)
Indicates whether the specified point is contained within this
T:Aspose.Imaging.GraphicsPath . |
boolean |
Region.isVisible(PointF point,
Graphics g)
Tests whether the specified
T:Aspose.Imaging.PointF structure is contained within this T:Aspose.Imaging.Region when drawn using the specified T:Aspose.Imaging.Graphics . |
boolean |
GraphicsPath.isVisible(Point pt,
Graphics graphics)
Indicates whether the specified point is contained within this
T:Aspose.Imaging.GraphicsPath . |
boolean |
Region.isVisible(Point point,
Graphics g)
Tests whether the specified
T:Aspose.Imaging.Point structure is contained within this T:Aspose.Imaging.Region when drawn using the specified T:Aspose.Imaging.Graphics . |
boolean |
Region.isVisible(RectangleF rect,
Graphics g)
Tests whether any portion of the specified
T:Aspose.Imaging.RectangleF structure is contained within this T:Aspose.Imaging.Region when drawn using the specified T:Aspose.Imaging.Graphics . |
boolean |
Region.isVisible(Rectangle rect,
Graphics g)
Tests whether any portion of the specified
T:Aspose.Imaging.Rectangle structure is contained within this T:Aspose.Imaging.Region when drawn using the specified T:Aspose.Imaging.Graphics . |
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.