RenderContextBase.DrawQuadWithColorRange (RectangleF, Color, Color) Method

Protected MustOverride Sub DrawQuadWithColorRange( _ 
ByVal rect As RectangleF, _ 
ByVal color1 As Color, _ 
ByVal color2 As Color
)
This language is not supported or no code example is available.
protected abstract void DrawQuadWithColorRange( 
RectangleF rect
Color color1
Color color2 
)
This language is not supported or no code example is available.

Parameters

rect
RectangleF

color1
Color

color2
Color

.NET Framework

Supported in: 4.8

In this article

Definition