示例#1
0
 private static void DrawDescriptionText(PageGeoCanvas pageGeoCanvas)
 {
     pageGeoCanvas.DrawTextWithScreenCoordinate("Map", new GeoFont("Arial", 22), new GeoSolidBrush(GeoColor.StandardColors.Black), (float)(pageGeoCanvas.Width * 0.5), (float)(pageGeoCanvas.Height * 0.5 - 15), DrawingLevel.LabelLevel);
     pageGeoCanvas.DrawTextWithScreenCoordinate(GisEditor.LanguageManager.GetStringResource("RightClickToSetExtentText"), new GeoFont("Arial", 18), new GeoSolidBrush(GeoColor.StandardColors.Black), (float)(pageGeoCanvas.Width * 0.5), (float)(pageGeoCanvas.Height * 0.5) + 15, DrawingLevel.LabelLevel);
 }