You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Loading Documents (Image, PDF & Metafile) > DisplayFromDIB Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.DisplayFromDIB Method

Displays a Device Independent Bitmap handle (DIB).

C#
public GdPictureStatus DisplayFromDIB(
    IntPtr Dib
);
Visual Basic
Public Function DisplayFromDIB(
    ByVal Dib As IntPtr
) As GdPictureStatus
Parameters
Parameters 
Description 
Dib 
Pointer to a Microsoft® Windows® Graphics Device Interface (GDI) BITMAPINFO structure.  
Returns

A member of the GdPictureStatus enumeration.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.