FreeImage.RescaleRect Method

FreeImage.NET

FreeImageRescaleRect Method

[Missing <summary> documentation for "M:FreeImageAPI.FreeImage.RescaleRect(FreeImageAPI.FIBITMAP,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,FreeImageAPI.FREE_IMAGE_FILTER,FreeImageAPI.FREE_IMAGE_RESCALE_FLAGS)"]

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FIBITMAP RescaleRect(
	FIBITMAP dib,
	int dst_width,
	int dst_height,
	int left,
	int top,
	int right,
	int bottom,
	FREE_IMAGE_FILTER filter,
	FREE_IMAGE_RESCALE_FLAGS flags
)

Parameters

dib
Type: FreeImageAPIFIBITMAP

[Missing <param name="dib"/> documentation for "M:FreeImageAPI.FreeImage.RescaleRect(FreeImageAPI.FIBITMAP,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,FreeImageAPI.FREE_IMAGE_FILTER,FreeImageAPI.FREE_IMAGE_RESCALE_FLAGS)"]

dst_width
Type: SystemInt32

[Missing <param name="dst_width"/> documentation for "M:FreeImageAPI.FreeImage.RescaleRect(FreeImageAPI.FIBITMAP,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,FreeImageAPI.FREE_IMAGE_FILTER,FreeImageAPI.FREE_IMAGE_RESCALE_FLAGS)"]

dst_height
Type: SystemInt32

[Missing <param name="dst_height"/> documentation for "M:FreeImageAPI.FreeImage.RescaleRect(FreeImageAPI.FIBITMAP,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,FreeImageAPI.FREE_IMAGE_FILTER,FreeImageAPI.FREE_IMAGE_RESCALE_FLAGS)"]

left
Type: SystemInt32

[Missing <param name="left"/> documentation for "M:FreeImageAPI.FreeImage.RescaleRect(FreeImageAPI.FIBITMAP,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,FreeImageAPI.FREE_IMAGE_FILTER,FreeImageAPI.FREE_IMAGE_RESCALE_FLAGS)"]

top
Type: SystemInt32

[Missing <param name="top"/> documentation for "M:FreeImageAPI.FreeImage.RescaleRect(FreeImageAPI.FIBITMAP,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,FreeImageAPI.FREE_IMAGE_FILTER,FreeImageAPI.FREE_IMAGE_RESCALE_FLAGS)"]

right
Type: SystemInt32

[Missing <param name="right"/> documentation for "M:FreeImageAPI.FreeImage.RescaleRect(FreeImageAPI.FIBITMAP,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,FreeImageAPI.FREE_IMAGE_FILTER,FreeImageAPI.FREE_IMAGE_RESCALE_FLAGS)"]

bottom
Type: SystemInt32

[Missing <param name="bottom"/> documentation for "M:FreeImageAPI.FreeImage.RescaleRect(FreeImageAPI.FIBITMAP,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,FreeImageAPI.FREE_IMAGE_FILTER,FreeImageAPI.FREE_IMAGE_RESCALE_FLAGS)"]

filter
Type: FreeImageAPIFREE_IMAGE_FILTER

[Missing <param name="filter"/> documentation for "M:FreeImageAPI.FreeImage.RescaleRect(FreeImageAPI.FIBITMAP,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,FreeImageAPI.FREE_IMAGE_FILTER,FreeImageAPI.FREE_IMAGE_RESCALE_FLAGS)"]

flags
Type: FreeImageAPIFREE_IMAGE_RESCALE_FLAGS

[Missing <param name="flags"/> documentation for "M:FreeImageAPI.FreeImage.RescaleRect(FreeImageAPI.FIBITMAP,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,FreeImageAPI.FREE_IMAGE_FILTER,FreeImageAPI.FREE_IMAGE_RESCALE_FLAGS)"]

Return Value

Type: FIBITMAP

[Missing <returns> documentation for "M:FreeImageAPI.FreeImage.RescaleRect(FreeImageAPI.FIBITMAP,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,FreeImageAPI.FREE_IMAGE_FILTER,FreeImageAPI.FREE_IMAGE_RESCALE_FLAGS)"]

See Also