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