|
GraphicsProfileGetStandardGraphicsProfile Method |
GetStandardGraphicsProfile returns GraphicsProfile with specified name
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public static GraphicsProfile GetStandardGraphicsProfile(
string graphicsProfileName
)
Parameters
- graphicsProfileName String
- graphicsProfile name
Return Value
GraphicsProfileGraphicsProfile or null if GraphicsProfile with specifed name is not found
See Also