Click or drag to resize

SpriteSetSize Method

Resize the sprite using the base image coordinates. The width and height specified are relative to the size of the background image, not the picturebox.

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public void SetSize(
	Size NewSize
)

Parameters

NewSize
Type: System.DrawingSize
The size (width, height) to make the sprite
See Also