BlitFill(Image) Method
From 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
'DeclarationPublic Overloads Sub BlitFill( _ ByVal image As System.Drawing.Image _ )
'UsageDim 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