Method CreateBackgroundLayer
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Data.dll
CreateBackgroundLayer(SizeInt32)
public static BitmapLayer CreateBackgroundLayer(SizeInt32 size)
Parameters
size SizeInt32
Returns
- BitmapLayer
CreateBackgroundLayer(int, int)
public static BitmapLayer CreateBackgroundLayer(int width, int height)
Parameters
width int
height int
Returns
- BitmapLayer
CreateBackgroundLayer(SizeInt32, string)
public static BitmapLayer CreateBackgroundLayer(SizeInt32 size, string name)
Parameters
size SizeInt32
name string
Returns
- BitmapLayer
CreateBackgroundLayer(int, int, string)
public static BitmapLayer CreateBackgroundLayer(int width, int height, string name)
Parameters
width int
height int
name string
Returns
- BitmapLayer
CreateBackgroundLayer(Surface)
public static BitmapLayer CreateBackgroundLayer(Surface surface)
Parameters
surface Surface
Returns
- BitmapLayer
CreateBackgroundLayer(Surface, bool)
public static BitmapLayer CreateBackgroundLayer(Surface surface, bool takeOwnership)
Parameters
surface Surface
takeOwnership bool
Returns
- BitmapLayer
CreateBackgroundLayer(Surface, bool, string)
public static BitmapLayer CreateBackgroundLayer(Surface surface, bool takeOwnership, string name)
Parameters
surface Surface
takeOwnership bool
name string
Returns
- BitmapLayer