Click or drag to resize

FileSystemClientGetCroppedAsync Method

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.
Overload List
 NameDescription
Public methodGetCroppedAsync(Int64, Guid, Int32, Int32, Decimal, Decimal, Decimal) Gets an image cropped to match submitted max width or max height, centered around the submitted coordinates. If the image is smaller than the requested dimensions, the original image is returned. If the returned image can be adjusted if the offsets is too close to the edges, so that the cropped image would have been out of bounds.
Public methodGetCroppedAsync(Int64, Guid, Int32, Int32, Decimal, Decimal, Decimal, Stream) Gets an image cropped to match submitted max width or max height, centered around the submitted coordinates. If the image is smaller than the requested dimensions, the original image is returned. If the returned image can be adjusted if the offsets is too close to the edges, so that the cropped image would have been out of bounds.
Top
See Also