WinForms

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

    Show / Hide Table of Contents

    Interface IGraphicsProvider

    Implements an interface that returns a graphics context when needed and raises a PrepareGraphics event to initialize the graphics object.

    Namespace: Syncfusion.Drawing
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public interface IGraphicsProvider

    Properties

    Graphics

    Creates and returns a cached graphics object.

    Declaration
    Graphics Graphics { get; }
    Property Value
    Type Description
    System.Drawing.Graphics

    Events

    PrepareGraphics

    Called after a new Graphics object was created and gives the handler a chance to initialize the graphics context.

    Declaration
    event GraphicsEventHandler PrepareGraphics
    Event Type
    Type Description
    GraphicsEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved