ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / OpacityMetadata Class / OpaqueRect Property

In This Topic
    OpaqueRect Property
    In This Topic
    The portion of the source image that is opaque. The default is the entire input image.
    Syntax
    'Declaration
     
    Public Property OpaqueRect As Vector4
    public Vector4 OpaqueRect {get; set;}
    See Also