RenderContextBase.DrawQuadWithColorRange (RectangleF, Color, Color, Boolean, Single) Method

Public Sub DrawQuadWithColorRange( _ 
ByVal rect As RectangleF, _ 
ByVal color1 As Color, _ 
ByVal color2 As Color, _ 
ByVal reflection As Boolean, _ 
ByVal reflectionIntensity As Single
)
This language is not supported or no code example is available.
public void DrawQuadWithColorRange( 
RectangleF rect
Color color1
Color color2
bool reflection
float reflectionIntensity 
)
This language is not supported or no code example is available.

Parameters

rect
RectangleF

color1
Color

color2
Color

reflection
bool

reflectionIntensity
float

.NET Framework

Supported in: 4.8

In this article

Definition