| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > ZennoPoster Class : ImageProcessingCropFromUrl Method |
Type: System.String
The url of the image.
Type: System.String
The save file path.
Type: System.Int32
The indent from left border of the image.
Type: System.Int32
The indent from top border of the image.
Type: System.Int32
The width for cropping.
Type: System.Int32
The height for cropping.
Type: System.String
Units of dimension of the parameters. It can be "pixel" or "percent".
Type: System.String
The url of the image.
Type: System.String
The save file path.
Type: System.Int32
The indent from left border of the image.
Type: System.Int32
The indent from top border of the image.
Type: System.Int32
The width for cropping.
Type: System.Int32
The height for cropping.
Type: System.String
Units of dimension of the parameters. It can be "pixel" or "percent".
// cropping image from url, the width and height in pixel ZennoPoster.ImageProcessingCropFromUrl("someurl.com/image.php", "C:\\ResultImage.jpeg", 10, 10, 150, 250, "pixel"); // cropping image from url, the width and height in percentage ZennoPoster.ImageProcessingCropFromUrl("someurl.com/image.php", "C:\\ResultImage.jpeg", 10, 10, 150, 250, "percent");
// cropping image from url, the width and height in pixel ZennoLab\CommandCenter\ZennoPoster::ImageProcessingCropFromUrl("someurl.com/image.php", "C:\\ResultImage.jpeg", 10, 10, 150, 250, "pixel"); // cropping image from url, the width and height in percentage ZennoLab\CommandCenter\ZennoPoster::ImageProcessingCropFromUrl("someurl.com/image.php", "C:\\ResultImage.jpeg", 10, 10, 150, 250, "percent");
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven
ZennoPoster Class
ZennoPoster Members
ImageProcessingCropFromFile Method
ImageProcessingCropFromScreenshot Method
ImageProcessingResizeFromFile Method
ImageProcessingResizeFromScreenshot Method
ImageProcessingResizeFromUrl Method
ImageProcessingRotateFromFile Method
ImageProcessingRotateFromScreenshot Method
ImageProcessingRotateFromUrl Method
ImageProcessingUntreatedFromFile Method
ImageProcessingUntreatedFromScreenshot Method
ImageProcessingUntreatedFromUrl Method
ImageProcessingWaterMarkImageFromFile Method
ImageProcessingWaterMarkImageFromScreenshot Method
ImageProcessingWaterMarkImageFromUrl Method
ImageProcessingWaterMarkTextFromFile Method
ImageProcessingWaterMarkTextFromScreenshot Method
ImageProcessingWaterMarkTextFromUrl Method