Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ImageFill Class / ImageFill Constructor / ImageFill Constructor(Image)
Image of the fill


In This Topic
    ImageFill Constructor(Image)
    In This Topic
    Creates a new image fill with the specified image.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal image As Image _
    )
    'Usage
     
    
    Dim image As Image
     
    Dim instance As New ImageFill(image)
    public ImageFill( 
       Image image
    )

    Parameters

    image
    Image of the fill
    See Also