Visual Basic (Declaration) | |
---|---|
Public Overloads Sub LoadImage( _ ByVal image As Image, _ ByVal contentImageUrl As String, _ ByVal outputResolution As Single, _ ByVal cropConstraint As CropConstraint _ ) |
C# | |
---|---|
public void LoadImage( Image image, string contentImageUrl, float outputResolution, CropConstraint cropConstraint ) |
Parameters
- image
- The Image to load into the PictureTrimmerCore object.
- contentImageUrl
-
The url used to retrieve the image displayed within the GUI.
- outputResolution
- The resolution (DPI) of the images that are generated by the PictureTrimmerCore object.
- cropConstraint
- The constraints that have to be satisfied by the cropped image; if null image cropping is disabled.
Please see also: Interactively crop and/or resize an image.
Requirements
Platforms: Windows 8, Windows 7, Windows Vista, Windows XP Professional, Windows 2000 - Windows Server family: 2012, 2008.R2, 2008, 2003, 2000