Languages

Menu
Sites
Language
what is client area??

GetClientAreaBoundsF() 메서드 레퍼런스를 보면

 

client area라고써져잇는데 이게 머죠???

 

그리고 Control를 사용하려면  Rectangle 를 선엉해서 이걸 이용하여

 

width , height를 결정해야하나요???? ui빌더에서 크기 조정한걸론 못하나요/?

Responses

2 Replies
Alex Ashirov

Hi,

Can you please translate the question into English? In this case, I hope, more people will be able to help you.

Marco Buettner

ClientArea is usable area for UI elements or if you call the function for a parent (container) element width, height, start x and start y coordinates.

As default you can have something like

maximum clientarea for 720x1280 are {width:720,height:1280,x:0,y:0}