PathGradientBrushBase Class |
Namespace: Aspose.PSD.Brushes
The PathGradientBrushBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | PathGradientBrushBase(GraphicsPath) |
Initializes a new instance of the PathGradientBrushBase class with the specified path.
|
![]() | PathGradientBrushBase(Point) |
Initializes a new instance of the PathGradientBrushBase class with the specified points.
|
![]() | PathGradientBrushBase(PointF) |
Initializes a new instance of the PathGradientBrushBase class with the specified points.
|
![]() | PathGradientBrushBase(Point, WrapMode) |
Initializes a new instance of the PathGradientBrushBase class with the specified points and wrap mode.
|
![]() | PathGradientBrushBase(PointF, WrapMode) |
Initializes a new instance of the PathGradientBrushBase class with the specified points and wrap mode.
|
Name | Description | |
---|---|---|
![]() | CenterPoint |
Gets or sets the center point of the path gradient.
|
![]() | Disposed |
Gets a value indicating whether this instance is disposed.
(Inherited from DisposableObject.) |
![]() | FocusScales |
Gets or sets the focus point for the gradient falloff.
|
![]() | GraphicsPath |
Gets the graphics path this brush was build upon.
|
![]() | 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.
|
![]() | 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.) |
![]() | Finalize | (Inherited from DisposableObject.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (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.) |
![]() | ReleaseManagedResources |
Releases the managed resources. Make sure no unmanaged resources are released here, since they may have been already released.
(Inherited from DisposableObject.) |
![]() | ReleaseUnmanagedResources |
Releases the unmanaged resources. Make sure no managed resources are released here, since they may have been already released.
(Inherited from DisposableObject.) |
![]() | 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.) |
![]() | 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.) |
![]() | VerifyNotDisposed |
Verifies that the current instance is not disposed.
(Inherited from DisposableObject.) |