Render Mode

Functions


Detailed Description

MGPlus maintains some rendermode defines and operations


Function Documentation

MPStatus MGPlusGetInterpolationMode ( HGRAPHICS  graphics,
MPInterpolationMode value 
)

Get the interpolation mode of graphic.

This function gets the interpolation mode of graphic

Parameters:
graphics The MGPlusGraphics pointer.
value The interpolation mode pointer.
Returns:
Get Status, MP_GENERIC_ERROR indicates an error.
See also:
MGPlusSetInterpolationMode
MPStatus MGPlusGetPathRenderingHint ( HGRAPHICS  graphics,
MPPathRenderingHint value 
)

Get the path anti-alias value of graphic.

This function gets the path anti-alias value of graphic

Parameters:
graphics The MGPlusGraphics pointer.
value The path anti-alias value pointer.
Returns:
Get Status, MP_GENERIC_ERROR indicates an error.
See also:
MGPlusSetPathRenderingHint
MPStatus MGPlusGetSmoothingMode ( HGRAPHICS  graphics,
MPSmoothingMode value 
)

Set the smoothing mode of graphic.

This function gets the smoothing mode.

Parameters:
graphics The MGPlusGraphics pointer.
value The smoothing mode.
Returns:
Set Status, MP_GENERIC_ERROR indicates an error.
See also:
MGPlusSetSmoothingMode
MPStatus MGPlusGetTextRenderingHint ( HGRAPHICS  graphics,
MPTextRenderingHint value 
)

Get the text rendering mode of graphic.

This function gets the text rendering mode of graphic

Parameters:
graphics The MGPlusGraphics pointer.
value The text rendering mode pointer.
Returns:
Get Status, MP_GENERIC_ERROR indicates an error.
See also:
MGPlusSetTextRenderingHint
MPStatus MGPlusSetInterpolationMode ( HGRAPHICS  graphics,
MPInterpolationMode  value 
)

Set the interpolation mode of graphic.

This function sets the interpolation mode of graphic

Parameters:
graphics The MGPlusGraphics pointer.
value The interpolation mode.
Returns:
Get Status, MP_GENERIC_ERROR indicates an error.
See also:
MGPlusGetInterpolationMode
MPStatus MGPlusSetPathRenderingHint ( HGRAPHICS  graphics,
MPPathRenderingHint  value 
)

Set the path anti-alias value of graphic.

This function gets the compositing mode of graphic

Parameters:
graphics The MGPlusGraphics pointer.
value The anti-alias value.
Returns:
Set Status, MP_GENERIC_ERROR indicates an error.
See also:
MGPlusGetPathRenderingHint
MPStatus MGPlusSetSmoothingMode ( HGRAPHICS  graphics,
MPSmoothingMode  smoothingMode 
)

Set the smoothing mode of graphic.

This function sets the smoothing mode of graphic

Parameters:
graphics The MGPlusGraphics pointer.
smoothingMode The smoothing mode .
Returns:
Set Status, MP_GENERIC_ERROR indicates an error.
See also:
MGPlusGetSmoothingMode
MPStatus MGPlusSetTextRenderingHint ( HGRAPHICS  graphics,
MPTextRenderingHint  value 
)

Set the text rendering mode of graphic.

This function sets the text rendering mode of graphic

Parameters:
graphics The MGPlusGraphics pointer.
value The text rendering mode.
Returns:
Get Status, MP_GENERIC_ERROR indicates an error.
See also:
MGPlusGetTextRenderingHint
Generated on Wed Apr 27 09:48:11 2011 for mGPlus V1.2.4 API Reference by  doxygen 1.6.3