13.07.2015 Views

REFERENCE GUIDE

REFERENCE GUIDE

REFERENCE GUIDE

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

ExtFloodFiIIReturn valueCommentsycrColorwFillTypeint Specifies the logical y-coordinate of the point wherefilling begins.COLORREF Specifies the color of the boundary or of thearea to be filled. The interpretation of crColor depends onthe value of the wFillType parameter.WORD Specifies the type of flood fill to be performed. Itmust be one of the following values:ValueFLOODFILLBORDERMeaningThe fill area is bounded by thecolor specified by crColor. Thisstyle is identical to the fillingperformed by the FloodFiIIfunction.FLOODFILLSURFACE The fill area is defined by thecolor specified by crColor. Fillingcontinues outward in alldirections as long as the color isencountered. This is useful forfilling areas with multicoloredboundaries.The return value specifies the outcome of the function. It is nonzero if thefunction is successful. It is zero if:• The filling could not be completed• The given point has the boundary color specified by crColor (ifFLOODFILLBORDER was requested)• The given point does not have the color specified by crColor (ifFLOODFILLSURFACE was requested)• The point is outside the clipping regionOnly memory device contexts and devices that support raster-displaytechnology support the ExtFloodFiII function. For more information, seethe RC_BITBLT raster capability in the GetDeviceCaps function section.ExtTextOutSyntaxBOOL ExtTextOut(hDC, X, Y, wOptions, IpRect, IpString, nCount, IpDx)function ExtTextOut(DC: HDC; X, Y: Integer; Options: Word; Rect: PRect;Str: PChar; Count: Word; Dx: PInteger): Bool;274 Software development kit

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!