xtd 0.2.0
Loading...
Searching...
No Matches

◆ create() [7/16]

static picture_box xtd::forms::picture_box::create ( const xtd::drawing::image image,
const drawing::point location,
const drawing::size size 
)
static

A factory to create an xtd::forms::picture_box with specified image, location, and size.

Parameters
imageThe image that is displayed by picture_box.
locationA xtd::drawing::point that represent location of the xtd::forms::picture_box.
sizeA xtd::drawing::size that represent size of the xtd::forms::picture_box.
Returns
New xtd::forms::picture_box created.