Interface
IPrimitive

Definition

Namespace:Telerik.WinControls.Primitives

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public interface IPrimitive

Properties

ShouldPaint

Gets or sets a value indicating whether the primitive should be painted.

Declaration

cs-api-definition
bool ShouldPaint { get; set; }

Property Value

bool

Methods

PaintPrimitive(IGraphics, float, SizeF)

Draws the primitive on the screen.

Declaration

cs-api-definition
void PaintPrimitive(IGraphics graphics, float angle, SizeF scale)

Parameters

graphics

IGraphics

angle

float

scale

SizeF