Version

Load Method

Loads an image texture into this SkinElement instance.
Syntax
'Declaration
 
Public Sub Load( _
   ByVal sourceImage As Image, _
   ByVal offsetX As Integer, _
   ByVal offsetY As Integer _
) 
public void Load( 
   Image sourceImage,
   int offsetX,
   int offsetY
)

Parameters

sourceImage
The source raster image to use for texturing.
offsetX
An offset X-coordinate at which tiling starts.
offsetY
An offset Y-coordinate at which tiling starts.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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