Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) IDrawable.Clear示例
编程语言:
C# (CSharp)
类/类型:
IDrawable
方法/功能:
Clear
hotexamples.com的示例:
1
C# (CSharp) IDrawable.Clear - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IDrawable.Clear
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
Draw(30)
GetType(8)
Initialize(6)
Dispose(4)
GetRadius(3)
MouseLeftDown(3)
MouseLeftUp(3)
MouseMiddleDown(3)
MouseMiddleUp(3)
MouseRightDown(3)
MouseRightUp(3)
MouseWheel(3)
MouseMove(3)
SetLocalRect(3)
CreateState(3)
GetBody(2)
IsOnRect(2)
GetSortY(2)
StartDraw(2)
InitiateSprites(2)
GetObjects(2)
SetMousePressed(2)
GetCoordinates(2)
SetParent(2)
SetPosition(2)
Drawing(2)
EndDraw(2)
DrawBuffer(2)
IsAtPosition(1)
IsActive(1)
IsSame(1)
Render(1)
Modify(1)
MouseClick(1)
MouseDrag(1)
SetWidth(1)
SetOpacity(1)
SetMouseOver(1)
Randomize(1)
RayCast(1)
Release(1)
GetUIElement(1)
Aabb(1)
GetTriangleList(1)
DrawLine(1)
AddToContainer(1)
BeginDraw(1)
BitMap(1)
CalculatePaths(1)
Clear(1)
常用方法
Draw (30)
GetType (8)
Initialize (6)
Dispose (4)
GetRadius (3)
MouseLeftDown (3)
MouseLeftUp (3)
MouseMiddleDown (3)
MouseMiddleUp (3)
MouseRightDown (3)
常用方法
MouseRightUp (3)
MouseWheel (3)
MouseMove (3)
SetLocalRect (3)
CreateState (3)
GetBody (2)
IsOnRect (2)
GetSortY (2)
StartDraw (2)
InitiateSprites (2)
GetObjects (2)
SetMousePressed (2)
GetCoordinates (2)
SetParent (2)
SetPosition (2)
Drawing (2)
EndDraw (2)
DrawBuffer (2)
IsAtPosition (1)
IsActive (1)
常用方法
GetObjects (2)
SetMousePressed (2)
GetCoordinates (2)
SetParent (2)
SetPosition (2)
Drawing (2)
EndDraw (2)
DrawBuffer (2)
IsAtPosition (1)
IsActive (1)
IsSame (1)
Render (1)
Modify (1)
MouseClick (1)
MouseDrag (1)
SetWidth (1)
SetOpacity (1)
SetMouseOver (1)
Randomize (1)
RayCast (1)
Release (1)
GetUIElement (1)
Aabb (1)
GetTriangleList (1)
DrawLine (1)
AddToContainer (1)
BeginDraw (1)
BitMap (1)
CalculatePaths (1)
Clear (1)
常用方法
IsSame (1)
Render (1)
Modify (1)
MouseClick (1)
MouseDrag (1)
SetWidth (1)
SetOpacity (1)
SetMouseOver (1)
Randomize (1)
RayCast (1)
Release (1)
GetUIElement (1)
Aabb (1)
GetTriangleList (1)
DrawLine (1)
AddToContainer (1)
BeginDraw (1)
BitMap (1)
CalculatePaths (1)
Clear (1)
CombineIntoGroup (1)
Create (1)
CreateGraphics (1)
Destroy (1)
DrawCircle (1)
DrawGUI (1)
DrawGameField (1)
DrawInColours (1)
DrawObject (1)
GetRes (1)
DrawOn (1)
DrawSprites (1)
DrawUI (1)
DrawableBounds (1)
GetBoundingBox (1)
GetBounds (1)
GetCenterPoint (1)
GetMapCharacter (1)
GetMapCharacterColor (1)
GetOpacity (1)
示例#1
0
显示文件
文件:
Task4.cs
项目:
axissixa57/Csharp-ripk
static void Test(IDrawable obj) { obj.Draw(); Thread.Sleep(1000); obj.Clear(); }
x