Constructor and Description |
---|
EmfTriVertex() |
Modifier and Type | Method and Description |
---|---|
short |
getAlpha()
Gets or sets a 16-bit unsigned integer that specifies the alpha transparency value for the point.
|
short |
getBlue()
Gets or sets a 16-bit unsigned integer that specifies the blue color value for the point.
|
short |
getGreen()
Gets or sets a 16-bit unsigned integer that specifies the green color value for the point.
|
short |
getRed()
Gets or sets a 16-bit unsigned integer that specifies the red color value for the point.
|
int |
getX()
Gets or sets a 32-bit signed integer that specifies the horizontal position, in logical units.
|
int |
getY()
Gets or sets a 32-bit signed integer that specifies the vertical position, in logical units.
|
void |
setAlpha(short value)
Gets or sets a 16-bit unsigned integer that specifies the alpha transparency value for the point.
|
void |
setBlue(short value)
Gets or sets a 16-bit unsigned integer that specifies the blue color value for the point.
|
void |
setGreen(short value)
Gets or sets a 16-bit unsigned integer that specifies the green color value for the point.
|
void |
setRed(short value)
Gets or sets a 16-bit unsigned integer that specifies the red color value for the point.
|
void |
setX(int value)
Gets or sets a 32-bit signed integer that specifies the horizontal position, in logical units.
|
void |
setY(int value)
Gets or sets a 32-bit signed integer that specifies the vertical position, in logical units.
|
public int getX()
Gets or sets a 32-bit signed integer that specifies the horizontal position, in logical units.
public void setX(int value)
Gets or sets a 32-bit signed integer that specifies the horizontal position, in logical units.
public int getY()
Gets or sets a 32-bit signed integer that specifies the vertical position, in logical units.
public void setY(int value)
Gets or sets a 32-bit signed integer that specifies the vertical position, in logical units.
public short getRed()
Gets or sets a 16-bit unsigned integer that specifies the red color value for the point.
public void setRed(short value)
Gets or sets a 16-bit unsigned integer that specifies the red color value for the point.
public short getGreen()
Gets or sets a 16-bit unsigned integer that specifies the green color value for the point.
public void setGreen(short value)
Gets or sets a 16-bit unsigned integer that specifies the green color value for the point.
public short getBlue()
Gets or sets a 16-bit unsigned integer that specifies the blue color value for the point.
public void setBlue(short value)
Gets or sets a 16-bit unsigned integer that specifies the blue color value for the point.
public short getAlpha()
Gets or sets a 16-bit unsigned integer that specifies the alpha transparency value for the point.
public void setAlpha(short value)
Gets or sets a 16-bit unsigned integer that specifies the alpha transparency value for the point.