LinearGradientBrush 생성자

정의

LinearGradientBrush 클래스의 새 인스턴스를 초기화합니다.

오버로드

LinearGradientBrush()

LinearGradientBrush 클래스의 새 인스턴스를 초기화합니다.

LinearGradientBrush(GradientStopCollection)

지정한 그라데이션 중지점을 가진 LinearGradientBrush 클래스의 새 인스턴스를 초기화합니다.

LinearGradientBrush(GradientStopCollection, Double)

지정한 LinearGradientBrush과 각도를 가진 GradientStopCollection 클래스의 새 인스턴스를 초기화합니다.

LinearGradientBrush(Color, Color, Double)

지정한 시작 LinearGradientBrush, 끝 Color 및 각도를 가진 Color 클래스의 새 인스턴스를 초기화합니다.

LinearGradientBrush(GradientStopCollection, Point, Point)

지정한 그라데이션 중지점, LinearGradientBrushStartPoint를 가진 EndPoint 클래스의 새 인스턴스를 초기화합니다.

LinearGradientBrush(Color, Color, Point, Point)

지정한 시작 LinearGradientBrush, 끝 Color, ColorStartPoint를 가진 EndPoint 클래스의 새 인스턴스를 초기화합니다.

설명

합니다 MappingMode 으로 초기화 되는 브러시의 RelativeToBoundingBox합니다.

LinearGradientBrush()

LinearGradientBrush 클래스의 새 인스턴스를 초기화합니다.

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

설명

합니다 MappingMode 으로 초기화 되는 브러시의 RelativeToBoundingBox합니다.

적용 대상

LinearGradientBrush(GradientStopCollection)

지정한 그라데이션 중지점을 가진 LinearGradientBrush 클래스의 새 인스턴스를 초기화합니다.

public:
 LinearGradientBrush(System::Windows::Media::GradientStopCollection ^ gradientStopCollection);
public LinearGradientBrush (System.Windows.Media.GradientStopCollection gradientStopCollection);
new System.Windows.Media.LinearGradientBrush : System.Windows.Media.GradientStopCollection -> System.Windows.Media.LinearGradientBrush
Public Sub New (gradientStopCollection As GradientStopCollection)

매개 변수

gradientStopCollection
GradientStopCollection

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

설명

합니다 MappingMode 으로 초기화 되는 브러시의 RelativeToBoundingBox합니다.

추가 정보

적용 대상

LinearGradientBrush(GradientStopCollection, Double)

지정한 LinearGradientBrush과 각도를 가진 GradientStopCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 LinearGradientBrush(System::Windows::Media::GradientStopCollection ^ gradientStopCollection, double angle);
public LinearGradientBrush (System.Windows.Media.GradientStopCollection gradientStopCollection, double angle);
new System.Windows.Media.LinearGradientBrush : System.Windows.Media.GradientStopCollection * double -> System.Windows.Media.LinearGradientBrush
Public Sub New (gradientStopCollection As GradientStopCollection, angle As Double)

매개 변수

gradientStopCollection
GradientStopCollection

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

angle
Double

그라데이션의 각도(도)를 나타내는 Double입니다. 값이 0.0이면 가로 그라데이션이 만들어지고, 값이 90.0이면 세로 그라데이션이 만들어집니다.

설명

합니다 MappingMode 으로 초기화 되는 브러시의 RelativeToBoundingBox합니다.

적용 대상

LinearGradientBrush(Color, Color, Double)

지정한 시작 LinearGradientBrush, 끝 Color 및 각도를 가진 Color 클래스의 새 인스턴스를 초기화합니다.

public:
 LinearGradientBrush(System::Windows::Media::Color startColor, System::Windows::Media::Color endColor, double angle);
public LinearGradientBrush (System.Windows.Media.Color startColor, System.Windows.Media.Color endColor, double angle);
new System.Windows.Media.LinearGradientBrush : System.Windows.Media.Color * System.Windows.Media.Color * double -> System.Windows.Media.LinearGradientBrush
Public Sub New (startColor As Color, endColor As Color, angle As Double)

매개 변수

startColor
Color

오프셋 0.0에 있는 Color입니다.

endColor
Color

오프셋 1.0에 있는 Color입니다.

angle
Double

그라데이션의 각도(도)를 나타내는 Double입니다. 값이 0.0이면 가로 그라데이션이 만들어지고, 값이 90.0이면 세로 그라데이션이 만들어집니다.

설명

합니다 MappingMode 으로 초기화 되는 브러시의 RelativeToBoundingBox합니다.

적용 대상

LinearGradientBrush(GradientStopCollection, Point, Point)

지정한 그라데이션 중지점, LinearGradientBrushStartPoint를 가진 EndPoint 클래스의 새 인스턴스를 초기화합니다.

public:
 LinearGradientBrush(System::Windows::Media::GradientStopCollection ^ gradientStopCollection, System::Windows::Point startPoint, System::Windows::Point endPoint);
public LinearGradientBrush (System.Windows.Media.GradientStopCollection gradientStopCollection, System.Windows.Point startPoint, System.Windows.Point endPoint);
new System.Windows.Media.LinearGradientBrush : System.Windows.Media.GradientStopCollection * System.Windows.Point * System.Windows.Point -> System.Windows.Media.LinearGradientBrush
Public Sub New (gradientStopCollection As GradientStopCollection, startPoint As Point, endPoint As Point)

매개 변수

gradientStopCollection
GradientStopCollection

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

startPoint
Point

그라데이션의 StartPoint입니다.

endPoint
Point

그라데이션의 EndPoint입니다.

설명

합니다 MappingMode 으로 초기화 되는 브러시의 RelativeToBoundingBox합니다.

적용 대상

LinearGradientBrush(Color, Color, Point, Point)

지정한 시작 LinearGradientBrush, 끝 Color, ColorStartPoint를 가진 EndPoint 클래스의 새 인스턴스를 초기화합니다.

public:
 LinearGradientBrush(System::Windows::Media::Color startColor, System::Windows::Media::Color endColor, System::Windows::Point startPoint, System::Windows::Point endPoint);
public LinearGradientBrush (System.Windows.Media.Color startColor, System.Windows.Media.Color endColor, System.Windows.Point startPoint, System.Windows.Point endPoint);
new System.Windows.Media.LinearGradientBrush : System.Windows.Media.Color * System.Windows.Media.Color * System.Windows.Point * System.Windows.Point -> System.Windows.Media.LinearGradientBrush
Public Sub New (startColor As Color, endColor As Color, startPoint As Point, endPoint As Point)

매개 변수

startColor
Color

오프셋 0.0에 있는 Color입니다.

endColor
Color

오프셋 1.0에 있는 Color입니다.

startPoint
Point

그라데이션의 StartPoint입니다.

endPoint
Point

그라데이션의 EndPoint입니다.

설명

합니다 MappingMode 으로 초기화 되는 브러시의 RelativeToBoundingBox합니다.

적용 대상