Class VLBasicBitmap.TVLBasicBitmap

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
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]]

Revision as of 17:18, 18 October 2012

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: SignalLabBasicPkg

Unit: VLBasicBitmap

Contents

Syntax

Delphi:

type TVLBasicBitmap = class

C++ Builder:

class TVLBasicBitmap

Visual C++ (MFC):

class CTVLBasicBitmap

C# (.NET):

public ref class TVLBasicBitmap

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