Uses of Class
com.aspose.imaging.Graphics

Packages that use Graphics
com.aspose.imaging   
 

Uses of Graphics in com.aspose.imaging
 

Methods in com.aspose.imaging with parameters of type Graphics
 boolean Region.equals(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.isEmpty(Graphics g)
           Tests whether this com.aspose.imaging.Region has an empty interior 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 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(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(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, 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 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 GraphicsPath.isVisible(PointF pt, Graphics graphics)
           Indicates whether the specified point is contained within this com.aspose.imaging.GraphicsPath.
 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(Point 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 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.