[]
Builtin Opacity metadata effect.
public class OpacityMetadata : Effect, IDisposable, IUnknown
Initializes a new instance of the OpacityMetadata class.
public OpacityMetadata(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
The portion of the source image that is opaque. The default is the entire input image.
public Vector4 OpaqueRect { get; set; }
Initializes a new instance of OpacityMetadata effect.
public static OpacityMetadata Create(DeviceContext context)
context
DeviceContext