Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Picture Class / Picture Constructor / Picture Constructor(Image,RenderStyle,Color)
Image
Style
Which color is transparent


In This Topic
    Picture Constructor(Image,RenderStyle,Color)
    In This Topic
    Creates a picture with the specified image, style, and transparency color.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal i As Image, _
       ByVal style As RenderStyle, _
       ByVal transparencyColor As Color _
    )
    'Usage
     
    
    Dim i As Image
    Dim style As RenderStyle
    Dim transparencyColor As Color
     
    Dim instance As New Picture(i, style, transparencyColor)

    Parameters

    i
    Image
    style
    Style
    transparencyColor
    Which color is transparent
    See Also