/// <summary>
 /// Initializes a new instance of the <see cref="TransformedImageSource"/>.
 /// </summary>
 public TransformedImageSource(DeviceContext2 context2, ImageSource imageSource, ref TransformedImageSourceProperties ropertiesRef)
     : this(IntPtr.Zero)
 {
     context2.CreateTransformedImageSource(imageSource, ref ropertiesRef, this);
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TransformedImageSource"/>.
 /// </summary>
 public TransformedImageSource(DeviceContext2 context2, ImageSource imageSource, ref TransformedImageSourceProperties ropertiesRef)
     : this(IntPtr.Zero)
 {
     context2.CreateTransformedImageSource(imageSource, ref ropertiesRef, this);
 }