Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) IDrawable.Clear Examples
Programming Language:
C# (CSharp)
Class/Type:
IDrawable
Method/Function:
Clear
Examples at hotexamples.com:
1
C# (CSharp) IDrawable.Clear - 1 examples found
. These are the top rated real world C# (CSharp) examples of
IDrawable.Clear
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
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)
Frequently Used Methods
Draw (30)
GetType (8)
Initialize (6)
Dispose (4)
GetRadius (3)
MouseLeftDown (3)
MouseLeftUp (3)
MouseMiddleDown (3)
MouseMiddleUp (3)
MouseRightDown (3)
Frequently Used Methods
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)
Frequently Used Methods
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)
Frequently Used Methods
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)
Example #1
0
Show file
File:
Task4.cs
Project:
axissixa57/Csharp-ripk
static void Test(IDrawable obj) { obj.Draw(); Thread.Sleep(1000); obj.Clear(); }
x