Exemplo n.º 1
0
 public bool GetBitmapContent(out IBitmap bitmap) => BlamContentFactory.TryGetBitmapContent(item, out bitmap);
Exemplo n.º 2
0
 public bool GetGeometryContent(out IRenderGeometry geometry) => BlamContentFactory.TryGetGeometryContent(item, out geometry);
Exemplo n.º 3
0
 public bool GetSoundContent(out ISoundContainer container) => BlamContentFactory.TryGetSoundContent(item, out container);