다음을 통해 공유


LinearGradientBrush 생성자

정의

오버로드

LinearGradientBrush()

LinearGradientBrush 클래스의 새 instance 초기화합니다.

LinearGradientBrush(GradientStopCollection, Double)

지정된 GradientStopCollection 및 각도가 있는 LinearGradientBrush 클래스의 새 instance 초기화합니다.

LinearGradientBrush()

LinearGradientBrush 클래스의 새 instance 초기화합니다.

public:
 LinearGradientBrush();
 LinearGradientBrush();
public LinearGradientBrush();
function LinearGradientBrush()
Public Sub New ()

적용 대상

LinearGradientBrush(GradientStopCollection, Double)

지정된 GradientStopCollection 및 각도가 있는 LinearGradientBrush 클래스의 새 instance 초기화합니다.

public:
 LinearGradientBrush(GradientStopCollection ^ gradientStopCollection, double angle);
 LinearGradientBrush(GradientStopCollection const& gradientStopCollection, double const& angle);
public LinearGradientBrush(GradientStopCollection gradientStopCollection, double angle);
function LinearGradientBrush(gradientStopCollection, angle)
Public Sub New (gradientStopCollection As GradientStopCollection, angle As Double)

매개 변수

gradientStopCollection
GradientStopCollection

이 브러시에 설정할 GradientStops 입니다.

angle
Double

double

그라데이션의 각도(도)를 나타내는 System.Double 입니다. 값이 0이면 가로 그라데이션이 생성되고 값이 90이면 세로 그라데이션이 만들어집니다. 음수 값은 360보다 큰 값( 모드 360으로 처리됨)과 마찬가지로 허용됩니다.

적용 대상