Package | Description |
---|---|
com.aspose.psd |
Modifier and Type | Method and Description |
---|---|
boolean |
Region.equals(Region region,
Graphics g)
|
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)
|
boolean |
Region.isVisible(float x,
float y,
Graphics g)
|
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(int x,
int y,
Graphics g)
|
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,
int width,
int height,
Graphics g)
|
boolean |
Region.isVisible(PointF point,
Graphics g)
|
boolean |
GraphicsPath.isVisible(PointF pt,
Graphics graphics)
Indicates whether the specified point is contained within this
GraphicsPath . |
boolean |
Region.isVisible(Point point,
Graphics g)
|
boolean |
GraphicsPath.isVisible(Point pt,
Graphics graphics)
Indicates whether the specified point is contained within this
GraphicsPath . |
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)
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.