예제 #1
0
        void _masterPane_CrossHairShowEvent(CrossHairRender render, Point screenLocation)
        {
            Crosshair.DrawAt(this.RectangleToScreen(ActualDrawingSpaceArea), screenLocation, true);

            DrawCrossHairLocationInfo(null, this.PointToClient(screenLocation));
        }