ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / ResourceView Class / ResourceAs<T> Method

In This Topic
    ResourceAs<T> Method
    In This Topic
    Get the resource that is accessed through this view.
    Syntax
    'Declaration
     
    Public Function ResourceAs(Of T As Resource)() As T
    public T ResourceAs<T>()
    where T: Resource

    Type Parameters

    T
    See Also