Image.ResizeHeightProportionally
Innehåll
[
Dölj
]ResizeHeightProportionally(int)
Ändrar storleken på höjden proportionellt.
public void ResizeHeightProportionally(int newHeight)
Parameter | Typ | Beskrivning |
---|---|---|
newHeight | Int32 | Den nya höjden. |
Se även
- class Image
- namnutrymme Aspose.PSD
- hopsättning Aspose.PSD
ResizeHeightProportionally(int, ResizeType)
Ändrar storleken på höjden proportionellt.
public virtual 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 Image
- namnutrymme Aspose.PSD
- hopsättning Aspose.PSD
ResizeHeightProportionally(int, ImageResizeSettings)
Ändrar storleken på höjden proportionellt.
public virtual 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 Image
- namnutrymme Aspose.PSD
- hopsättning Aspose.PSD