CustomImageSourceAdapter Constructor

Create and initialize a CustomImageSourceAdapter which will be coupled to the specified ICustomImageSource.

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

Syntax

public CustomImageSourceAdapter(
    IImageProvider outerImageProvider,
    ICustomImageSource customImageSource,
    Size size
)
'Declaration
Public Sub New ( 
    outerImageProvider As IImageProvider,
    customImageSource As ICustomImageSource,
    size As Size
)
public:
CustomImageSourceAdapter(
    [InAttribute] IImageProvider^ outerImageProvider, 
    [InAttribute] ICustomImageSource^ customImageSource, 
    [InAttribute] Size size
)
Lumia.Imaging.Custom.CustomImageSourceAdapter = function(outerImageProvider, customImageSource, size);

Parameters

  • outerImageProvider
    Type: Lumia.Imaging.IImageProvider
    The user-defined class that owns the adapter. A weak reference to this object will be kept.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

CustomImageSourceAdapter Class

CustomImageSourceAdapter.CustomImageSourceAdapter Members

Lumia.Imaging.Custom Namespace