LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)
LEAD Technologies, Inc

Flags Property






Collection of flags indicating various options for the bitmap.
Syntax
public RasterPaintDibInfoFlags Flags {get; set;}
'Declaration
 
Public Property Flags As RasterPaintDibInfoFlags
'Usage
 
Dim instance As RasterPaintDibInfo
Dim value As RasterPaintDibInfoFlags
 
instance.Flags = value
 
value = instance.Flags
public RasterPaintDibInfoFlags Flags {get; set;}
 get_Flags();
set_Flags(value);
public:
property RasterPaintDibInfoFlags Flags {
   RasterPaintDibInfoFlags get();
   void set (    RasterPaintDibInfoFlags value);
}

Property Value

See the RasterPaintDibInfoFlags enumeration for possible values.
Remarks

Use these flags to indicate whether the image data does not use the whole range (for example the low 12 bits for 16-bit image data).

Example
For an example, refer to RasterPaintDibInfo.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterPaintDibInfo Class
RasterPaintDibInfo Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.