Constructor and Description |
---|
EmfGradientTriangle() |
Modifier and Type | Method and Description |
---|---|
int |
getVertex1()
Gets or sets an index into an array of TriVertex objects that specifies a vertex of a
triangle.
|
int |
getVertex2()
Gets or sets an index into an array of TriVertex objects that specifies a vertex of a
triangle.
|
int |
getVertex3()
Gets or sets an index into an array of TriVertex objects that specifies a vertex of a
triangle.
|
void |
setVertex1(int value)
Gets or sets an index into an array of TriVertex objects that specifies a vertex of a
triangle.
|
void |
setVertex2(int value)
Gets or sets an index into an array of TriVertex objects that specifies a vertex of a
triangle.
|
void |
setVertex3(int value)
Gets or sets an index into an array of TriVertex objects that specifies a vertex of a
triangle.
|
public int getVertex1()
Gets or sets an index into an array of TriVertex objects that specifies a vertex of a triangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record.
public void setVertex1(int value)
Gets or sets an index into an array of TriVertex objects that specifies a vertex of a triangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record.
public int getVertex2()
Gets or sets an index into an array of TriVertex objects that specifies a vertex of a triangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record.
public void setVertex2(int value)
Gets or sets an index into an array of TriVertex objects that specifies a vertex of a triangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record.
public int getVertex3()
Gets or sets an index into an array of TriVertex objects that specifies a vertex of a triangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record.
public void setVertex3(int value)
Gets or sets an index into an array of TriVertex objects that specifies a vertex of a triangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record.