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) IBrush.Reset Examples
Programming Language:
C# (CSharp)
Class/Type:
IBrush
Method/Function:
Reset
Examples at hotexamples.com:
1
C# (CSharp) IBrush.Reset - 1 examples found
. These are the top rated real world C# (CSharp) examples of
IBrush.Reset
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
ToImmutable(21)
DrawRectangle(12)
CreateApplicator(10)
DrawLine(9)
Dispose(6)
Draw(5)
GetType(4)
ToSKPaint(3)
DrawEllipse(3)
DrawGeometry(3)
DrawLineWorld(3)
Fill(2)
GetOptions(2)
PerformFinalize(2)
PerformRender(2)
GetBrush(2)
DrawWorldEllipse(2)
GetRayFromPoint(2)
Reset(1)
PointInBrush(1)
SaveWith(1)
SetBrush(1)
NeedLightTheme(1)
ToGdi(1)
Move(1)
MakeInstance(1)
IsInsideBrushStroke(1)
UpdateEffects(1)
AddEffect(1)
Initialize(1)
GetFlatBrush(1)
GetControls(1)
GetColor(1)
GetBounds(1)
GetAngleBrush(1)
GetAffectedTriangles(1)
Equals(1)
DrawWorldPlus(1)
DrawPreview(1)
DrawEnd(1)
DrawDot(1)
DrawBegin(1)
CreateRef(1)
CreatePreview(1)
Visit(1)
Frequently Used Methods
ToImmutable (21)
DrawRectangle (12)
CreateApplicator (10)
DrawLine (9)
Dispose (6)
Draw (5)
GetType (4)
ToSKPaint (3)
DrawEllipse (3)
DrawGeometry (3)
Frequently Used Methods
DrawLineWorld (3)
Fill (2)
GetOptions (2)
PerformFinalize (2)
PerformRender (2)
GetBrush (2)
DrawWorldEllipse (2)
GetRayFromPoint (2)
Reset (1)
PointInBrush (1)
SaveWith (1)
SetBrush (1)
NeedLightTheme (1)
ToGdi (1)
Move (1)
MakeInstance (1)
IsInsideBrushStroke (1)
UpdateEffects (1)
AddEffect (1)
Initialize (1)
Frequently Used Methods
SaveWith (1)
SetBrush (1)
NeedLightTheme (1)
ToGdi (1)
Move (1)
MakeInstance (1)
IsInsideBrushStroke (1)
UpdateEffects (1)
AddEffect (1)
Initialize (1)
GetFlatBrush (1)
GetControls (1)
GetColor (1)
GetBounds (1)
GetAngleBrush (1)
GetAffectedTriangles (1)
Equals (1)
DrawWorldPlus (1)
DrawPreview (1)
DrawEnd (1)
DrawDot (1)
DrawBegin (1)
CreateRef (1)
CreatePreview (1)
Visit (1)
Frequently Used Methods
GetFlatBrush (1)
GetControls (1)
GetColor (1)
GetBounds (1)
GetAngleBrush (1)
GetAffectedTriangles (1)
Equals (1)
DrawWorldPlus (1)
DrawPreview (1)
DrawEnd (1)
DrawDot (1)
DrawBegin (1)
CreateRef (1)
CreatePreview (1)
Visit (1)
Example #1
0
Show file
public void ClearBrush() { brushPrefab = null; if (brush != null) { brush.Reset(); brush = null; } }
x