Unplanned
Last Updated: 26 May 2023 04:45 by ADMIN
Created by: S
Comments: 1
Category: PictureBox
Type: Feature Request
1

Moving the cursor over the image would display a zoomed portion of the image located under the mouse position:

Unplanned
Last Updated: 05 Aug 2022 09:24 by Troy
Created by: Troy
Comments: 0
Category: PictureBox
Type: Feature Request
1

Currently, SVG files that have filter tags in their XML are not respected by the RadPictureBox control. Sample code:

<filter ..>
  <feGaussianBlur .. />
  <feMorphology .. />
  <feGaussianBlur .. />
  <feColorMatrix .. />
  <feComposite .. />
  <feGaussianBlur .. />
  <feDiffuseLighting ...>
	<feDistantLight ... />
  </feDiffuseLighting>
  <feBlend .. />
  <feComposite ../>
  <feSpecularLighting ...>
	<feDistantLight ../>
  </feSpecularLighting>
  <feComposite .. />
</filter>

 

Completed
Last Updated: 20 Apr 2022 09:23 by ADMIN
Release R2 2022
Created by: Travis
Comments: 1
Category: PictureBox
Type: Feature Request
0

Currently, RadPictureBox supports the gif format, but the animated gifs are not animated like the standard MS PictureBox.

Workaround: use a RadLabel to show the animated gif:

this.radLabel1.LabelElement.Image = Properties.Resources.giphy;

 

Completed
Last Updated: 01 Jun 2021 07:56 by ADMIN
Release R2 2021 SP1
Created by: Saeed
Comments: 0
Category: PictureBox
Type: Feature Request
1
Add zooming to cursor support
Completed
Last Updated: 17 May 2021 11:23 by ADMIN
Release R2 2021 SP1
RadPictureBox offers pan and zoom functionality. However, only the ZoomChanged event is currently available.