FromPngViewOptions

ViewInfoOptions.FromPngViewOptions method

Initializes an instance of the ViewInfoOptions class based on the PngViewOptions object.

public static ViewInfoOptions FromPngViewOptions(PngViewOptions options)
Parameter Type Description
options PngViewOptions The PNG view options.

Return Value

New instance of the ViewInfoOptions class.

Exceptions

exception condition
ArgumentNullException Thrown when options is null.

See Also