Overload List

  NameDescription
Item[([(Point])])
Get or Set the color in the location
(Inherited from Image<(Of <(TColor, TDepth>)>).)
Item[([(Int32])])
Get or Set the specific channel of the current image. For Get operation, a copy of the specific channel is returned. For Set operation, the specific channel is copied to this image.
(Inherited from Image<(Of <(TColor, TDepth>)>).)
Item[([(Int32, Int32])])
Get or Set the color in the rowth row (y direction) and columnth column (x direction)
(Inherited from Image<(Of <(TColor, TDepth>)>).)

See Also