'Declaration Public Overridable Function CreateDrawingEngine( _
ByVal widthThe canvas width.As System.Int32, _
ByVal heightThe canvas height.As System.Int32, _
ByVal pixelFormatThe pixel format of canvas.As Vintasoft.Imaging.PixelFormat, _
ByVal resolutionThe resolution of canvas.As Vintasoft.Imaging.Resolution, _
ByRef disposeAfterUseA value indicating whether DrawingEngine must be disposed after use.As Boolean _
) As DrawingEngine
public virtual DrawingEngine CreateDrawingEngine(
System.Int32 width,
System.Int32 height,
Vintasoft.Imaging.PixelFormat pixelFormat,
Vintasoft.Imaging.Resolution resolution,
out bool disposeAfterUse
)
public: virtual DrawingEngine* CreateDrawingEngine(
System.Int32 width,
System.Int32 height,
Vintasoft.Imaging.PixelFormat pixelFormat,
Vintasoft.Imaging.Resolution resolution,
[PARAMFLAG::Out] bool disposeAfterUse
)
public:
virtual DrawingEngine^ CreateDrawingEngine(
System.Int32 width,
System.Int32 height,
Vintasoft.Imaging.PixelFormat pixelFormat,
Vintasoft.Imaging.Resolution resolution,
[Out] bool disposeAfterUse
)
Parameters
- width
- The canvas width.
- height
- The canvas height.
- pixelFormat
- The pixel format of canvas.
- resolution
- The resolution of canvas.
- disposeAfterUse
- A value indicating whether DrawingEngine must be disposed after use.
Return Value
New drawing engine.