ThemedImageCacheGetThemedUri Method
|
Namespace: Bricscad.Private.Windows
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
protected Uri GetThemedUri(
string themeSuffix
)
Protected Function GetThemedUri (
themeSuffix As String
) As Uri
protected:
Uri^ GetThemedUri(
String^ themeSuffix
)
member GetThemedUri :
themeSuffix : string -> Uri
Parameters
- themeSuffix
- Type: SystemString
Return Value
Type:
Uri
See Also