C# Класс EmptyKeys.UserInterface.Media.GradientStop

Contains information bout area of linear gradient
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GradientStop ( )

Initializes a new instance of the GradientStop class.

GradientStop ( ColorW color, float offset )

Initializes a new instance of the GradientStop class.

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

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

Initializes a new instance of the GradientStop class.
public GradientStop ( )

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

Initializes a new instance of the GradientStop class.
public GradientStop ( ColorW color, float offset )
color ColorW The color.
offset float The offset.