C# 클래스 EmptyKeys.UserInterface.Media.GradientStop

Contains information bout area of linear gradient
파일 보기 프로젝트 열기: EmptyKeys/UI_Engines 1 사용 예제들

공개 메소드들

메소드 설명
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.