Class ColorExtensions
Extensions for creating color objects.
Inheritance
System.Object
ColorExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Extensions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public static class ColorExtensions
Methods
ToColor(Color)
Converts the Color to ColorBase that is usend in RadPdfProcessing.
Declaration
public static ColorBase ToColor(this Color color)
Parameters
System.Windows.Media.Color
color
The color. |
Returns
ColorBase
|