Unit 'MUIClass.DrawPanel' Package
[Overview][Types][Classes][Variables][Index] [#MUIClass]

TDrawBuffer.Create

Create a new DrawBuffer

Declaration

Source position: MUIClass.DrawPanel.pas line 60

public constructor TDrawBuffer.Create(

  AWidth: Integer;

  AHeight: Integer;

  ADepth: Integer;

  AFriend: PBitmap = Nil

); virtual; overload;

constructor TDrawBuffer.Create(

  ARP: PRastPort

); virtual; overload;

Arguments

AWidth

  

Define the Width of the Buffer

AHeight

  

Define the Height of the Buffer

ADepth

  

Define the Depth of the Buffer

AFriend

  

Define a friend Bitmap, for faster clipping to.


Documentation generated on: 2024-04-25