IGradientTransparencyPoint
public interface IGradientTransparencyPoint
Base interface for fill settings
Methods
Method | Description |
---|---|
getLocation() | Gets or sets the location. |
getMedianPointLocation() | Gets or sets the median point location. |
getOpacity() | Gets or sets the opacity. |
setLocation(int value) | Gets or sets the location. |
setMedianPointLocation(int value) | Gets or sets the median point location. |
setOpacity(double value) | Gets or sets the opacity. |
getLocation()
public abstract int getLocation()
Gets or sets the location. Value range 0-4096.
Value: The location.
Returns: int
getMedianPointLocation()
public abstract int getMedianPointLocation()
Gets or sets the median point location. Value range 0-4096.
Value: The median point location.
Returns: int
getOpacity()
public abstract double getOpacity()
Gets or sets the opacity.
Value: The opacity.
Returns: double
setLocation(int value)
public abstract void setLocation(int value)
Gets or sets the location. Value range 0-4096.
Value: The location.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setMedianPointLocation(int value)
public abstract void setMedianPointLocation(int value)
Gets or sets the median point location. Value range 0-4096.
Value: The median point location.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setOpacity(double value)
public abstract void setOpacity(double value)
Gets or sets the opacity.
Value: The opacity.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |