Click or drag to resize
AB4D logo

GraphicsProfileGetStandardGraphicsProfile Method

GetStandardGraphicsProfile returns GraphicsProfile with specified name

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public static GraphicsProfile GetStandardGraphicsProfile(
	string graphicsProfileName
)

Parameters

graphicsProfileName  String
graphicsProfile name

Return Value

GraphicsProfile
GraphicsProfile or null if GraphicsProfile with specifed name is not found
See Also