PathGradientBrush Class |
Namespace: Aspose.PSD.Brushes
The PathGradientBrush type exposes the following members.
Name | Description | |
---|---|---|
![]() | PathGradientBrush(GraphicsPath) |
Initializes a new instance of the PathGradientBrush class with the specified path.
|
![]() | PathGradientBrush(Point) |
Initializes a new instance of the PathGradientBrush class with the specified points.
|
![]() | PathGradientBrush(PointF) |
Initializes a new instance of the PathGradientBrush class with the specified points.
|
![]() | PathGradientBrush(Point, WrapMode) |
Initializes a new instance of the PathGradientBrush class with the specified points and wrap mode.
|
![]() | PathGradientBrush(PointF, WrapMode) |
Initializes a new instance of the PathGradientBrush class with the specified points and wrap mode.
|
Name | Description | |
---|---|---|
![]() | Blend |
Gets or sets a Blend that specifies positions and factors that define a custom falloff for the gradient.
|
![]() | CenterColor |
Gets or sets the color at the center of the path gradient.
|
![]() | CenterPoint |
Gets or sets the center point of the path gradient.
(Inherited from PathGradientBrushBase.) |
![]() | Disposed |
Gets a value indicating whether this instance is disposed.
(Inherited from DisposableObject.) |
![]() | FocusScales |
Gets or sets the focus point for the gradient falloff.
(Inherited from PathGradientBrushBase.) |
![]() | GraphicsPath |
Gets the graphics path this brush was build upon.
(Inherited from PathGradientBrushBase.) |
![]() | InterpolationColors | Obsolete.
Gets or sets a ColorBlend that defines a multicolor linear gradient.
|
![]() | IsTransformChanged |
Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or
calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+.
(Inherited from TransformBrush.) |
![]() | Opacity |
Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque.
(Inherited from Brush.) |
![]() | PathPoints |
Gets the path points this brush was build upon.
(Inherited from PathGradientBrushBase.) |
![]() | SurroundColors |
Gets or sets an array of colors that correspond to the points in the path this PathGradientBrush fills.
|
![]() | Transform |
Gets or sets a copy Matrix that defines a local geometric transform for this TransformBrush.
(Inherited from TransformBrush.) |
![]() | WrapMode |
Gets or sets a WrapMode enumeration that indicates the wrap mode for this TransformBrush.
(Inherited from TransformBrush.) |
Name | Description | |
---|---|---|
![]() | DeepClone |
Creates a new deep clone of the current Brush.
(Inherited from Brush.) |
![]() | Dispose |
Disposes the current instance.
(Inherited from DisposableObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MultiplyTransform(Matrix) |
Multiplies the Matrix that represents the local geometric transform of this LinearGradientBrush by the specified Matrix by prepending the specified Matrix.
(Inherited from TransformBrush.) |
![]() | MultiplyTransform(Matrix, MatrixOrder) |
Multiplies the Matrix that represents the local geometric transform of this LinearGradientBrush by the specified Matrix in the specified order.
(Inherited from TransformBrush.) |
![]() | ResetTransform |
Resets the Transform property to identity.
(Inherited from TransformBrush.) |
![]() | RotateTransform(Single) |
Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform.
(Inherited from TransformBrush.) |
![]() | RotateTransform(Single, MatrixOrder) |
Rotates the local geometric transform by the specified amount in the specified order.
(Inherited from TransformBrush.) |
![]() | ScaleTransform(Single, Single) |
Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform.
(Inherited from TransformBrush.) |
![]() | ScaleTransform(Single, Single, MatrixOrder) |
Scales the local geometric transform by the specified amounts in the specified order.
(Inherited from TransformBrush.) |
![]() | SetBlendTriangularShape(Single) |
Creates a gradient with a center color and a linear falloff to one surrounding color.
|
![]() | SetBlendTriangularShape(Single, Single) |
Creates a gradient with a center color and a linear falloff to each surrounding color.
|
![]() | SetSigmaBellShape(Single) |
Creates a gradient brush that changes color starting from the center of the path outward to the path's boundary. The transition from one color to another is based on a bell-shaped curve.
|
![]() | SetSigmaBellShape(Single, Single) |
Creates a gradient brush that changes color starting from the center of the path outward to the path's boundary. The transition from one color to another is based on a bell-shaped curve.
|
![]() | ToString | (Inherited from Object.) |
![]() | TranslateTransform(Single, Single) |
Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform.
(Inherited from TransformBrush.) |
![]() | TranslateTransform(Single, Single, MatrixOrder) |
Translates the local geometric transform by the specified dimensions in the specified order.
(Inherited from TransformBrush.) |
The center color is white by default. A user can changed this value at any time later.
The surround colors array is initialized by single element containing white color by default. The surround colors may be changed later, however at least single element is required when setting up the surround colors.
See the Blend for more details about its initialization.