'Declaration Public Function New( _ ByVal i As Image, _ ByVal style As RenderStyle, _ ByVal transparencyColor As Color, _ ByVal transparencyTolerance As Integer _ )
'Usage Dim i As Image Dim style As RenderStyle Dim transparencyColor As Color Dim transparencyTolerance As Integer Dim instance As New Picture(i, style, transparencyColor, transparencyTolerance)
public Picture( Image i, RenderStyle style, Color transparencyColor, int transparencyTolerance )
Parameters
- i
- Image object
- style
RenderStyle setting
- transparencyColor
- Color object containing which colors are considered transparent
- transparencyTolerance
- Number of tolerance of transparency