IDrawable.GetNewPropsDrawable

IDrawable.GetNewPropsDrawable method

Creates a new drawable using geometry of current drawable and provided non-geometric properties

public IDrawable GetNewPropsDrawable(IDrawableProperties props)
ParameterTypeDescription
propsIDrawablePropertiesNew non-geometric properties

Return Value

New drawable with current geometry and new non-geometric properties

See Also