FreeRDP
wImage Struct Reference

Data Fields

int type
 
UINT32 width
 
UINT32 height
 
BYTE * data
 
UINT32 scanline
 
UINT32 bitsPerPixel
 
UINT32 bytesPerPixel
 

Detailed Description

Definition at line 74 of file include/winpr/image.h.

Field Documentation

◆ bitsPerPixel

UINT32 wImage::bitsPerPixel

Definition at line 81 of file include/winpr/image.h.

◆ bytesPerPixel

UINT32 wImage::bytesPerPixel

Definition at line 82 of file include/winpr/image.h.

◆ data

BYTE* wImage::data

Definition at line 79 of file include/winpr/image.h.

◆ height

UINT32 wImage::height

Definition at line 78 of file include/winpr/image.h.

◆ scanline

UINT32 wImage::scanline

Definition at line 80 of file include/winpr/image.h.

◆ type

int wImage::type

Definition at line 76 of file include/winpr/image.h.

◆ width

UINT32 wImage::width

Definition at line 77 of file include/winpr/image.h.


The documentation for this struct was generated from the following file: