WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IClockRenderer

    Show / Hide Table of Contents

    Interface IClockRenderer

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public interface IClockRenderer

    Methods

    DrawBackGroundImage(Graphics, Rectangle, Image)

    Declaration
    void DrawBackGroundImage(Graphics g, Rectangle rect, Image image)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.Drawing.Rectangle rect
    System.Drawing.Image image

    DrawHourHand(Graphics, Int32, Single, Point, Color, DateTime)

    Declaration
    void DrawHourHand(Graphics g, int length, float width, Point Center, Color color, DateTime dateTime)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.Int32 length
    System.Single width
    System.Drawing.Point Center
    System.Drawing.Color color
    System.DateTime dateTime

    DrawMinuteHand(Graphics, Int32, Single, Point, Color, DateTime)

    Declaration
    void DrawMinuteHand(Graphics g, int length, float width, Point Center, Color color, DateTime dateTime)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.Int32 length
    System.Single width
    System.Drawing.Point Center
    System.Drawing.Color color
    System.DateTime dateTime

    DrawMinutesLine(Graphics, Int32, Point, Color, Font, Single)

    Declaration
    void DrawMinutesLine(Graphics g, int Radius, Point center, Color color, Font font, float thickness)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.Int32 Radius
    System.Drawing.Point center
    System.Drawing.Color color
    System.Drawing.Font font
    System.Single thickness

    DrawSecondHand(Graphics, Int32, Single, Point, Color, DateTime)

    Declaration
    void DrawSecondHand(Graphics g, int length, float width, Point Center, Color color, DateTime dateTime)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.Int32 length
    System.Single width
    System.Drawing.Point Center
    System.Drawing.Color color
    System.DateTime dateTime
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved