Class FillRenderer
Inheritance
System.Object
FillRenderer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public static class FillRenderer
Methods
RenderFill(IGraphics, GradientFill, ThemeColorScheme, RectangleF[])
Declaration
public static void RenderFill(IGraphics graphics, GradientFill fill, ThemeColorScheme colorScheme, params RectangleF[] rects)
Parameters
IGraphics
graphics
|
GradientFill
fill
|
ThemeColorScheme
colorScheme
|
System.Drawing.RectangleF[]
rects
|
RenderFill(IGraphics, PatternFill, ThemeColorScheme, RectangleF[])
Declaration
public static void RenderFill(IGraphics graphics, PatternFill fill, ThemeColorScheme colorScheme, params RectangleF[] rects)
Parameters
IGraphics
graphics
|
PatternFill
fill
|
ThemeColorScheme
colorScheme
|
System.Drawing.RectangleF[]
rects
|