| 685 | | ImageData: BinaryString |
| 736 | | ImageHolder: NetAssetRef |
| 648 | | IsReplicatedCopy: bool |
| 648 | | Size: Vector2 |
| 649 | | Destroy(): null |
| 718 | | DrawCircle(center: Vector2, radius: int, color: Color3, transparency: float, combineType: ImageCombineType, antiAliasing: AntiAliasing = Enabled): null |
| 667 | | DrawImage(position: Vector2, image: EditableImage, combineType: ImageCombineType): null |
| 667 | | DrawImageProjected(mesh: EditableMesh, projection: Dictionary, brushConfig: Dictionary): null |
| 667 | | DrawImageTransformed(position: Vector2, scale: Vector2, rotation: float, image: EditableImage, options: Dictionary?): null |
| 718 | | DrawLine(p1: Vector2, p2: Vector2, color: Color3, transparency: float, combineType: ImageCombineType, antiAliasing: AntiAliasing = Enabled): null |
| 632 | | DrawRectangle(position: Vector2, size: Vector2, color: Color3, transparency: float, combineType: ImageCombineType): null |
| 644 | | DrawTriangle(p1: Vector2, p2: Vector2, p3: Vector2, color: Color3, transparency: float): null |
| 640 | | ReadPixelsBuffer(position: Vector2, size: Vector2): buffer |
| 734 | | SampleImageProjected(sourceMesh: EditableMesh, sourceTexture: EditableImage, projectionConfig: Dictionary, brushConfig: Dictionary): null |
| 640 | | WritePixelsBuffer(position: Vector2, size: Vector2, buffer: buffer): null |