LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

Flags Property

Show in webframe





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

See Also

Reference

RasterPaintDibInfo Class
RasterPaintDibInfo Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.