All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kzc_screen_capture.h File Reference

Screen capturing utility. More...

Functions

KANZI_API kzsError kzcScreenCaptureToImage (const KzcMemoryManager *memoryManager, kzUint width, kzUint height, kanzi::GraphicsFormat format, KzcImage **out_image)
 Creates image from color buffer attached to window. More...
 

Detailed Description

Screen capturing utility.

Copyright 2008-2020 by Rightware. All rights reserved.

Function Documentation

KANZI_API kzsError kzcScreenCaptureToImage ( const KzcMemoryManager memoryManager,
kzUint  width,
kzUint  height,
kanzi::GraphicsFormat  format,
KzcImage **  out_image 
)

Creates image from color buffer attached to window.