ImageDevice.Create

ImageDevice.Create method

Creates a new instance of the device based on this device instance. Writes this device graphics state, i.e. creates ApsCanvas instance(s) with corresponding RenderTransform and Clip properties.

public override Device Create()

Return Value

The new device instance.

See Also