create_raster_canvas Function

public function create_raster_canvas(width, height, dpi) result(ctx)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: width
integer, intent(in) :: height
real(kind=wp), intent(in), optional :: dpi

Return Value type(raster_context)