BomberEngine.Core.Assets.Types.Font.DrawString C# (CSharp) Méthode

DrawString() public abstract méthode

public abstract DrawString ( Context context, String text, float x, float y ) : void
context Context
text String
x float
y float
Résultat void
        public abstract void DrawString(Context context, String text, float x, float y);
        public abstract void DrawString(Context context, String text, float x, float y, TextAlign textAlign);

Same methods

Font::DrawString ( Context context, String text, float x, float y, TextAlign textAlign ) : void