3 implementations of DrawString
Microsoft.Maui.Graphics (3)
4 references to DrawString
Microsoft.Maui.Graphics (4)
CanvasExtensions.cs (2)
165 target.DrawString(value, (float)bounds.X, (float)bounds.Y, (float)bounds.Width, (float)bounds.Height, horizontalAlignment, verticalAlignment, textFlow, lineSpacingAdjustment);
177 target.DrawString(value, bounds.X, bounds.Y, bounds.Width, bounds.Height, horizontalAlignment, verticalAlignment, textFlow, lineSpacingAdjustment);