WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DoubleBufferSurface - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DoubleBufferSurface

    Inheritance
    System.Object
    DoubleBufferSurface
    Implements
    System.IDisposable
    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: Syncfusion.Drawing
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class DoubleBufferSurface : IDisposable

    Constructors

    DoubleBufferSurface(Graphics, Rectangle)

    Declaration
    public DoubleBufferSurface(Graphics targetGraphics, Rectangle targetRectangle)
    Parameters
    Type Name Description
    System.Drawing.Graphics targetGraphics
    System.Drawing.Rectangle targetRectangle

    Properties

    Dirty

    Declaration
    public bool Dirty { get; set; }
    Property Value
    Type Description
    System.Boolean

    Graphics

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

    Methods

    CreateDrawingSurfaceBitmap()

    Declaration
    public Bitmap CreateDrawingSurfaceBitmap()
    Returns
    Type Description
    System.Drawing.Bitmap

    Dispose()

    Declaration
    public void Dispose()

    Render()

    Declaration
    public void Render()

    Render(Graphics)

    Declaration
    public void Render(Graphics target)
    Parameters
    Type Name Description
    System.Drawing.Graphics target

    ScrollWindow(Int32, Int32, Rectangle, Rectangle)

    Declaration
    public Rectangle ScrollWindow(int xAmount, int yAmount, Rectangle rect, Rectangle clipRect)
    Parameters
    Type Name Description
    System.Int32 xAmount
    System.Int32 yAmount
    System.Drawing.Rectangle rect
    System.Drawing.Rectangle clipRect
    Returns
    Type Description
    System.Drawing.Rectangle

    SetTargetGraphics(Graphics)

    Declaration
    public void SetTargetGraphics(Graphics g)
    Parameters
    Type Name Description
    System.Drawing.Graphics g

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved