Exemple #1
0
 /// <summary>
 ///     Draws the reflection of a filled rectangle with the given color
 /// </summary>
 /// <param name="color"></param>
 /// <param name="rect">(Original) rectangle to draw the reflection for</param>
 /// <param name="space">Spacing between the rect and the reflection</param>
 /// <param name="height">Height of the reflection</param>
 public static void DrawRectReflection(SColorF color, SRectF rect, float space, float height)
 {
     _Draw.DrawRectReflection(color, rect, space, height);
 }