ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / ImageBrush Class / Create Method / Create(DeviceContext,Image,ImageBrushProperties,BrushProperties) Method
The context.
The image.
The image brush properties.
The brush properties.

In This Topic
    Create(DeviceContext,Image,ImageBrushProperties,BrushProperties) Method
    In This Topic
    Initializes a new instance of the ImageBrush class.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal context As DeviceContext, _
       ByVal image As Image, _
       ByVal imageBrushProperties As ImageBrushProperties, _
       ByVal brushProperties As BrushProperties _
    ) As ImageBrush

    Parameters

    context
    The context.
    image
    The image.
    imageBrushProperties
    The image brush properties.
    brushProperties
    The brush properties.
    See Also