GradientBrush 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
GradientBrush 클래스의 새 인스턴스를 초기화합니다.
오버로드
GradientBrush() |
GradientBrush 클래스의 새 인스턴스를 초기화합니다. |
GradientBrush(GradientStopCollection) |
지정된 GradientBrush를 사용하여 GradientStopCollection 클래스의 새 인스턴스를 초기화합니다. |
GradientBrush()
GradientBrush 클래스의 새 인스턴스를 초기화합니다.
protected:
GradientBrush();
protected GradientBrush ();
Protected Sub New ()
적용 대상
GradientBrush(GradientStopCollection)
지정된 GradientBrush를 사용하여 GradientStopCollection 클래스의 새 인스턴스를 초기화합니다.
protected:
GradientBrush(System::Windows::Media::GradientStopCollection ^ gradientStopCollection);
protected GradientBrush (System.Windows.Media.GradientStopCollection gradientStopCollection);
new System.Windows.Media.GradientBrush : System.Windows.Media.GradientStopCollection -> System.Windows.Media.GradientBrush
Protected Sub New (gradientStopCollection As GradientStopCollection)
매개 변수
- gradientStopCollection
- GradientStopCollection
그라데이션에서 전환 지점의 위치와 색을 지정하는 데 사용되는 GradientStopCollection입니다.