Visual Basic (Declaration) | |
---|---|
Public Overloads Sub LoadImage( _ ByVal image As Image, _ ByVal outputResolution As Single _ ) |
C# | |
---|---|
public void LoadImage( Image image, float outputResolution ) |
Parameters
- image
- The Image to load into the PictureTrimmer control.
- outputResolution
- The resolution (DPI) of the images that are generated by the PictureTrimmer control.
Please see also: Interactively crop and/or resize an image.