RibbonImageSource Constructor (Uri, Uri)
 | 
Namespace:  Bricscad.Private.Windows
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public RibbonImageSource(
        Uri smallUri,
        Uri largeUri
)
 
Public Sub New ( 
        smallUri As Uri,
        largeUri As Uri
)
 
public:
RibbonImageSource(
        Uri^ smallUri, 
        Uri^ largeUri
)
 
new : 
        smallUri : Uri * 
        largeUri : Uri -> RibbonImageSource
 
 
 
Parameters
- smallUri
 
- Type: SystemUri
 
- largeUri
 
- Type: SystemUri
 
 
See Also