LinearGradientBrush 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
LinearGradientBrush 클래스의 새 인스턴스를 초기화합니다.
오버로드
LinearGradientBrush() |
LinearGradientBrush 클래스의 새 인스턴스를 초기화합니다. |
LinearGradientBrush(GradientStopCollection) |
지정한 그라데이션 중지점을 가진 LinearGradientBrush 클래스의 새 인스턴스를 초기화합니다. |
LinearGradientBrush(GradientStopCollection, Double) |
지정한 LinearGradientBrush과 각도를 가진 GradientStopCollection 클래스의 새 인스턴스를 초기화합니다. |
LinearGradientBrush(Color, Color, Double) |
지정한 시작 LinearGradientBrush, 끝 Color 및 각도를 가진 Color 클래스의 새 인스턴스를 초기화합니다. |
LinearGradientBrush(GradientStopCollection, Point, Point) |
지정한 그라데이션 중지점, LinearGradientBrush 및 StartPoint를 가진 EndPoint 클래스의 새 인스턴스를 초기화합니다. |
LinearGradientBrush(Color, Color, Point, Point) |
지정한 시작 LinearGradientBrush, 끝 Color, Color 및 StartPoint를 가진 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입니다.
설명
합니다 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)
매개 변수
설명
합니다 MappingMode 으로 초기화 되는 브러시의 RelativeToBoundingBox합니다.
적용 대상
LinearGradientBrush(GradientStopCollection, Point, Point)
지정한 그라데이션 중지점, LinearGradientBrush 및 StartPoint를 가진 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입니다.
설명
합니다 MappingMode 으로 초기화 되는 브러시의 RelativeToBoundingBox합니다.
적용 대상
LinearGradientBrush(Color, Color, Point, Point)
지정한 시작 LinearGradientBrush, 끝 Color, Color 및 StartPoint를 가진 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)
매개 변수
- startPoint
- Point
그라데이션의 StartPoint입니다.
설명
합니다 MappingMode 으로 초기화 되는 브러시의 RelativeToBoundingBox합니다.