C# Класс CUE.NET.Brushes.RadialGradientBrush

Represents a brush drawing a radial gradient around a center point.
Наследование: CUE.NET.Brushes.AbstractBrush
Показать файл Открыть проект

Открытые методы

Метод Описание
RadialGradientBrush ( ) : System

Initializes a new instance of the RadialGradientBrush class.

RadialGradientBrush ( IGradient gradient ) : System

Initializes a new instance of the RadialGradientBrush class.

RadialGradientBrush ( PointF center, IGradient gradient ) : System

Initializes a new instance of the RadialGradientBrush class.

Защищенные методы

Метод Описание
GetColorAtPoint ( RectangleF rectangle, BrushRenderTarget renderTarget ) : CorsairColor

Gets the color at an specific point assuming the brush is drawn into the given rectangle.

Описание методов

GetColorAtPoint() защищенный Метод

Gets the color at an specific point assuming the brush is drawn into the given rectangle.
protected GetColorAtPoint ( RectangleF rectangle, BrushRenderTarget renderTarget ) : CorsairColor
rectangle System.Drawing.RectangleF The rectangle in which the brush should be drawn.
renderTarget BrushRenderTarget The target (key/point) from which the color should be taken.
Результат CorsairColor

RadialGradientBrush() публичный Метод

Initializes a new instance of the RadialGradientBrush class.
public RadialGradientBrush ( ) : System
Результат System

RadialGradientBrush() публичный Метод

Initializes a new instance of the RadialGradientBrush class.
public RadialGradientBrush ( IGradient gradient ) : System
gradient IGradient The gradient drawn by the brush.
Результат System

RadialGradientBrush() публичный Метод

Initializes a new instance of the RadialGradientBrush class.
public RadialGradientBrush ( PointF center, IGradient gradient ) : System
center System.Drawing.PointF The center point (as percentage in the range [0..1]).
gradient IGradient The gradient drawn by the brush.
Результат System