|
DrawingRectangle Method (UnmanagedImage, Rectangle, Color)
|
Draw rectangle on the specified image.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public static void Rectangle(
UnmanagedImage image,
Rectangle rectangle,
Color color
)
Public Shared Sub Rectangle (
image As UnmanagedImage,
rectangle As Rectangle,
color As Color
)
Request Example
View SourceParameters
- image
- Type: Accord.ImagingUnmanagedImage
Source image to draw on. - rectangle
- Type: System.DrawingRectangle
Rectangle's coordinates to draw. - color
- Type: System.DrawingColor
Rectangle's color.
Exceptions See Also