Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.Maui.Graphics #17

Closed
davidbritch opened this issue Jun 15, 2021 · 1 comment
Closed

Microsoft.Maui.Graphics #17

davidbritch opened this issue Jun 15, 2021 · 1 comment

Comments

@davidbritch
Copy link
Contributor

MAUI includes the cross-platform Microsoft.Maui.Graphics library, which is supported in MAUI apps, iOS, Android, Mac, WPF, UWP, WinForms, Tizen, and Linux. It includes the following features:

  • Drawing canvas, supporting shapes, paths, shadows etc.
  • Access fonts.
  • Draw text
  • Draw on bitmaps
  • Create PDFs

The GraphicsView control, which is added in P5, can be used to consume this library.

@davidbritch davidbritch added this to To do in .NET MAUI docs plan via automation Jun 15, 2021
@davidbritch
Copy link
Contributor Author

davidbritch commented Jul 12, 2021

ICanvas supports the following operations:

  • Properties
  • Canvas defaults
  • Drawing
    • DrawLine
    • DrawEllipse
    • DrawArc
    • DrawRectangle
    • DrawRoundedRectangle
    • DrawPath
    • DrawImage
    • DrawText
    • DrawString
    • Draw with fill and stroke
    • Line caps
    • Line joins
    • Dashed objects
  • Filling
    • FillEllipse
    • FillArc
    • FillRectangle
    • FillRoundedRectangle
    • FillPath
  • Painting
    • Solid colors
    • Gradients
      • Linear
      • Radial
    • Images
    • Patterns
  • Shadows
  • Transforms
    • Rotate
    • Scale
    • Translate
    • ConcatenateTransform
  • Images
    • ImageFormat
    • Load
    • Save
    • Resize
    • Downsize
  • State
    • SaveState
    • RestoreState
    • ResetState
  • Clipping
    • ClipPath
    • ClipRectangle
    • SubtractFromClip
  • SetFillPaint
  • SetToSystemFont
  • SetToBoldSystemFont
  • Winding modes
  • Blend modes

@davidbritch davidbritch moved this from To do to In progress in .NET MAUI docs plan Jul 16, 2021
@davidbritch davidbritch moved this from In progress to Done in .NET MAUI docs plan Dec 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants