| Package | Description |
|---|---|
| com.aspose.drawing |
Aspose.Drawing is a graphics API that provides the capability of 2D drawings identical to GDI+ in your .NET applications.
|
| com.aspose.drawing.drawing2d | |
| com.aspose.drawing.printing |
| Modifier and Type | Method and Description |
|---|---|
static Graphics |
Graphics.fromHwnd(byte[] hwnd)
Creates a new
Graphics from the specified handle to a window. |
static Graphics |
Graphics.fromImage(Image image)
Creates a new Graphics from the specified Image.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Region.equals(Region region,
Graphics g)
|
RectangleF |
Region.getBounds(Graphics g)
Gets a
RectangleF structure that represents a rectangle that bounds this Region
on the drawing surface of a Graphics object. |
float |
Font.getHeight(Graphics graphics)
Returns the line spacing, in the current unit of a specified
Graphics, of this font. |
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 |
Region.isVisible(float x,
float y,
float width,
float height,
Graphics g)
|
boolean |
Region.isVisible(float x,
float y,
Graphics g)
|
boolean |
Region.isVisible(int x,
int y,
Graphics g)
|
boolean |
Region.isVisible(int x,
int y,
int width,
int height,
Graphics g)
|
boolean |
Region.isVisible(PointF point,
Graphics g)
|
boolean |
Region.isVisible(Point point,
Graphics g)
|
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)
|
void |
Graphics.setClip(Graphics g)
|
void |
Graphics.setClip(Graphics g,
int combineMode)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GraphicsPath.isVisible(float x,
float y,
Graphics graphics)
Indicates whether the specified point is contained within this
GraphicsPath, 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 |
GraphicsPath.isVisible(PointF point,
Graphics graphics)
Indicates whether the specified point is contained within this
GraphicsPath, using the specified Graphics. |
boolean |
GraphicsPath.isVisible(Point point,
Graphics graphics)
Indicates whether the specified point is contained within this
GraphicsPath, using the specified Graphics. |
| Modifier and Type | Method and Description |
|---|---|
Graphics |
PrintPageEventArgs.getGraphics()
Gets the
Graphics(PrintPageEventArgs.getGraphics()) used to paint the page. |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.