Blackberry XYEdges class explanation
Ok, I've read through the documentation for inf开发者_StackOverflowormation concerning how the XYEdges class works, but I seem to be misunderstanding something. My question is where is the point of origin on this coordinate system? Is (0,0,0,0) located at the top left corner perhaps?
There's no coordinate system for XYEdges. You explicitly define top, right, bottom and left (which are relative to the Screen) instead of defining x, y, width and height. So, (0, 0, 0, 0) would be an empty edge region in the top left.
精彩评论