Create a new DrawBuffer
Source position: MUIClass.DrawPanel.pas line 60
public constructor TDrawBuffer.Create( |
AWidth: Integer; |
AHeight: Integer; |
ADepth: Integer; |
AFriend: PBitmap = Nil |
); virtual; overload; |
ARP: PRastPort |
); virtual; overload; |
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. |