Class VLBasicBitmap.TVLBasicBitmap

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(14 intermediate revisions by one user not shown)
Line 5: Line 5:
 
</span></b>
 
</span></b>
  
'''Package:''' [[Package SignalLabBasicPkg|SignalLabBasicPkg]]
+
'''Package:''' [[Package Mitov.BasicLab|Mitov.BasicLab]]
  
 
'''Unit:''' [[Unit VLBasicBitmap|VLBasicBitmap]]
 
'''Unit:''' [[Unit VLBasicBitmap|VLBasicBitmap]]
Line 24: Line 24:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TVLBasicBitmap
+
'''public ref class''' BasicBitmap
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 54: Line 54:
 
*[[Method procedure VLBasicBitmap.TVLBasicBitmap.ToBitmap(TBitmap)|procedure ToBitmap(ABitmap : TBitmap)]] - Copies the bitmap to a standard bitmap object.  
 
*[[Method procedure VLBasicBitmap.TVLBasicBitmap.ToBitmap(TBitmap)|procedure ToBitmap(ABitmap : TBitmap)]] - Copies the bitmap to a standard bitmap object.  
 
*[[Method function VLBasicBitmap.TVLBasicBitmap.GetDC() : HDC|function GetDC() : HDC]] - Returns the Windows Device Context (DC) of the internal bitmap.  
 
*[[Method function VLBasicBitmap.TVLBasicBitmap.GetDC() : HDC|function GetDC() : HDC]] - Returns the Windows Device Context (DC) of the internal bitmap.  
 +
*[[Method function VLBasicBitmap.TVLBasicBitmap.GetHBitmap() : HBITMAP|function GetHBitmap() : HBITMAP]] - Returns the HBITMAP handle of the internal bitmap.
  
 
[[Category:Classes]]
 
[[Category:Classes]]

Latest revision as of 00:29, 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: Mitov.BasicLab

Unit: VLBasicBitmap

Contents

Syntax

Delphi:

type TVLBasicBitmap = class

C++ Builder:

class TVLBasicBitmap

Visual C++ (MFC):

class CTVLBasicBitmap

C# (.NET):

public ref class 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.

Properties

Public

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox