C# Class YGeometry.Debugs

Exibir arquivo Open project: yzylovepmn/YDrawing2D

Public Methods

Method Description
Assert ( bool value ) : void
CheckRange ( int value, int low, int high ) : void
Log ( string msg ) : void

Method Details

Assert() public static method

public static Assert ( bool value ) : void
value bool
return void

CheckRange() public static method

public static CheckRange ( int value, int low, int high ) : void
value int
low int
high int
return void

Log() public static method

public static Log ( string msg ) : void
msg string
return void