- proc data*(self: BitMap): Dictionary {.- gcsafe, locks: 0 .}
- 
- proc `data =`*(self: BitMap; val: Dictionary) {.- gcsafe, locks: 0 .}
- 
- proc create*(self: BitMap; size: Vector2) {.- gcsafe, locks: 0 .}
- 
- proc createFromImageAlpha*(self: BitMap; image: Image) {.- gcsafe, locks: 0 .}
- 
- proc setBit*(self: BitMap; pos: Vector2; bit: bool) {.- gcsafe, locks: 0 .}
- 
- proc getBit*(self: BitMap; pos: Vector2): bool {.- gcsafe, locks: 0 .}
- 
- proc setBitRect*(self: BitMap; pRect: Rect2; bit: bool) {.- gcsafe, locks: 0 .}
- 
- proc getTrueBitCount*(self: BitMap): int64 {.- gcsafe, locks: 0 .}
- 
- proc getSize*(self: BitMap): Vector2 {.- gcsafe, locks: 0 .}
-