JpegRenderer.ToDotString Method

Creates a representation of the image processing graph in the DOT language. This can be used with the DOT tool to generate a visual representation of what is going to be rendered.

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public string ToDotString(
    string graphName
)
'Declaration
Public Function ToDotString ( 
    graphName As String
) As String
public:
virtual String^ ToDotString(
    [InAttribute] String^ graphName
) sealed
function ToDotString(graphName);

Parameters

  • graphName
    Type: System.String
    The name of the graph to be printed in the DotString representation.

Return Value

Type: String
A string containing a representation of the image processing graph in the DOT language.

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

JpegRenderer Class

JpegRenderer.JpegRenderer Members

Lumia.Imaging Namespace