Graphics
Class Graphics
Namespace: Imagise.Core
Assembly: Imagise.Core.Graphics.dll
public class GraphicsInheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Graphics(Image)
public Graphics(Image image)Parameters
image Image
Properties
PaintableImageOptions
public ImageOptions PaintableImageOptions { set; }Property Value
ImageOptions
Methods
Clear(Color)
public void Clear(Color color)Parameters
color Color
DrawImage(Image, RectangleF)
public void DrawImage(Image image, RectangleF rectangle)Parameters
image Image
rectangle RectangleF
DrawRectangle(Pen, RectangleF)
public void DrawRectangle(Pen pen, RectangleF rect)Parameters
pen Pen
rect RectangleF
DrawRectangle(Pen, Rectangle)
public void DrawRectangle(Pen pen, Rectangle rect)Parameters
pen Pen
rect Rectangle