public class GradientTransparencyPoint extends Object implements IGradientTransparencyPoint
Gradient Transparency Point
| Constructor and Description |
|---|
GradientTransparencyPoint()
Initializes a new instance of the
GradientTransparencyPoint class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getLocation()
Gets or sets the location.
|
int |
getMedianPointLocation()
Gets or sets the median point location.
|
double |
getOpacity()
Gets or sets the color.
|
void |
setLocation(int value)
Gets or sets the location.
|
void |
setMedianPointLocation(int value)
Gets or sets the median point location.
|
void |
setOpacity(double value)
Gets or sets the color.
|
public GradientTransparencyPoint()
Initializes a new instance of the GradientTransparencyPoint class.
public final double getOpacity()
Gets or sets the color.
Value: The color.getOpacity in interface IGradientTransparencyPointpublic final void setOpacity(double value)
Gets or sets the color.
Value: The color.setOpacity in interface IGradientTransparencyPointpublic final int getLocation()
Gets or sets the location.
Value: The location.getLocation in interface IGradientTransparencyPointpublic final void setLocation(int value)
Gets or sets the location.
Value: The location.setLocation in interface IGradientTransparencyPointpublic final int getMedianPointLocation()
Gets or sets the median point location.
Value: The median point location.getMedianPointLocation in interface IGradientTransparencyPointpublic final void setMedianPointLocation(int value)
Gets or sets the median point location.
Value: The median point location.setMedianPointLocation in interface IGradientTransparencyPointCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.