LinearGradientBrush 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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으로 처리됨)과 마찬가지로 허용됩니다.