Image.ResizeWidthProportionally

ResizeWidthProportionally(int)

Pas de breedte proportioneel aan.

public void ResizeWidthProportionally(int newWidth)
ParameterTypeBeschrijving
newWidthInt32De nieuwe breedte.

Zie ook


ResizeWidthProportionally(int, ResizeType)

Pas de breedte proportioneel aan.

public virtual void ResizeWidthProportionally(int newWidth, ResizeType resizeType)
ParameterTypeBeschrijving
newWidthInt32De nieuwe breedte.
resizeTypeResizeTypeType van de formaatwijziging.

Zie ook


ResizeWidthProportionally(int, ImageResizeSettings)

Pas de breedte proportioneel aan.

public virtual void ResizeWidthProportionally(int newWidth, ImageResizeSettings settings)
ParameterTypeBeschrijving
newWidthInt32De nieuwe breedte.
settingsImageResizeSettingsDe instellingen voor het wijzigen van de afbeelding.

Zie ook