ICustomNativeSymbol.Draw Method
Draws the symbol for specified feature.
Draw(Feature feature, Drawable drawable)
Draws the symbol for specified feature.Syntax
public CustomSymbolCacheHint Draw (
Feature feature,
Drawable drawable
)
Parameters
The feature to draw.
The drawable to draw on.
Return Value
A value indicating under which circumstances the result of the drawing calls just made can be cached.
Remarks
This method is called by Carmenta Engine to draw a feature with this custom symbol, in 2D. See Custom Native Rendering for more information.
Platforms
Windows, Linux, Android