Gorgon Game Engine
Rectangle.cpp File Reference
Include dependency graph for Rectangle.cpp:

Namespaces

 Gorgon
 Root namespace for Gorgon Game Engine.
 
 Gorgon::Graphics
 Contains generic 2D graphics related data structures and functions.
 

Functions

BitmapRectangleProvider SliceHorizontal (const Bitmap &source, int t, int b, int tl, int tr, int l, int r, int bl, int br)
 Horizontally slices the given image. More...
 
BitmapRectangleProvider SliceVertical (const Bitmap &source, int l, int r, int tl, int bl, int t, int b, int tr, int br)
 Vertically slices the given image. More...