BitmapDrawable.BitmapDrawable Constructors
Initializes a new instance of the BitmapDrawable class.
Overload List
Name | Description | |
---|---|---|
Public method | BitmapDrawable(System.Int32 width, System.Int32 height) | Initializes a new instance of the BitmapDrawable class with the given size. |
Public method | BitmapDrawable(System.Int32 width, System.Int32 height, Renderer renderer) | Initializes a new instance of the BitmapDrawable class with the given size and renderer. |
BitmapDrawable(System.Int32 width, System.Int32 height)
Initializes a new instance of the BitmapDrawable class with the given size.Syntax
public BitmapDrawable (
System.Int32 width,
System.Int32 height
)
Parameters
The width of the bitmap in pixels.
The height of the bitmap in pixels.
BitmapDrawable(System.Int32 width, System.Int32 height, Renderer renderer)
Initializes a new instance of the BitmapDrawable class with the given size and renderer.Syntax
public BitmapDrawable (
System.Int32 width,
System.Int32 height,
Renderer renderer
)
Parameters
The width of the bitmap in pixels.
The height of the bitmap in pixels.
The graphics renderer to use.
Remarks
Please see the Graphics renderers supported by Carmenta Engine page for information about the supported graphics renderers.
Platforms
Windows, Linux, Android