LinearGradientBrush.SetSigmaBellShape 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
종 모양의 곡선을 기반으로 그라데이션 폴오프를 만듭니다.
오버로드
SetSigmaBellShape(Single) |
종 모양의 곡선을 기반으로 그라데이션 폴오프를 만듭니다. |
SetSigmaBellShape(Single, Single) |
종 모양의 곡선을 기반으로 그라데이션 폴오프를 만듭니다. |
SetSigmaBellShape(Single)
- Source:
- LinearGradientBrush.cs
- Source:
- LinearGradientBrush.cs
- Source:
- LinearGradientBrush.cs
- Source:
- LinearGradientBrush.cs
- Source:
- LinearGradientBrush.cs
종 모양의 곡선을 기반으로 그라데이션 폴오프를 만듭니다.
public:
void SetSigmaBellShape(float focus);
public void SetSigmaBellShape (float focus);
member this.SetSigmaBellShape : single -> unit
Public Sub SetSigmaBellShape (focus As Single)
매개 변수
- focus
- Single
그라데이션의 중심을 지정하는 0부터 1까지의 값입니다(시작 색과 끝 색이 균등하게 혼합되는 지점).
예제
예제는 SetSigmaBellShape.
참조하세요.
설명
이 메서드는 그라데이션이 끝 색으로만 구성된 지점인 focus
지정합니다.
focus
매개 변수는 그라데이션 선을 따라 거리의 비율로 위치를 나타냅니다. 그라데이션은 양쪽의 종 곡선 모양(일반 분포)에 따라 시작 색으로 떨어집니다.
적용 대상
SetSigmaBellShape(Single, Single)
- Source:
- LinearGradientBrush.cs
- Source:
- LinearGradientBrush.cs
- Source:
- LinearGradientBrush.cs
- Source:
- LinearGradientBrush.cs
- Source:
- LinearGradientBrush.cs
종 모양의 곡선을 기반으로 그라데이션 폴오프를 만듭니다.
public:
void SetSigmaBellShape(float focus, float scale);
public void SetSigmaBellShape (float focus, float scale);
member this.SetSigmaBellShape : single * single -> unit
Public Sub SetSigmaBellShape (focus As Single, scale As Single)
매개 변수
- focus
- Single
그라데이션의 중심을 지정하는 0부터 1까지의 값입니다(그라데이션이 끝 색으로만 구성된 점).
- scale
- Single
focus
색이 떨어지는 속도를 지정하는 0부터 1까지의 값입니다.
예제
다음 코드 예제는 Windows Forms에서 사용하도록 설계되었으며 OnPaint 이벤트 개체인 PaintEventArgse
필요합니다. 코드는 다음 작업을 수행합니다.
새 LinearGradientBrush만듭니다.
이 브러시를 사용하여 선형, 왼쪽에서 오른쪽으로 색이 전환된 화면에 줄임표를 그립니다.
가운데에 피크가 있는 종 모양의 곡선을 갖도록 LinearGradientBrush 변환합니다.
종 모양의 브러시를 사용하여 화면에 두 번째 타원을 그립니다.
아래쪽 줄임표의 그라데이션이 파란색에서 빨간색으로 전환된 다음 다시 파란색으로 전환됩니다.
private:
void SetSigmaBellShapeExample( PaintEventArgs^ e )
{
// Create a LinearGradientBrush.
Rectangle myRect = Rectangle(20,20,200,100);
LinearGradientBrush^ myLGBrush = gcnew LinearGradientBrush( myRect,Color::Blue,Color::Red,0.0f,true );
// Draw an ellipse to the screen using the LinearGradientBrush.
e->Graphics->FillEllipse( myLGBrush, myRect );
// Create a bell-shaped brush with the peak at the
// center of the drawing area.
myLGBrush->SetSigmaBellShape( .5f, 1.0f );
// Use the bell- shaped brush to draw a second
// ellipse.
myRect.Y = 150;
e->Graphics->FillEllipse( myLGBrush, myRect );
}
private void SetSigmaBellShapeExample(PaintEventArgs e)
{
// Create a LinearGradientBrush.
Rectangle myRect = new Rectangle(20, 20, 200, 100);
LinearGradientBrush myLGBrush = new LinearGradientBrush(
myRect, Color.Blue, Color.Red, 0.0f, true);
// Draw an ellipse to the screen using the LinearGradientBrush.
e.Graphics.FillEllipse(myLGBrush, myRect);
// Create a bell-shaped brush with the peak at the
// center of the drawing area.
myLGBrush.SetSigmaBellShape(.5f, 1.0f);
// Use the bell- shaped brush to draw a second
// ellipse.
myRect.Y = 150;
e.Graphics.FillEllipse(myLGBrush, myRect);
}
Public Sub SetSigmaBellShapeExample(ByVal e As PaintEventArgs)
' Create a LinearGradientBrush.
Dim myRect As New Rectangle(20, 20, 200, 100)
Dim myLGBrush As New LinearGradientBrush(myRect, Color.Blue, _
Color.Red, 0.0F, True)
' Draw an ellipse to the screen using the LinearGradientBrush.
e.Graphics.FillEllipse(myLGBrush, myRect)
' Create a triangular shaped brush with the peak at the center
' of the drawing area.
myLGBrush.SetSigmaBellShape(0.5F, 1.0F)
' Use the triangular brush to draw a second ellipse.
myRect.Y = 150
e.Graphics.FillEllipse(myLGBrush, myRect)
End Sub
설명
이 메서드는 그라데이션이 끝 색으로만 구성된 지점인 focus
지정합니다.
focus
매개 변수는 그라데이션 선을 따라 거리의 비율로 위치를 나타냅니다. 그라데이션은 양쪽의 종 곡선 모양(일반 분포)에 따라 시작 색으로 떨어집니다.
적용 대상
.NET