HslColor Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HslColor() |
Initializes a new instance of the HslColor class. |
HslColor(OpenXmlElement[]) |
Initializes a new instance of the HslColor class with the specified child elements. |
HslColor(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the HslColor class with the specified child elements. |
HslColor(String) |
Initializes a new instance of the HslColor class from outer XML. |
HslColor()
Initializes a new instance of the HslColor class.
public HslColor ();
Public Sub New ()
Applies to
HslColor(OpenXmlElement[])
Initializes a new instance of the HslColor class with the specified child elements.
public HslColor (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.HslColor : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.HslColor
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
HslColor(IEnumerable<OpenXmlElement>)
Initializes a new instance of the HslColor class with the specified child elements.
public HslColor (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.HslColor : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.HslColor
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
HslColor(String)
Initializes a new instance of the HslColor class from outer XML.
public HslColor (string outerXml);
new DocumentFormat.OpenXml.Drawing.HslColor : string -> DocumentFormat.OpenXml.Drawing.HslColor
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.