PdfAnnotationColor Struct
Definition
Color used for annotation stroke/border or fill/interior.
public struct PdfAnnotationColor
Constructors
| Name | Description |
|---|---|
| PdfAnnotationColor | Color used for annotation stroke/border or fill/interior. |
PdfAnnotationColor Constructor
Color used for annotation stroke/border or fill/interior.
public PdfAnnotationColor(byte R, byte G, byte B, byte A)
Parameters
R byte
G byte
B byte
A byte
Methods
| Name | Description |
|---|---|
| Deconstruct | No summary available. |
| Equals (2 overloads) | No summary available. |
| GetHashCode | No summary available. |
| ToString | No summary available. |
Deconstruct Method
public void Deconstruct(byte& R, byte& G, byte& B, byte& A)
Parameters
R byte&
G byte&
B byte&
A byte&
Equals overloads
Equals Method
public bool Equals(Avalonia.Controls.Pdf.Core.PdfAnnotationColor other)
Parameters
other Avalonia.Controls.Pdf.Core.PdfAnnotationColor
Returns
bool
Equals Method
public bool Equals(object obj)
Parameters
obj object
Returns
bool
GetHashCode Method
public int GetHashCode()
Returns
int
ToString Method
public string ToString()
Returns
string
Properties
| Name | Description |
|---|---|
| A | No summary available. |
| B | No summary available. |
| G | No summary available. |
| R | No summary available. |
A Property
public byte A { get; set; }
B Property
public byte B { get; set; }
G Property
public byte G { get; set; }
R Property
public byte R { get; set; }