InterfaceIPrimitiveElement
Interface
Definition
Namespace:Telerik.WinControls.Primitives
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public interface IPrimitiveElement : IShapedElement
Inherited Members
Properties
ElementTree
Declaration
cs-api-definition
ComponentThemableElementTree ElementTree { get; }
Property Value
Methods
GetExactPaintingRectangle(float, SizeF)
Declaration
cs-api-definition
RectangleF GetExactPaintingRectangle(float angle, SizeF scale)
Parameters
angle
scale
Returns
GetPaintRectangle(float, float, SizeF)
Declaration
cs-api-definition
RectangleF GetPaintRectangle(float left, float angle, SizeF scale)
Parameters
left
angle
scale
Returns