OdgImage

OdgImage constructor (1 of 2)

Start a new creation of the OdgImage class object with the initiation of a fresh instance. Harness the potential of a stream container coupled with load options parameters, maintain a versatile constructor to seamlessly load images. This constructor empowers efficient image handling, offering customizable loading configurations for enhanced adaptability and performance across diverse scenarios.

public OdgImage(StreamContainer streamContainer, LoadOptions options)
ParameterTypeDescription
streamContainerStreamContainerThe stream.
optionsLoadOptionsThe load options

See Also


OdgImage constructor (2 of 2)

Crafted for seamless integration into software solutions, the OdgImage constructor initializes a new instance by leveraging a stream container. This method ensures efficient handling of ODG image data within software environments, optimizing resource utilization and facilitating streamlined image processing workflows.

public OdgImage(StreamContainer streamContainer)
ParameterTypeDescription
streamContainerStreamContainerThe stream container.

See Also