Skip to content

Crow.Drawing.MeshPattern

Jean-Philippe Bruyère edited this page Oct 26, 2021 · 1 revision

namespace: Crow.Drawing

Inheritance Hierarchy

  • MeshPattern

Syntax

public class MeshPattern : Pattern

Constructors

prototype description
MeshPattern () __

Properties

name description
Extend __
Filter __
PatchCount __

Methods

prototype description
void BeginPatch() __
void CurveTo(double x1, double y1, double x2, double y2, double x3, double y3) __
void EndPatch() __
PointD GetControlPoint(uint point_num, uint patch_num=0) __
void GetCornerColorRGBA() __
Path GetPath(uint patch_num) __
void LineTo(double x, double y) __
void LineTo(PointD p) __
void MoveTo(double x, double y) __
void MoveTo(PointD p) __
void SetControlPoint(uint point_num, double x, double y) __
void SetControlPoint(uint point_num, PointD p) __
void SetCornerColor(uint corner_num, Color c) __
void SetCornerColorRGB(uint corner_num, double r, double g, double b) __
void SetCornerColorRGBA(uint corner_num, double r, double g, double b, double a) __

Events

name description
Clone this wiki locally