Group: GDI+ Graphics - Library: gdiplus
GpStatus WINGDIPAPI GdipSetSmoothingMode(
GpGraphics *graphics,
SmoothingMode smoothingMode) DECLARE INTEGER GdipSetSmoothingMode IN gdiplus;
INTEGER graphics,;
INTEGER smoothingMode graphics [in] Handle of a Graphics object.
smoothingMode [in] Element of the SmoothingMode enumeration.
Returns Ok (0) if succeeded.
See also: GdipGetSmoothingMode.
Home