xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::native::picture_box Class Referencefinal
Inheritance diagram for xtd::forms::native::picture_box:
xtd::static_object

Definition

Contains picture box native API.

Namespace
xtd::forms::native
Library
xtd.forms.native
Warning
Internal use only

Protected Static Methods

static void image (intptr control, const drawing::image &image)
 Sets the image that is displayed by picture_box.
 
static void reset (intptr control)
 Reset the image that is displayed by picture_box.
 

Member Function Documentation

◆ image()

static void xtd::forms::native::picture_box::image ( intptr  control,
const drawing::image image 
)
staticprotected

Sets the image that is displayed by picture_box.

Parameters
controlControl window handle.
imageThe xtd::drawing::image to display.
Warning
Internal use only

◆ reset()

static void xtd::forms::native::picture_box::reset ( intptr  control)
staticprotected

Reset the image that is displayed by picture_box.

Parameters
controlControl window handle.
Warning
Internal use only

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