TryGetValue Method (Palettes)
In This Topic
Syntax
'Declaration
Public Function TryGetValue( _
ByVal As System.Drawing.Color, _
ByRef As Palette _
) As System.Boolean
public System.bool TryGetValue(
System.Drawing.Color ,
out Palette
)
Parameters
- key
- item
See Also