Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ImageFill Class / ImageFill Constructor
Image of the fill


In This Topic
    ImageFill Constructor
    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