CustomImageSourceBase Class

Managed base class for custom image sources.

Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0

Syntax

public abstract class CustomImageSourceBase : IImageProvider, 
    IDisposable, ICustomImageSource, IImageSize
'Declaration
Public MustInherit Class CustomImageSourceBase
    Implements IImageProvider, IDisposable, ICustomImageSource, IImageSize
public ref class CustomImageSourceBase abstract : IImageProvider, 
    IDisposable, ICustomImageSource, IImageSize
Lumia.Imaging.Custom.CustomImageSourceBase = function();

Type.createClass(
    'Lumia.Imaging.Custom.CustomImageSourceBase',
    null,
    Lumia.Imaging.IImageProvider,
    IDisposable,
    Lumia.Imaging.Custom.ICustomImageSource,
    Lumia.Imaging.IImageSize);

Remarks

The only supported color format in this version is ColorFormat.Bgra8888, which means pixels are represented as UInt32 values.

Inheritance Hierarchy

System.Object
  Lumia.Imaging.Custom.CustomImageSourceBase

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

CustomImageSourceBase.CustomImageSourceBase Members

Lumia.Imaging.Custom Namespace