WinForms

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

    Show / Hide Table of Contents

    Interface IFrameBorderPainter

    IFrameBorderPainter interface.

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

    Methods

    DrawFrame(Rectangle)

    Declaration
    void DrawFrame(Rectangle rectangle)
    Parameters
    Type Name Description
    System.Drawing.Rectangle rectangle

    DrawRectangle(IDraggable, Rectangle, VisualStyle)

    Declaration
    void DrawRectangle(IDraggable ctrl, Rectangle rectangle, VisualStyle style)
    Parameters
    Type Name Description
    IDraggable ctrl
    System.Drawing.Rectangle rectangle
    VisualStyle style

    DrawRectangle(Rectangle)

    Declaration
    void DrawRectangle(Rectangle rectangle)
    Parameters
    Type Name Description
    System.Drawing.Rectangle rectangle

    DrawRectangle(Rectangle, VisualStyle)

    Declaration
    void DrawRectangle(Rectangle rectangle, VisualStyle style)
    Parameters
    Type Name Description
    System.Drawing.Rectangle rectangle
    VisualStyle style

    DrawTabFrame(Rectangle, DockTabAlignmentStyle)

    Declaration
    void DrawTabFrame(Rectangle rectangle, DockTabAlignmentStyle alignment)
    Parameters
    Type Name Description
    System.Drawing.Rectangle rectangle
    DockTabAlignmentStyle alignment

    EndPaint()

    Declaration
    void EndPaint()

    StartPaint()

    Declaration
    void StartPaint()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved