Click or drag to resize
SpriteFrame Constructor (Rectangle, Frameset, Int32, Int32, Byte)
Initializes a new instance of the SpriteFrame class

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public SpriteFrame(
	Rectangle localBounds,
	Frameset frameset,
	int nAccumulatedDuration,
	int[] subFrames,
	byte[] alphas
)

Parameters

localBounds
Type: System.DrawingRectangle
frameset
Type: (Default Namespace)Frameset
nAccumulatedDuration
Type: SystemInt32
subFrames
Type: SystemInt32
alphas
Type: SystemByte
See Also