ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / ResourceTexture Class / Create Method / Create(EffectContext,Guid,ResourceTextureProperties) Method
The effect context
A unique identifier to the resource
The description of the resource

In This Topic
    Create(EffectContext,Guid,ResourceTextureProperties) Method
    In This Topic
    Initializes a new instance of BlendTransform class
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal context As EffectContext, _
       ByVal resourceId As System.Guid, _
       ByVal resourceTextureProperties As ResourceTextureProperties _
    ) As ResourceTexture

    Parameters

    context
    The effect context
    resourceId
    A unique identifier to the resource
    resourceTextureProperties
    The description of the resource
    See Also