BlitFill(Image) Method

Kaliko Image Library

Kaliko.ImageLibrary
BlitFill(Image) Method





Uses the defined image as a pattern to fill the image (will be tiled if the destination image is larger than the source image)..
Syntax
'Declaration
 
Public Overloads Sub BlitFill( _
   ByVal image As System.Drawing.Image _
) 
'Usage
 
Dim instance As KalikoImage
Dim image As System.Drawing.Image
 
instance.BlitFill(image)
public void BlitFill( 
   System.Drawing.Image image
)
public procedure BlitFill( 
    image: System.Drawing.Image
); 
public function BlitFill( 
   image : System.Drawing.Image
);
public: void BlitFill( 
   System.Drawing.Image* image
) 
public:
void BlitFill( 
   System.Drawing.Image^ image
) 

Parameters

image
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

This documentation was created using Document! X from Innovasys