Class RulerRendererBase
Inheritance
System.Object
RulerRendererBase
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.Scheduler.dll
Syntax
public abstract class RulerRendererBase
Constructors
RulerRendererBase(RulerPrimitive)
Fields
isDrawn
Declaration
protected bool isDrawn
Field Value
System.Boolean
|
ruler
Methods
DrawCurrentTimePointer(IGraphics, Single, DateTime)
Declaration
protected void DrawCurrentTimePointer(IGraphics graphics, float y, DateTime currentTime)
Parameters
IGraphics
graphics
|
System.Single
y
|
System.DateTime
currentTime
|
DrawTimeText(IGraphics, Single, String, String, Size)
Declaration
protected Size DrawTimeText(IGraphics graphics, float y, string text, string minutesText, Size measuredSize)
Parameters
IGraphics
graphics
|
System.Single
y
|
System.String
text
|
System.String
minutesText
|
System.Drawing.Size
measuredSize
|
Returns
System.Drawing.Size
|
GetHourBounds(Int32)
Declaration
public RectangleF GetHourBounds(int hour)
Parameters
System.Int32
hour
|
Returns
System.Drawing.RectangleF
|
GetSpecificRange()
Declaration
protected int GetSpecificRange()
Returns
System.Int32
|
Render(IGraphics)
RenderCurrentTimePointer(IGraphics, Single)
Declaration
public virtual void RenderCurrentTimePointer(IGraphics graphics, float y)
Parameters
IGraphics
graphics
|
System.Single
y
|
RenderHour(IGraphics, Int32, RectangleF)
Declaration
public abstract void RenderHour(IGraphics graphics, int hour, RectangleF bounds)
Parameters
IGraphics
graphics
|
System.Int32
hour
|
System.Drawing.RectangleF
bounds
|
RenderSubHour(IGraphics, Int32, Int32, RectangleF)
Declaration
public abstract void RenderSubHour(IGraphics graphics, int hour, int sectionIndex, RectangleF bounds)
Parameters
IGraphics
graphics
|
System.Int32
hour
|
System.Int32
sectionIndex
|
System.Drawing.RectangleF
bounds
|