RenderContextBase.GetBitmapFromTexture Method

Public MustOverride Function GetBitmapFromTexture( _ 
ByVal texture As TextureBase
) As Bitmap
This language is not supported or no code example is available.
public abstract Bitmap GetBitmapFromTexture( 
TextureBase texture 
)
This language is not supported or no code example is available.

Parameters

texture
TextureBase

Return Value

Bitmap

.NET Framework

Supported in: 4.8

In this article

Definition