-
-
Changed default properties and events for jLamp and jSwitch
Fixed broken text display in designer when changing TextAlignment, Font, or TextOffset properties.
Fixed problem with mouse cursor displaying when the screen was touched even though the
jForm.ShowMouseCursor property was set to
false.
Major refactoring of text drawing and rendering.
Fixed Quadratic/Cubic curves in Path class.
Added Path constructor for user-created Path objects.
Added GetBrush methods to Stroke and Border classes.
Force re-paint when button is pressed to ensure the visual feedback is displayed.
Removed lock on custom font files when application exits.
Added dispose feature for internal image canvases on jForm, jImage, jImageButton
Added additional image format support:
PNG 32-bit 72-DPI
PNG 24-bit 96-DPI
PNG 24-bit 72-DPI
JPG 24-bit 96-DPI
JPG 24-DPI 72-DPI
BMP 24-bit 96-DPI
BMP 24-DPI 72-DPI
Added feature to show image resolution and dimensions in Visual Studio property grid.
Renamed default deployment directory in project templates.
Added sample project to installation folder.
Additional minor refactoring.