Click or drag to resize
IThumbnailProviderGetThumbnail Method
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.WPF.IThumbnailProvider.GetThumbnail(ZU.Core.IEntity,System.Boolean,System.Boolean)"]

Namespace: ZU.WPF
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
ImageSource GetThumbnail(
	IEntity entity,
	bool getLarge,
	bool refreshCached = false
)

Parameters

entity
Type: ZU.CoreIEntity

[Missing <param name="entity"/> documentation for "M:ZU.WPF.IThumbnailProvider.GetThumbnail(ZU.Core.IEntity,System.Boolean,System.Boolean)"]

getLarge
Type: SystemBoolean

[Missing <param name="getLarge"/> documentation for "M:ZU.WPF.IThumbnailProvider.GetThumbnail(ZU.Core.IEntity,System.Boolean,System.Boolean)"]

refreshCached (Optional)
Type: SystemBoolean

[Missing <param name="refreshCached"/> documentation for "M:ZU.WPF.IThumbnailProvider.GetThumbnail(ZU.Core.IEntity,System.Boolean,System.Boolean)"]

Return Value

Type: ImageSource

[Missing <returns> documentation for "M:ZU.WPF.IThumbnailProvider.GetThumbnail(ZU.Core.IEntity,System.Boolean,System.Boolean)"]

See Also