Class FillPrimitiveImpl
Inheritance
System.Object
FillPrimitiveImpl
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.Primitives
Assembly: Telerik.WinControls.dll
Syntax
public class FillPrimitiveImpl
Constructors
FillPrimitiveImpl(IFillElement, IPrimitiveElement)
Declaration
public FillPrimitiveImpl(IFillElement fillElement, IPrimitiveElement radElement)
Parameters
IFillElement
fillElement
|
IPrimitiveElement
radElement
|
Methods
FillRectangle(IGraphics, RectangleF, IFillElement)
Declaration
public static void FillRectangle(IGraphics g, RectangleF rect, IFillElement fillElement)
Parameters
IGraphics
g
|
System.Drawing.RectangleF
rect
|
IFillElement
fillElement
|
InvalidateFillCache(RadProperty)
OnBoundsChanged(Rectangle)
Declaration
public void OnBoundsChanged(Rectangle oldBounds)
Parameters
System.Drawing.Rectangle
oldBounds
|
PaintFill(IGraphics, GraphicsPath, RectangleF)
Declaration
public void PaintFill(IGraphics graphics, GraphicsPath clippingPath, RectangleF paintRect)
Parameters
IGraphics
graphics
|
System.Drawing.Drawing2D.GraphicsPath
clippingPath
|
System.Drawing.RectangleF
paintRect
|
PaintFill(IGraphics, Single, SizeF)
Declaration
public void PaintFill(IGraphics graphics, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.Single
angle
|
System.Drawing.SizeF
scale
|
PaintFill(IGraphics, Single, SizeF, RectangleF)
Declaration
public void PaintFill(IGraphics graphics, float angle, SizeF scale, RectangleF paintRect)
Parameters
IGraphics
graphics
|
System.Single
angle
|
System.Drawing.SizeF
scale
|
System.Drawing.RectangleF
paintRect
|