Show / Hide Table of Contents

Class SystemDrawingInitialsPictureRenderer

Inheritance
Object
SystemDrawingInitialsPictureRenderer
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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>

Implements
IInitialsPictureRenderer.RenderInitialsPicture(String, Byte, CancellationToken)
Back to top Generated by DocFX