Abstract draw function called from IRenderTarget.
Property holding the assigned texture.
Rotates this around origin with the specified amount relatively.
Scales this around origin with the specified amount relatively.
Moves this with the specified amount relatively.
Calculates the transformation matrix when needed and returns it.
Sets the position of this transform.
Gets the position of this transform.
Sets the origin position of this transform.
Gets the origin position of this transform.
Sets the scaling of this transform.
Gets the scaling of this transform.
Sets the rotation of this transform.
Gets the rotation of this transform.
Will get called by IRenderTarget.draw(IDrawable);
Base class for Shapes.