jWalker Posted January 24, 2012 Posted January 24, 2012 _GDIPlus_GraphicsFillRect( $aWindow[2], $PosX, $PosY, $iWidth * $aWindow[7], $iHeight * $aWindow[7], $cBrush )Local $hMatrix = _GDIPlus_MatrixCreate( )_GDIPlus_MatrixRotate( $hMatrix, 30 )_GDIPlus_MatrixTranslate( $hMatrix, 10, 10 )_GDIPlus_GraphicsSetTransform( $How do i tell him that i want to refer the Matrix to my Rectangle?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now