Group: Forum Members
Last Active: 14 Years Ago
Posts: 10,
Visits: 1
|
I need to use fixed-size bitmaps for drawing shapes in my view. I've used the RectangleShape class and set it to show the desired image. However, when a user selects the shape, I'd like to prevent the resize handles from appearing - the shape can be moved but not resized.
I've tried setting most of the TrackersAppearance members to have Size = new NSizeF(0.0F, 0.0F) but can't seem to prevent the resize handles from appearing.
|