Class VLBitmap.TVLBitmap
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 26: | Line 26: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' Bitmap : [[Class VLBasicBitmap.TVLBasicBitmap|Mitov.VideoLab.BasicBitmap]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
| Line 58: | Line 58: | ||
*[[Method procedure VLBasicBitmap.TVLBasicBitmap.ToBitmap(TBitmap)|procedure ToBitmap(ABitmap : TBitmap)]]  | *[[Method procedure VLBasicBitmap.TVLBasicBitmap.ToBitmap(TBitmap)|procedure ToBitmap(ABitmap : TBitmap)]]  | ||
*[[Method function VLBasicBitmap.TVLBasicBitmap.GetDC() : HDC|function GetDC() : HDC]]  | *[[Method function VLBasicBitmap.TVLBasicBitmap.GetDC() : HDC|function GetDC() : HDC]]  | ||
| + | *[[Method function VLBasicBitmap.TVLBasicBitmap.GetHBitmap() : HBITMAP|function GetHBitmap() : HBITMAP]]  | ||
[[Category:Classes]]  | [[Category:Classes]]  | ||
Latest revision as of 00:30, 26 June 2013
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 Bitmap : 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
 - function GetHBitmap() : HBITMAP