ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / RenderTarget Class / CreateLayer Method

In This Topic
    CreateLayer Method
    In This Topic
    HRESULT ID2D1RenderTarget::CreateLayer([In, Optional] const D2D_SIZE_F* size,[Out, Fast] ID2D1Layer** layer)
    Syntax
    'Declaration
     
    Public Function CreateLayer( _
       ByVal size As Nullable(Of Size2F) _
    ) As Layer
    public Layer CreateLayer( 
       Nullable<Size2F> size
    )

    Parameters

    size
    See Also