Class SkiaSharpExtensions
Inheritance
System.Object
SkiaSharpExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public static class SkiaSharpExtensions
Methods
CreateShader(GradientBrush, SKRect)
Declaration
public static SKShader? CreateShader(this GradientBrush gradientBrush, SKRect bounds)
Parameters
Returns
Type |
Description |
System.Nullable<SKShader> |
|
ToCommon(SKColor)
Declaration
public static Color ToCommon(this SKColor skColor)
Parameters
Type |
Name |
Description |
SKColor |
skColor |
|
Returns
ToCommon(SKStrokeCap)
Declaration
public static PenLineCap ToCommon(this SKStrokeCap skStrokeCap)
Parameters
Type |
Name |
Description |
SKStrokeCap |
skStrokeCap |
|
Returns
ToCommon(SKStrokeJoin)
Declaration
public static PenLineJoin ToCommon(this SKStrokeJoin skStrokeCap)
Parameters
Type |
Name |
Description |
SKStrokeJoin |
skStrokeCap |
|
Returns
ToSkia(Color)
Declaration
public static SKColor ToSkia(this Color color)
Parameters
Type |
Name |
Description |
Color |
color |
|
Returns
ToSkia(PenLineCap)
Declaration
public static SKStrokeCap ToSkia(this PenLineCap penLineCap)
Parameters
Returns
Type |
Description |
SKStrokeCap |
|
ToSkia(PenLineJoin)
Declaration
public static SKStrokeJoin ToSkia(this PenLineJoin penLineCap)
Parameters
Returns
Type |
Description |
SKStrokeJoin |
|
ToSolidColor(SolidColorBrush)
Declaration
public static SKColor ToSolidColor(this SolidColorBrush solidColorBrush)
Parameters
Returns