PsdImage.ResizeHeightProportionally
ResizeHeightProportionally(int, ImageResizeSettings)
Ändrar storleken på höjden proportionellt.
public override void ResizeHeightProportionally(int newHeight, ImageResizeSettings settings)
| Parameter | Typ | Beskrivning |
|---|---|---|
| newHeight | Int32 | Den nya höjden. |
| settings | ImageResizeSettings | Inställningarna för storleksändring av bilden. |
Se även
- class ImageResizeSettings
- class PsdImage
- namnutrymme Aspose.PSD.FileFormats.Psd
- hopsättning Aspose.PSD
ResizeHeightProportionally(int, ResizeType)
Ändrar storleken på höjden proportionellt.
public override void ResizeHeightProportionally(int newHeight, ResizeType resizeType)
| Parameter | Typ | Beskrivning |
|---|---|---|
| newHeight | Int32 | Den nya höjden. |
| resizeType | ResizeType | Typ av storleksändring. |
Se även
- enum ResizeType
- class PsdImage
- namnutrymme Aspose.PSD.FileFormats.Psd
- hopsättning Aspose.PSD