[Wxart2d-users_dev] SetRotation update
Status: Beta
Brought to you by:
titato
|
From: Shaul S. <sha...@gm...> - 2023-06-22 20:11:46
|
Hi, i am using a2dRect *Rect = NULL; Rect = wxDynamicCast(m_CanvasObject, a2dRect); Rect->SetRotation(45); after rotation (Rect->GetPosX(),Rect->GetPosY(),Rect->GetWidth(),Height = Rect->GetHeight()) are not change. is there a way to have the after rotation x,y,width,height? Thank you, Shaul |