Logo
Yukar.Engine.Graphics Member List

This is the complete list of members for Yukar.Engine.Graphics, including all inherited members.

AddResourceDir(string prefix)Yukar.Engine.Graphicsstatic
AddTextureDir(string path)Yukar.Engine.Graphicsstatic
BeginDraw()Yukar.Engine.Graphicsstatic
clearError()Yukar.Engine.Graphicsstatic
ClearResourceServer()Yukar.Engine.Graphicsstatic
commonSvrYukar.Engine.Graphicsstatic
DEFAULT_SCREEN_HEIGHTYukar.Engine.Graphicsstatic
DEFAULT_SCREEN_WIDTHYukar.Engine.Graphicsstatic
Destroy()Yukar.Engine.Graphicsstatic
DrawChipImage(Common.Resource.Texture imageId, int x, int y, int srcChipX, int srcChipY, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawChipImage(Common.Resource.Texture imageId, int x, int y, int srcChipX, int srcChipY, byte r, byte g, byte b, byte a, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawChipImage(Common.Resource.Texture imageId, int x, int y, int destSizeX, int destSizeY, int srcChipX, int srcChipY, byte r, byte g, byte b, byte a, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawChipImage(Common.Resource.Texture imageId, int x, int y, int destSizeX, int destSizeY, int srcChipX, int srcChipY, byte r, byte g, byte b, byte a, float angle, int zOrder, int srcChipSizeW, int srcChipSizeH)Yukar.Engine.Graphicsstatic
DrawChipImageFor2DEffect(Common.Resource.Texture imageId, int x, int y, int destSizeX, int destSizeY, int srcChipX, int srcChipY, byte r, byte g, byte b, byte a, float angle, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawChipImageSpecifiedSize(Common.Resource.Texture imageId, int x, int y, int srcChipX, int srcChipY, int drawChipW, int drawChipH, byte r, byte g, byte b, byte a, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawChipImageSpecifiedSize(Common.Resource.Texture imageId, int x, int y, int srcChipX, int srcChipY, int drawChipW, int drawChipH, byte r, byte g, byte b, byte a, Rectangle clipRectangle, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawChipImageSpecifiedSize(Common.Resource.Texture imageId, int x, int y, int srcChipX, int srcChipY, int drawChipW, int drawChipH, float rot, byte r, byte g, byte b, byte a, Rectangle clipRectangle, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawChipImageSpecifiedSize(Common.Resource.Texture imageId, int x, int y, int srcChipX, int srcChipY, int drawChipW, int drawChipH, byte r, byte g, byte b, byte a, float scale, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawChipImageSpecifiedSize(Common.Resource.Texture imageId, int x, int y, int srcChipX, int srcChipY, int drawChipW, int drawChipH, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawFillRect(int x, int y, int w, int h, byte r, byte g, byte b, byte a, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawFillRect(int x, int y, int w, int h, float rot, byte r, byte g, byte b, byte a, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawImage(Common.Resource.Texture t, int x, int y, int w, int h, int zOrder=1, SharpKmyGfx.Shader shd=null)Yukar.Engine.Graphicsstatic
DrawImage(SharpKmyGfx.Texture t, int x, int y, int w, int h, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawImage(SharpKmyGfx.Texture t, int x, int y, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawImage(Common.Resource.Texture tex, int x, int y, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawImage(Common.Resource.Texture imageId, int x, int y, Rectangle sourceRectangle, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawImage(Common.Resource.Texture imageId, Rectangle destinationRectangle, Rectangle sourceRectangle, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawImage(Common.Resource.Texture imageId, int x, int y, Color color, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawImage(Common.Resource.Texture imageId, int x, int y, Rectangle sourceRectangle, Color color, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawImage(Common.Resource.Texture imageId, Rectangle destinationRectangle, Rectangle sourceRectangle, Color color, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawImage(Common.Resource.Texture imageId, Rectangle destinationRectangle, Rectangle sourceRectangle, Color color, float angle, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawImage(Common.Resource.Texture imageId, Rectangle destinationRectangle, Rectangle sourceRectangle, Rectangle clipRectangle, Color color, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawImage(Common.Resource.Texture imageId, Rectangle destinationRectangle, Rectangle sourceRectangle, int angle, Color color, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawImage(Common.Resource.Texture imageId, Rectangle destinationRectangle, Rectangle sourceRectangle, Rectangle clipRectangle, int angle, Color color, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawLine(int ax, int ay, int bx, int by, byte r, byte g, byte b, byte a)Yukar.Engine.Graphicsstatic
DrawLineRect(int x, int y, int w, int h, byte r, byte g, byte b, byte a, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawLineRect(int x, int y, int offsetX, int offsetY, int w, int h, float rot, byte r, byte g, byte b, byte a, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawRect(int x, int y, int w, int h, byte r, byte g, byte b, byte a, int zOrder=1)Yukar.Engine.Graphicsstatic
DrawString(int fontId, string text, Vector2 position, Color color, int zOrder=0)Yukar.Engine.Graphicsstatic
DrawString(int fontId, string text, Vector2 position, Color color, Rectangle clipRect, float scale, int zOrder=0)Yukar.Engine.Graphicsstatic
DrawString(SharpKmyGfx.Font font, string text, Vector2 position, Color color, int zOrder=0)Yukar.Engine.Graphicsstatic
DrawString(SharpKmyGfx.Font font, string text, Vector2 position, Color color, Rectangle clipRect, float scale, int zOrder=0)Yukar.Engine.Graphicsstatic
DrawStringSoloColor(int fontId, string text, Vector2 position, Color color, int zOrder=0)Yukar.Engine.Graphicsstatic
DrawStringSoloColor(int fontId, string text, Vector2 position, Color color, float scale, int zOrder=0)Yukar.Engine.Graphicsstatic
DrawStringSoloColor(int fontId, string text, Vector2 position, Color color, Rectangle clipRect, float scale, int zOrder=0)Yukar.Engine.Graphicsstatic
DrawStringSoloColor(int fontId, string text, Vector2 position, Color color, Rectangle clipRect, float scale, int zOrder=0, bool bold=false, bool italic=false)Yukar.Engine.Graphicsstatic
DrawStringSoloColor(SharpKmyGfx.Font font, string text, Vector2 position, Color color, int zOrder=0)Yukar.Engine.Graphicsstatic
DrawStringSoloColor(SharpKmyGfx.Font font, string text, Vector2 position, Color color, float scale, int zOrder=0)Yukar.Engine.Graphicsstatic
DrawStringSoloColor(SharpKmyGfx.Font font, string text, Vector2 position, Color color, float scale, int zOrder, bool bold, bool italic)Yukar.Engine.Graphicsstatic
DrawStringSoloColor(SharpKmyGfx.Font font, string text, Vector2 position, Color color, Rectangle clipRect, float scale, int zOrder=0)Yukar.Engine.Graphicsstatic
DrawStringSoloColor(SharpKmyGfx.Font font, string text, Vector2 position, Color color, Rectangle clipRect, float scale, int zOrder, bool bold, bool italic)Yukar.Engine.Graphicsstatic
DrawTexturedRect(Vector3 center, Vector2 halfsize, int axis, Color color)Yukar.Engine.Graphicsstatic
EndDraw()Yukar.Engine.Graphicsstatic
errorCheck(string module, System.Windows.Forms.IWin32Window owner)Yukar.Engine.Graphicsstatic
flushSpriteBatch(SharpKmyGfx.Render scene)Yukar.Engine.Graphicsstatic
GetDivHeight(Common.Resource.Texture id)Yukar.Engine.Graphicsstatic
GetDivWidth(Common.Resource.Texture id)Yukar.Engine.Graphicsstatic
getFileStream(string fileName)Yukar.Engine.Graphicsstatic
GetIconImgId(Yukar.Common.Resource.Texture inIcon)Yukar.Engine.Graphicsstatic
GetIconImgId(Guid inId)Yukar.Engine.Graphicsstatic
GetImageHeight(Common.Resource.Texture rt)Yukar.Engine.Graphicsstatic
GetImageWidth(Common.Resource.Texture rt)Yukar.Engine.Graphicsstatic
getSpriteBatch()Yukar.Engine.Graphicsstatic
getTextureColorBuffer(int idx)Yukar.Engine.Graphicsstatic
Initialize(string fontName="", bool inIsInitializeForce=false, bool useGdi=false)Yukar.Engine.Graphicsstatic
IsInitialized()Yukar.Engine.Graphicsstatic
lineBoxMaterialYukar.Engine.Graphicsstatic
LoadImage(Common.Resource.Texture tex)Yukar.Engine.Graphicsstatic
LoadImage(MemoryStream ms)Yukar.Engine.Graphicsstatic
LoadImage(string path)Yukar.Engine.Graphicsstatic
LoadImage(Stream stream, int gridX=0, int gridY=0, bool genmipmap=true)Yukar.Engine.Graphicsstatic
LoadImageDiv(string path, int hdiv, int vdiv)Yukar.Engine.Graphicsstatic
LoadImageDiv(Common.Resource.Texture rt, int divX, int divY)Yukar.Engine.Graphicsstatic
LoadImageDivSize(string path, int hsz, int vsz)Yukar.Engine.Graphicsstatic
LoadImageWin(string path, int left, int right, int top, int bottom)Yukar.Engine.Graphicsstatic
LoadModelByPath(string path)Yukar.Engine.Graphicsstatic
LoadParticle(string path, uint displayID)Yukar.Engine.Graphicsstatic
MeasureString(int fontId, string text)Yukar.Engine.Graphicsstatic
MeasureString(SharpKmyGfx.Font font, string text)Yukar.Engine.Graphicsstatic
refreshFont()Yukar.Engine.Graphicsstatic
replaceSpriteBatch(SharpKmyGfx.SpriteBatch sp)Yukar.Engine.Graphicsstatic
revertSpriteBatch()Yukar.Engine.Graphicsstatic
sAddedTexturePathYukar.Engine.Graphicsstatic
ScreenHeightYukar.Engine.Graphicsstatic
ScreenWidthYukar.Engine.Graphicsstatic
sDisableGfxFileErrorMsgBoxYukar.Engine.Graphicsstatic
searchTexturePath(string prefix)Yukar.Engine.Graphicsstatic
SetCommonResourceDir(string prefix)Yukar.Engine.Graphicsstatic
SetGraphics(GraphicsCore core)Yukar.Engine.Graphicsstatic
setMatrix(Matrix projection, Matrix view, int zOrder=0)Yukar.Engine.Graphicsstatic
setMaximumResolution()Yukar.Engine.Graphicsstatic
setScreenSize(int screenWidth, int screenHeight)Yukar.Engine.Graphicsstatic
setTextureColorBuffer(int idx, Color[] buffer)Yukar.Engine.Graphicsstatic
SetViewport(int x, int y, int width, int height)Yukar.Engine.Graphicsstatic
sInstanceYukar.Engine.Graphicsstatic
UnloadImage(Common.Resource.Texture tex)Yukar.Engine.Graphicsstatic
UnloadModelLoadedByPath(SharpKmyGfx.ModelInstance m)Yukar.Engine.Graphicsstatic
UnloadParticle(SharpKmyGfx.ParticleInstance inst)Yukar.Engine.Graphicsstatic
ViewportHeightYukar.Engine.Graphicsstatic
ViewportWidthYukar.Engine.Graphicsstatic