Class VLBitmap.TVLBitmap
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabBasicPkg
Unit: VLBitmap
Inherits: TVLBasicBitmap
Contents |
Syntax
Delphi:
type TVLBitmap = class( TVLBasicBitmap )
C++ Builder:
class TVLBitmap : public TVLBasicBitmap
Visual C++ (MFC):
class CTVLBitmap : public CTVLBasicBitmap
C# (.NET):
public ref class TVLBitmap : Mitov.VideoLab.BasicBitmap
Summary
Bitmap wrapper class for thread safe bitmap access.
Description
Defines a Bitmap wrapper class for thread safe bitmap access. Use this class when you need to access a bitmap from different threads.
From TVLBasicBitmap
Properties
Public
Methods
Public
- procedure Resize(AWidth : Integer; AHeight : Integer)
- procedure SetSize(AWidth : Integer; AHeight : Integer)
- procedure SaveToFile(Filename : String)
- procedure SaveToStream(Stream : TStream)
- procedure FromBuffer(APtr : PByte; AScanlineStep : Integer)
- procedure ToBuffer(APtr : PByte; AScanlineStep : Integer)
- procedure ToBitmap(ABitmap : TBitmap)
- function GetDC() : HDC