Image Constructor (UInt32, UInt32)

SFML.Net

Image Constructor (UInt32, UInt32)
Construct the image with black color

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public Image(
	uint width,
	uint height
)
Public Sub New ( 
	width As UInteger,
	height As UInteger
)
public:
Image(
	unsigned int width, 
	unsigned int height
)
new : 
        width : uint32 * 
        height : uint32 -> Image

Parameters

width
Type: SystemUInt32
Image width
height
Type: SystemUInt32
Image height
Exceptions
ExceptionCondition
LoadingFailedException
See Also