SoftEdge
SoftEdge class
Represents a soft edge effect. The edges of the shape are blurred, while the fill is not affected.
equals
Name | Description |
---|---|
equals (Object) | Determines whether the specified SoftEdge is equal to the current SoftEdge. |
Parameters:
Name | Type | Description |
---|---|---|
obj | Object | The SoftEdge to compare. |
Returns: boolean
getEffective
Name | Description |
---|---|
getEffective () | Gets effective Soft Edge effect data with the inheritance applied. |
Returns: SoftEdgeEffectiveData
getParent_IPresentationComponent
Name | Description |
---|---|
getParent_IPresentationComponent () |
getRadius
Name | Description |
---|---|
getRadius () | Specifies the radius of blur to apply to the edges. Read/write double. |
Returns: double
getVersion
Name | Description |
---|---|
getVersion () |
Returns: long
hashCode
Name | Description |
---|---|
hashCode () | Serves as a hash function for a particular type. |
Returns: int
setRadius
Name | Description |
---|---|
setRadius (double) | Specifies the radius of blur to apply to the edges. Read/write double. |
Returns: void