Interface IPrimitive
Namespace: Telerik.WinControls.Primitives
Assembly: Telerik.WinControls.dll
Syntax
public interface IPrimitive
Properties
ShouldPaint
Gets or sets a value indicating whether the primitive should be painted.
Declaration
bool ShouldPaint { get; set; }
Property Value
System.Boolean
|
Methods
PaintPrimitive(IGraphics, Single, SizeF)
Draws the primitive on the screen.
Declaration
void PaintPrimitive(IGraphics graphics, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.Single
angle
|
System.Drawing.SizeF
scale
|