Praeclarum.Graphics.GLGraphics.DrawLine C# (CSharp) Метод

DrawLine() публичный Метод

public DrawLine ( Vector3 begin, Vector3 end, System.Vector4 color, float width ) : void
begin Vector3
end Vector3
color System.Vector4
width float
Результат void
		void DrawLine (Vector3 begin, Vector3 end, Vector4 color, float width)
		{
		}
	}

Same methods

GLGraphics::DrawLine ( float sx, float sy, float ex, float ey, float w ) : void