[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public static PixelInfo GetPixelInfoAt(
this Image sender,
int position
)
public:
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
static PixelInfo^ GetPixelInfoAt(
Image^ sender,
int position
)
[<ExtensionAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
static member GetPixelInfoAt :
sender : Image *
position : int -> PixelInfo
No code example is currently available or this language may not be supported.
[Missing <param name="sender"/> documentation for "M:DevCase.Extensions.ImageExtensions.ImageExtensions.GetPixelInfoAt(System.Drawing.Image,System.Int32)"]
[Missing <param name="position"/> documentation for "M:DevCase.Extensions.ImageExtensions.ImageExtensions.GetPixelInfoAt(System.Drawing.Image,System.Int32)"]
No code example is currently available or this language may not be supported.
Dim color As Color = color.FromArgb(117, 228, 26)
Dim bmp As Bitmap = CreateSolidcolorBitmap(New Size(1, 1), color, PixelFormat.Format32bppArgb)
Dim pxInfo AsPixelInfo = bmp.GetPixelInfoAt(1)
Console.WriteLine(String.Format("Position: {0}, Location: {1}, Color: {2}",
pxInfo.Position, pxInfo.Location.ToString(), pxInfo.Color.ToString()))
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
ArgumentOutOfRangeException | position |