Package | Description |
---|---|
com.aspose.psd | |
com.aspose.psd.brushes | |
com.aspose.psd.extensions |
Modifier and Type | Method and Description |
---|---|
Brush |
Brush.deepClone()
Creates a new deep clone of the current
Brush . |
Brush |
Pen.getBrush()
|
Modifier and Type | Method and Description |
---|---|
void |
Graphics.drawString(String s,
Font font,
Brush brush,
float x,
float y)
|
void |
Graphics.drawString(String s,
Font font,
Brush brush,
float x,
float y,
StringFormat format)
Draws the specified text string at the specified location with the specified
Brush and Font objects using the formatting attributes of the specified StringFormat . |
void |
Graphics.drawString(String s,
Font font,
Brush brush,
PointF point)
|
void |
Graphics.drawString(String s,
Font font,
Brush brush,
PointF point,
StringFormat format)
Draws the specified text string at the specified location with the specified
Brush and Font objects using the formatting attributes of the specified StringFormat . |
void |
Graphics.drawString(String s,
Font font,
Brush brush,
RectangleF layoutRectangle)
|
void |
Graphics.drawString(String s,
Font font,
Brush brush,
RectangleF layoutRectangle,
StringFormat format)
Draws the specified text string in the specified rectangle with the specified
Brush and Font objects using the formatting attributes of the specified StringFormat . |
void |
Graphics.fillClosedCurve(Brush brush,
Point[] points)
Fills the interior of a closed cardinal spline curve defined by an array of
Point structures. |
void |
Graphics.fillClosedCurve(Brush brush,
Point[] points,
int fillmode)
Fills the interior of a closed cardinal spline curve defined by an array of
Point structures using the specified fill mode. |
void |
Graphics.fillClosedCurve(Brush brush,
Point[] points,
int fillmode,
float tension)
Fills the interior of a closed cardinal spline curve defined by an array of
Point structures using the specified fill mode and tension. |
void |
Graphics.fillClosedCurve(Brush brush,
PointF[] points)
Fills the interior of a closed cardinal spline curve defined by an array of
PointF structures. |
void |
Graphics.fillClosedCurve(Brush brush,
PointF[] points,
int fillmode)
Fills the interior of a closed cardinal spline curve defined by an array of
PointF structures using the specified fill mode. |
void |
Graphics.fillClosedCurve(Brush brush,
PointF[] points,
int fillmode,
float tension)
Fills the interior of a closed cardinal spline curve defined by an array of
PointF structures using the specified fill mode and tension. |
void |
Graphics.fillEllipse(Brush brush,
float x,
float y,
float width,
float height)
Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height.
|
void |
Graphics.fillEllipse(Brush brush,
int x,
int y,
int width,
int height)
Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height.
|
void |
Graphics.fillEllipse(Brush brush,
Rectangle rect)
Fills the interior of an ellipse defined by a bounding rectangle specified by a
Rectangle structure. |
void |
Graphics.fillEllipse(Brush brush,
RectangleF rect)
Fills the interior of an ellipse defined by a bounding rectangle specified by a
RectangleF structure. |
void |
Graphics.fillPath(Brush brush,
GraphicsPath path)
Fills the interior of a
GraphicsPath . |
void |
Graphics.fillPie(Brush brush,
float x,
float y,
float width,
float height,
float startAngle,
float sweepAngle)
Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines.
|
void |
Graphics.fillPie(Brush brush,
int x,
int y,
int width,
int height,
int startAngle,
int sweepAngle)
Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines.
|
void |
Graphics.fillPie(Brush brush,
RectangleF rect,
float startAngle,
float sweepAngle)
Fills the interior of a pie section defined by an ellipse specified by a
RectangleF structure and two radial lines. |
void |
Graphics.fillPie(Brush brush,
Rectangle rect,
float startAngle,
float sweepAngle)
Fills the interior of a pie section defined by an ellipse specified by a
RectangleF structure and two radial lines. |
void |
Graphics.fillPolygon(Brush brush,
Point[] points)
|
void |
Graphics.fillPolygon(Brush brush,
Point[] points,
int fillMode)
Fills the interior of a polygon defined by an array of points specified by
Point structures using the specified fill mode. |
void |
Graphics.fillPolygon(Brush brush,
PointF[] points)
|
void |
Graphics.fillPolygon(Brush brush,
PointF[] points,
int fillMode)
Fills the interior of a polygon defined by an array of points specified by
PointF structures using the specified fill mode. |
void |
Graphics.fillRectangle(Brush brush,
float x,
float y,
float width,
float height)
Fills the interior of a rectangle specified by a pair of coordinates, a width and a height.
|
void |
Graphics.fillRectangle(Brush brush,
int x,
int y,
int width,
int height)
Fills the interior of a rectangle specified by a pair of coordinates, a width and a height.
|
void |
Graphics.fillRectangle(Brush brush,
Rectangle rect)
Fills the interior of a rectangle specified by a
Rectangle structure. |
void |
Graphics.fillRectangle(Brush brush,
RectangleF rect)
Fills the interior of a rectangle specified by a
RectangleF structure. |
void |
Graphics.fillRectangles(Brush brush,
Rectangle[] rects)
Fills the interiors of a series of rectangles specified by
Rectangle structures. |
void |
Graphics.fillRectangles(Brush brush,
RectangleF[] rects)
Fills the interiors of a series of rectangles specified by
RectangleF structures. |
void |
Graphics.fillRegion(Brush brush,
Region region)
Fills the interior of a
Region . |
void |
Pen.setBrush(Brush value)
|
Constructor and Description |
---|
Pen(Brush brush)
Initializes a new instance of the
Pen class with the specified Brush (Pen.getBrush() /Pen.setBrush(Brush) ). |
Pen(Brush brush,
float width)
Initializes a new instance of the
Pen class with the specified Brush (Pen.getBrush() /Pen.setBrush(Brush) ) and Pen.Width (Pen.getWidth() /Pen.setWidth(float) ). |
Modifier and Type | Class and Description |
---|---|
class |
HatchBrush
Defines a rectangular brush with a hatch style, a foreground color, and a background color.
|
class |
LinearGradientBrush
Encapsulates a
Brush with a linear gradient. |
class |
LinearGradientBrushBase
Represents a
Brush with gradient capabilities and appropriate properties. |
class |
LinearMulticolorGradientBrush
Represents a
Brush with linear gradient defined by multiple colors and appropriate positions. |
class |
PathGradientBrush
Encapsulates a
Brush object with a gradient. |
class |
PathGradientBrushBase
Represents a
Brush with base path gradient functionality. |
class |
PathMulticolorGradientBrush
Encapsulates a
Brush object with a gradient. |
class |
SolidBrush
Solid brush is intended for drawing continiously with specific color.
|
class |
TextureBrush
Each property of the
TextureBrush class is a Brush object that uses an image to fill the interior of a shape. |
class |
TransformBrush
A
Brush with transform capabilities. |
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Drawing.Brush |
BrushExtensions.toGdiBrush(Brush brush)
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.