Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ColorTransform"/> class.
 /// </summary>
 /// <param name="factory">The factory.</param>
 /// <unmanaged>HRESULT IWICImagingFactory::CreateColorTransformer([Out, Fast] IWICColorTransform** ppIWICColorTransform)</unmanaged>	
 public ColorTransform(ImagingFactory factory)
     : base(IntPtr.Zero)
 {
     factory.CreateColorTransformer(this);
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ColorTransform"/> class.
 /// </summary>
 /// <param name="factory">The factory.</param>
 /// <unmanaged>HRESULT IWICImagingFactory::CreateColorTransformer([Out, Fast] IWICColorTransform** ppIWICColorTransform)</unmanaged>
 public ColorTransform(ImagingFactory factory)
     : base(IntPtr.Zero)
 {
     factory.CreateColorTransformer(this);
 }