'Declaration Public Overrides Sub BlendPath( _
ByVal drawingSurfaceThe drawing surface.As Vintasoft.Imaging.DrawingSurface, _
ByVal ParamArray pathColorBlendingsThe color blending properties for the graphics path.() As Vintasoft.Imaging.Drawing.GraphicsPathColorBlending _
)
public override void BlendPath(
Vintasoft.Imaging.DrawingSurface drawingSurface,
params Vintasoft.Imaging.Drawing.GraphicsPathColorBlending[] pathColorBlendings
)
public: void BlendPath(
Vintasoft.Imaging.DrawingSurface* drawingSurface,
params Vintasoft.Imaging.Drawing.GraphicsPathColorBlending*[]* pathColorBlendings
); override
public:
void BlendPath(
Vintasoft.Imaging.DrawingSurface^ drawingSurface,
... array<Vintasoft.Imaging.Drawing.GraphicsPathColorBlending^>^ pathColorBlendings
); override
Parameters
- drawingSurface
- The drawing surface.
- pathColorBlendings
- The color blending properties for the graphics path.