Graphics

Class

Namespace: Imagini.Drawing

Base types:

Declared in: Imagini.Drawing


No description provided

Members

Property

  • Renderer
  • OutputSize
  • PixelCount
  • Method

  • Clear()
  • Clear(Color)
  • CreateTexture(int, int, TextureScalingQuality, PixelFormat, TextureAccess)
  • CreateTextureFromSurface(Surface, TextureScalingQuality)
  • Draw(Texture, Point, Color)
  • Draw(Texture, Point, Rectangle, Color)
  • Draw(Texture, Point, Rectangle)
  • Draw(Texture, Point)
  • Draw(Texture, Rectangle?, Rectangle?, Color, double, Point?, TextureFlip)
  • Draw(Texture, Rectangle?, Rectangle?, double, Point?, TextureFlip)
  • Draw(Texture, Rectangle?, Rectangle?)
  • DrawLine(int, int, int, int)
  • DrawLine(Point, Point)
  • DrawLines(Point[])
  • DrawPoint(int, int)
  • DrawPoint(Point)
  • DrawPoints(Point[])
  • DrawRect(Rectangle?)
  • DrawRects(Rectangle[])
  • FillRect(Rectangle?)
  • FillRects(Rectangle[])
  • GetBlendMode()
  • GetClipRectangle()
  • GetDrawingColor()
  • GetLogicalSize()
  • GetLogicalSize(int, int)
  • GetPixelBufferSize(Rectangle?)
  • GetRenderTarget()
  • GetScale()
  • GetScale(float, float)
  • GetViewport()
  • ReadPixels(ColorRGB888[], Rectangle?)
  • SetBlendMode(BlendMode)
  • SetClipRectangle(Rectangle?)
  • SetDrawingColor(Color)
  • SetLogicalSize(int, int)
  • SetLogicalSize(Size)
  • SetRenderTarget(Texture)
  • SetScale(float, float)
  • SetScale(SizeF)
  • SetViewport(Rectangle?)

  • Back to index