i set theAreaStyle :
theAreaStyle.mBorderPenStyle = 0;
theAreaStyle.mBorderPenWidth = 1;
theAreaStyle.mBorderPenColor = 0;
theAreaStyle.mBrushColor = 2164195328;
theAreaStyle.mBrushStyle = GM_BrushStyle_t16.GM_BRUSH_SOLID;
theAreaStyle.mDrawLabel = 1;
theAreaStyle.mDrawLabelAlways = 0;
it can work with C++ Sample Application but Visual C# (VS2008) Sample Application can't work. I must update about DrawLayersToBitmap() Function Right?
|