AlbLib.Imaging.AutoGFX.GetMapObject C# (CSharp) Метод

GetMapObject() публичный статический Метод

Gets minimap object image.
public static GetMapObject ( int index, MinimapType type ) : RawImage
index int /// Object type index. ///
type MinimapType /// Automap type. ///
Результат RawImage
        public static RawImage GetMapObject(int index, MinimapType type)
        {
            return GetMapObject(index, (int)type);
        }

Same methods

AutoGFX::GetMapObject ( int index, int setindex ) : RawImage