123456789101112131415161718192021 |
- using FastReport.Utils;
- using System.Drawing;
- namespace FastReport.Map
- {
- partial class ShapePoint
- {
- #region Private Methods
- /// <summary>
- /// Does nothing
- /// </summary>
- /// <param name="e"></param>
- /// <param name="brush"></param>
- /// <param name="size"></param>
- /// <returns>size</returns>
- partial void DrawDesign(FRPaintEventArgs e, ref Brush brush, ref float size);
- #endregion Private Methods
- }
- }
|