Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IImageProvider that will be used as source.
Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
Syntax
public IImageProvider Source { get; set; }
'Declaration
Public Property Source As IImageProvider
Get
Set
public:
virtual property IImageProvider^ Source {
IImageProvider^ get () sealed;
void set (IImageProvider^ value) sealed;
}
function get_Source();
function set_Source(value);
Property Value
Type: IImageProvider
Implements
Version Information
Lumia Imaging SDK
Supported in: 3.0
See Also
TemperatureAndTintEffect Class