Constructor SKConfettiEmitterBounds
SKConfettiEmitterBounds(SKConfettiEmitterSide)
Initializes a new instance of the SKConfettiEmitterBounds struct for the specified side.
public SKConfettiEmitterBounds(SKConfettiEmitterSide side)
Parameters
sideSKConfettiEmitterSideThe side of the view to emit from.
SKConfettiEmitterBounds(double, double)
Initializes a new instance of the SKConfettiEmitterBounds struct for a specific point.
public SKConfettiEmitterBounds(double x, double y)
Parameters
SKConfettiEmitterBounds(Point)
Initializes a new instance of the SKConfettiEmitterBounds struct for a specific point.
public SKConfettiEmitterBounds(Point point)
Parameters
pointPointThe emission point.
SKConfettiEmitterBounds(double, double, double, double)
Initializes a new instance of the SKConfettiEmitterBounds struct for a specific rectangular area.
public SKConfettiEmitterBounds(double x, double y, double width, double height)
Parameters
xdoubleThe x-coordinate of the bounds.
ydoubleThe y-coordinate of the bounds.
widthdoubleThe width of the bounds.
heightdoubleThe height of the bounds.
SKConfettiEmitterBounds(Rect)
Initializes a new instance of the SKConfettiEmitterBounds struct for a specific rectangle.
public SKConfettiEmitterBounds(Rect rect)
Parameters
rectRectThe emission bounds rectangle.