Constructor and Description |
---|
EmfGradientRectangle() |
Modifier and Type | Method and Description |
---|---|
int |
getLowerRight()
Gets or sets an index into an array of TriVertex objects that specifies the lower-right
vertex of a rectangle.
|
int |
getUpperLeft()
Gets or sets an index into an array of TriVertex objects that specifies the upper-left
vertex of a rectangle.
|
void |
setLowerRight(int value)
Gets or sets an index into an array of TriVertex objects that specifies the lower-right
vertex of a rectangle.
|
void |
setUpperLeft(int value)
Gets or sets an index into an array of TriVertex objects that specifies the upper-left
vertex of a rectangle.
|
public int getUpperLeft()
Gets or sets an index into an array of TriVertex objects that specifies the upper-left vertex of a rectangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record.
public void setUpperLeft(int value)
Gets or sets an index into an array of TriVertex objects that specifies the upper-left vertex of a rectangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record.
public int getLowerRight()
Gets or sets an index into an array of TriVertex objects that specifies the lower-right vertex of a rectangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record.
public void setLowerRight(int value)
Gets or sets an index into an array of TriVertex objects that specifies the lower-right vertex of a rectangle. The index MUST be smaller than the size of the array, as defined by the nVer field of the EMR_GRADIENTFILL record.