C# Class FSO.Client.Utils.DrawingUtils

显示文件 Open project: RHY3756547/FreeSO

Public Methods

Method Description
DrawBorder ( this spriteBatch, Rectangle rectangleToDraw, int thicknessOfBorder, Microsoft.Xna.Framework.Graphics.Texture2D pixel, Microsoft.Xna.Framework.Color borderColor ) : void

Method Details

DrawBorder() public static method

public static DrawBorder ( this spriteBatch, Rectangle rectangleToDraw, int thicknessOfBorder, Microsoft.Xna.Framework.Graphics.Texture2D pixel, Microsoft.Xna.Framework.Color borderColor ) : void
spriteBatch this
rectangleToDraw Microsoft.Xna.Framework.Rectangle
thicknessOfBorder int
pixel Microsoft.Xna.Framework.Graphics.Texture2D
borderColor Microsoft.Xna.Framework.Color
return void