ImageProcessOptions()

public ImageProcessOptions()

ImageProcessOptions(string)

public ImageProcessOptions(string encodedOptions)

Parameters

encodedOptions string

ImageProcessOptions(ResizeMode, Nullable<UInt16>, Nullable<UInt16>, Point)

public ImageProcessOptions(ResizeMode mode, Nullable<UInt16> width, Nullable<UInt16> height, Point focalPoint)

Parameters

width Nullable<UInt16>
height Nullable<UInt16>
focalPoint Point
In this article