ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / ImageBrush Class / SetExtendModeY Method

In This Topic
    SetExtendModeY Method (ImageBrush)
    In This Topic
    void ID2D1ImageBrush::SetExtendModeY([In] D2D1_EXTEND_MODE extendModeY)
    Syntax
    'Declaration
     
    Public Sub SetExtendModeY( _
       ByVal extendModeY As ExtendMode _
    ) 
    public void SetExtendModeY( 
       ExtendMode extendModeY
    )

    Parameters

    extendModeY
    See Also