public interface IPresetShadow extends IImageTransformOperation, IAccessiblePVIObject<IPresetShadowEffectiveData>
Represents a Preset Shadow effect.
| Modifier and Type | Method and Description |
|---|---|
float |
getDirection()
Direction of shadow.
|
double |
getDistance()
Distance of shadow.
|
int |
getPreset()
Preset.
|
IColorFormat |
getShadowColor()
Color of shadow.
|
void |
setDirection(float value)
Direction of shadow.
|
void |
setDistance(double value)
Distance of shadow.
|
void |
setPreset(int value)
Preset.
|
getEffectivefloat getDirection()
Direction of shadow.
Read/write float.
void setDirection(float value)
Direction of shadow.
Read/write float.
double getDistance()
Distance of shadow.
Read/write double.
void setDistance(double value)
Distance of shadow.
Read/write double.
IColorFormat getShadowColor()
Color of shadow.
Read-only IColorFormat.
int getPreset()
Preset.
Read/write PresetShadowType.
void setPreset(int value)
Preset.
Read/write PresetShadowType.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.