- Member AxMap.AdjustLayerExtents (int LayerHandle)
- v.4.8. The call is incorporated into drawing routine.
- Member AxMap.get_DrawingLabelsOffset (int DrawHandle)
- v. 4.8. Use AxMap.get_DrawingLabels and Labels.OffsetX, Labels.OffsetY instead.
- Member AxMap.get_ShapeDrawFill (int LayerHandle, int Shape)
- v. 4.8. Use ShapeDrawingOptions.FillVisible property. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.get_ShapeDrawLine (int LayerHandle, int Shape)
- v. 4.8. Use ShapeDrawingOptions.LineVisible instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.get_ShapeDrawPoint (int LayerHandle, int Shape)
- v. 4.8. Use ShapeDrawingOptions.Visible instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.get_ShapeFillColor (int LayerHandle, int Shape)
- v. 4.8. Use ShapeDrawingOptions.FillColor instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.get_ShapeFillStipple (int LayerHandle, int Shape)
- v. 4.8. Use ShapeDrawingOptions.FillHatchStyle instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.get_ShapeFillTransparency (int LayerHandle, int Shape)
- v. 4.8. Use ShapeDrawingOptions.FillTransparency instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.get_ShapeLineColor (int LayerHandle, int Shape)
- v. 4.8. Use ShapeDrawingOptions.LineColor instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.get_ShapeLineStipple (int LayerHandle, int Shape)
- v. 4.8. Use ShapeDrawingOptions.LineStipple instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.get_ShapeLineWidth (int LayerHandle, int Shape)
- v. 4.8. Use ShapeDrawingOptions.LineWidth instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.get_ShapePointColor (int LayerHandle, int Shape)
- v. 4.8. Use ShapeDrawingOptions.FillColor for point shapefiles and ShapeDrawingOptions.VerticesColor for polylines and polygons instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.get_ShapePointFontCharListID (int LayerHandle, int Shape)
- v. 4.8. Use ShapeDrawingOptions.PointCharacter instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.get_ShapePointImageListID (int LayerHandle, int Shape)
- v. 4.8. Use ShapeDrawingOptions.Picture instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.get_ShapePointSize (int LayerHandle, int Shape)
- v. 4.8. Use ShapeDrawingOptions.PointSize instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.get_ShapePointType (int LayerHandle, int Shape)
- v. 4.8. Use ShapeDrawingOptions.PointType instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.get_ShapeStippleColor (int LayerHandle, int Shape)
- v. 4.8. Use ShapeDrawingOptions.FillHatchStyle instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.get_ShapeStippleTransparent (int LayerHandle, int Shape)
- v. 4.8. Use ShapeDrawingOptions.FillBgTransparent instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.get_ShapeVisible (int LayerHandle, int Shape)
- v. 4.8. Use ShapeDrawingOptions.Visible and Shapefile.VisibilityExpression instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.get_UDFillStipple (int LayerHandle, int StippleRow)
- v.4.8. Use ShapeDrawingOptions.FillHatchStyle instead.
- Member AxMap.get_UDLineStipple (int LayerHandle)
- v.4.8. Use LinePattern class instead.
- Member AxMap.get_UDPointImageListCount (int LayerHandle)
- v.4.8. Use ShapeDrawingOptions.Picture and ShapefileCategories instead.
- Member AxMap.get_UDPointImageListItem (int LayerHandle, int ImageIndex)
- v.4.8. Use ShapeDrawingOptions.Picture and ShapefileCategories instead.
- Member AxMap.get_UDPointType (int LayerHandle)
- v.4.8. Use ShapeDrawingOptions.PointType instead.
- Member AxMap.GetDrawingStandardViewWidth (int DrawHandle, ref double Width)
- v 4.8. Use Labels.ScaleLabels, Labels.BaseScale instead.
- Member AxMap.LineSeparationFactor
- v4.8. Use LinePattern class, and ShapeDrawingOptions.LinePattern property instead.
- Member AxMap.MapState
- v.4.8 Use AxMap.SerializeMapState instead.
- Member AxMap.MultilineLabels
- v 4.8. Multiline labels will be drawn after specification of appropriate label expression.
- Member AxMap.set_DrawingLabelsOffset (int DrawHandle, int __p2)
- v. 4.8. Use AxMap.get_DrawingLabels and Labels.OffsetX, Labels.OffsetY instead.
- Member AxMap.set_ShapeDrawFill (int LayerHandle, int Shape, bool __p3)
- v. 4.8. Use ShapeDrawingOptions.FillVisible property. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.set_ShapeDrawLine (int LayerHandle, int Shape, bool __p3)
- v. 4.8. Use ShapeDrawingOptions.LineVisible instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.set_ShapeDrawPoint (int LayerHandle, int Shape, bool __p3)
- v. 4.8. Use ShapeDrawingOptions.Visible instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.set_ShapeFillColor (int LayerHandle, int Shape, uint __p3)
- v. 4.8. Use ShapeDrawingOptions.FillColor instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.set_ShapeFillStipple (int LayerHandle, int Shape, MapWinGIS.tkFillStipple __p3)
- v. 4.8. Use ShapeDrawingOptions.FillHatchStyle instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.set_ShapeFillTransparency (int LayerHandle, int Shape, float __p3)
- v. 4.8. Use ShapeDrawingOptions.FillTransparency instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.set_ShapeLineColor (int LayerHandle, int Shape, uint __p3)
- v. 4.8. Use ShapeDrawingOptions.LineColor instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.set_ShapeLineStipple (int LayerHandle, int Shape, MapWinGIS.tkLineStipple __p3)
- v. 4.8. Use ShapeDrawingOptions.LineStipple instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.set_ShapeLineWidth (int LayerHandle, int Shape, float __p3)
- v. 4.8. Use ShapeDrawingOptions.LineWidth instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.set_ShapePointColor (int LayerHandle, int Shape, uint __p3)
- v. 4.8. Use ShapeDrawingOptions.FillColor for point shapefiles and ShapeDrawingOptions.VerticesColor for polylines and polygons instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.set_ShapePointFontCharListID (int LayerHandle, int Shape, int __p3)
- v. 4.8. Use ShapeDrawingOptions.PointCharacter instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.set_ShapePointImageListID (int LayerHandle, int Shape, int __p3)
- v. 4.8. Use ShapeDrawingOptions.Picture instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.set_ShapePointSize (int LayerHandle, int Shape, float __p3)
- v. 4.8. Use ShapeDrawingOptions.PointSize instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.set_ShapePointType (int LayerHandle, int Shape, MapWinGIS.tkPointType __p3)
- v. 4.8. Use ShapeDrawingOptions.PointType instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.set_ShapeStippleColor (int LayerHandle, int Shape, uint __p3)
- v. 4.8. Use ShapeDrawingOptions.FillHatchStyle instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.set_ShapeStippleTransparent (int LayerHandle, int Shape, bool __p3)
- v. 4.8. Use ShapeDrawingOptions.FillBgTransparent instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.set_ShapeVisible (int LayerHandle, int Shape, bool __p3)
- v. 4.8. Use ShapeDrawingOptions.Visible and Shapefile.VisibilityExpression instead. See ShapefileCategories, Shapefile.set_ShapeCategory to setup visualization of individual shapes.
- Member AxMap.set_UDFillStipple (int LayerHandle, int StippleRow, int __p3)
- v.4.8. Use ShapeDrawingOptions.FillHatchStyle instead.
- Member AxMap.set_UDLineStipple (int LayerHandle, int __p2)
- v.4.8. Use LinePattern class instead.
- Member AxMap.set_UDPointFontCharFont (int LayerHandle, string FontName, float FontSize, bool isBold, bool isItalic, bool isUnderline)
- v.4.8. Use ShapeDrawingOptions.PointCharacter and ShapefileCategories instead.
- Member AxMap.set_UDPointFontCharFontSize (int LayerHandle, float FontSize)
- v.4.8. Use ShapeDrawingOptions.PointCharacter and ShapefileCategories instead.
- Member AxMap.set_UDPointFontCharListAdd (int LayerHandle, int newValue, uint Color)
- v.4.8. Use ShapeDrawingOptions.PointCharacter and ShapefileCategories instead.
- Member AxMap.set_UDPointImageListAdd (int LayerHandle, object newValue)
- v.4.8. Use ShapeDrawingOptions.Picture and ShapefileCategories instead.
- Member AxMap.set_UDPointType (int LayerHandle, object __p2)
- v.4.8. Use ShapeDrawingOptions.PointType instead.
- Member AxMap.SetDrawingStandardViewWidth (int DrawHandle, double Width)
- v.4.8. Use Labels.BasicScale and Labels.ScaleLabels instead.
- Member AxMap.ShapeDrawingMethod
- v 4.8 The default value of the property must be used.
- Member Image.DrawingMethod
- v 4.8. No longer used.
- Member Image.GetOriginal_dX ()
- v 4.8. Use Image.Original_dX instead.
- Member Image.GetOriginal_dY ()
- v 4.8. Use Image.Original_dY instead.
- Member Image.GetOriginalHeight ()
- v 4.8. Use Image.OriginalHeight instead.
- Member Image.GetOriginalWidth ()
- v 4.8. Use Image.OriginalWidth instead.
- Member Image.GetOriginalXllCenter ()
- v 4.8. Use Image.OriginalXllCenter instead.
- Member Image.GetOriginalYllCenter ()
- v 4.8. Use Image.OriginalYllCenter instead.
- Member Shapefile.Projection
- v 4.8 Use Shapefile.GeoProjection property instead.
- Class ShapefileColorBreak
- in v. 4.8. Use ShapefileCategories, ShapefileCategory, ColorScheme classes instead.
- Class ShapefileColorScheme
- in v. 4.8. Use ShapefileCategories, ShapefileCategory, ColorScheme instead.
- Member tkFillStipple
- v.4.8. Use properties which take tkGDIPlusHatchStyle enumeration as input instead.
- Member tkHJustification
- v. 4.8. Use properties which take tkLabelAlignment enumeration as an input instead.
- Member tkLineStipple
- v.4.8 Use properties which take tkDashStyle enumeration as input instead. For drawing complex lines use LinePattern class.
- Member tkPointType
- . v 4.8. Use properties which take tkDefaultPointSymbol enumeration as input instead.
- Member tkShapeDrawingMethod
- v4.8. The default value dmNewSymbology must be used in all cases.