mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1013 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
73c041cbcf
commit
dd5b22b872
@ -161,9 +161,10 @@ public :
|
||||
/// \param DestX : X coordinate of the destination position
|
||||
/// \param DestY : Y coordinate of the destination position
|
||||
/// \param SourceRect : Sub-rectangle of the source image to copy (empty by default - entire image)
|
||||
/// \param ApplyAlpha : Should the copy take in account the source transparency? (false by default)
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
void Copy(const Image& Source, unsigned int DestX, unsigned int DestY, const IntRect& SourceRect = IntRect(0, 0, 0, 0));
|
||||
void Copy(const Image& Source, unsigned int DestX, unsigned int DestY, const IntRect& SourceRect = IntRect(0, 0, 0, 0), bool ApplyAlpha = false);
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// Create the image from the current contents of the
|
||||
|
Loading…
Reference in New Issue
Block a user