点击或拖拽改变大小

OpenGLRect 方法

重载列表
  名称说明
公共方法Rect(Double, Double)
Draw a rectangle from two coordinates, expressed as arrays, e.g Rect(new float[] {0, 0}, new float[] {10, 10});
公共方法Rect(Int16, Int16)
Draw a rectangle from two coordinates, expressed as arrays, e.g Rect(new float[] {0, 0}, new float[] {10, 10});
公共方法Rect(Int32, Int32)
Draw a rectangle from two coordinates, expressed as arrays, e.g Rect(new float[] {0, 0}, new float[] {10, 10});
公共方法Rect(Single, Single)
Draw a rectangle from two coordinates, expressed as arrays, e.g Rect(new float[] {0, 0}, new float[] {10, 10});
公共方法Rect(Double, Double, Double, Double)
Draw a rectangle from two coordinates (top-left and bottom-right).
公共方法Rect(Int16, Int16, Int16, Int16)
Draw a rectangle from two coordinates (top-left and bottom-right).
公共方法Rect(Int32, Int32, Int32, Int32)
Draw a rectangle from two coordinates (top-left and bottom-right).
公共方法Rect(Single, Single, Single, Single)
Draw a rectangle from two coordinates (top-left and bottom-right).
Top
参见