RenderContextBase.CreateTexture2D (ImageSource, textureFilteringFunctionType, Boolean, Boolean) Method

Public Function CreateTexture2D( _ 
ByVal image As ImageSource, _ 
Optional ByVal minFunc As textureFilteringFunctionType = textureFilteringFunctionType.Linear, _ 
Optional ByVal anisotropicFiltering As Boolean = true, _ 
Optional ByVal enlargeIfSizeNotSupported As Boolean = false _ 
) As TextureBase
This language is not supported or no code example is available.
public TextureBase CreateTexture2D( 
ImageSource image
textureFilteringFunctionType minFunc = textureFilteringFunctionType.Linear, 
bool anisotropicFiltering = true, 
bool enlargeIfSizeNotSupported = false 
)
This language is not supported or no code example is available.

Parameters

image
ImageSource

minFunc
textureFilteringFunctionType

anisotropicFiltering
bool

enlargeIfSizeNotSupported
bool

Return Value

TextureBase

.NET Framework

Supported in: 4.8

In this article

Definition