4D v13SVG_Filter_Offset |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v13
SVG_Filter_Offset
|
SVG_Filter_Offset ( filterRef ; dx {; dy {; input {; name}}} ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
filterRef | SVG_Ref |
![]() |
Reference of filter | |||||
dx | Longint |
![]() |
Offset on X axis | |||||
dy | Longint |
![]() |
Offset on Y axis | |||||
input | String |
![]() |
Source of filter primitive | |||||
name | String |
![]() |
Target of filter primitive | |||||
Function result | SVG_Ref |
![]() |
Reference of primitive | |||||
The SVG_Filter_Offset command sets an offset for the filterRef filter and returns its reference. If filterRef is not a filter reference, an error is generated.
The dx parameter is the value of the horizontal offset.
The optional dy parameter is the value of the vertical offset.
The optional input parameter identifies the graphic source of the filter primitive.
The optional name is the name, if any, assigned to the result of this filter primitive.
Product: 4D
Theme: Filters
Number:
65917
Created: Composant 4D SVG v11.3
SVG_Filter_Blend
SVG_Filter_Blur