SKLattice Struct
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.
public struct SKLattice
public struct SKLattice : IEquatable<SkiaSharp.SKLattice>
- Inheritance
-
SKLattice
- Implements
Remarks
If the lattice divs or bounds are invalid, the entire lattice structure will be ignored on the draw call.
Properties
Bounds |
Gets or sets the optional source image bounds. |
Colors |
Gets or sets the array of fill types, one per rectangular grid entry. |
Flags |
Gets or sets the drawing options for each of the lattice rectangles. |
RectTypes |
Gets or sets the color for each of the lattice rectangles. |
XDivs |
Gets or sets the x-coordinates for the lattice. |
YDivs |
Gets or sets the y-coordinates for the lattice. |
Methods
Equals(Object) | |
Equals(SKLattice) | |
GetHashCode() |
Operators
Equality(SKLattice, SKLattice) | |
Inequality(SKLattice, SKLattice) |