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

◆ create() [8/16]

static animation xtd::forms::animation::create ( uint32  frames_per_second,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

A factory to create an xtd::forms::animation with specified the number of frame per second, location, size, and name.

Parameters
frames_per_secondThe number of frame per seconds of the xtd::forms::animation.
locationA xtd::drawing::point that represent location of the xtd::forms::animation.
sizeA xtd::drawing::size that represent size of the xtd::forms::animation.
nameThe name of the xtd::forms::animation.
Returns
New xtd::forms::animation created.