ClearImage 8 Help
Bitmap Property
See Also  Send Feedback
Inlite.ClearImageNet Namespace > ImageEditor Class : Bitmap Property






Sets Bitmap for editing. Gets results of editing

Syntax

Visual Basic (Declaration) 
Public Property Bitmap As Bitmap
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim value As Bitmap
 
instance.Bitmap = value
 
value = instance.Bitmap
C# 
public Bitmap Bitmap {get; set;}
Delphi 
public read-write property Bitmap: Bitmap; 
JScript 
public function get,set Bitmap : Bitmap
Managed Extensions for C++ 
public: __property Bitmap* get_Bitmap();
public: __property void set_Bitmap( 
   Bitmap* value
);
C++/CLI 
public:
property Bitmap^ Bitmap {
   Bitmap^ get();
   void set (    Bitmap^ value);
}

Remarks

Setting new Bitmap destroys previously set Bitmap and all modifications.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.