Class SystemDrawingInitialsPictureRenderer
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity.UI
Assembly: IRM.AspNetCore.Identity.UI.dll
Syntax
public class SystemDrawingInitialsPictureRenderer : IInitialsPictureRenderer
Methods
RenderInitialsPicture(String, Byte, CancellationToken)
Declaration
public Task<Stream> RenderInitialsPicture(string initials, byte size = 32, CancellationToken cancellationToken = default(CancellationToken))
Parameters
String
initials
|
System.Byte
size
|
System.Threading.CancellationToken
cancellationToken
|
Returns
System.Threading.Tasks.Task<System.IO.Stream>
|