ICustomNativeSymbol.Draw Method
Thread safety: This method does not have to be thread-safe.
Draw(Feature feature, Drawable drawable)
Draws the symbol for specified feature.Syntax
public CustomSymbolCacheHint Draw (
Feature feature,
Drawable drawable
)
Parameters
feature
Type: Feature
The feature to draw.
The feature to draw.
drawable
Type: Drawable
The drawable to draw on.
The drawable to draw on.
Return Value
Type: CustomSymbolCacheHint
A value indicating under which circumstances the result of the drawing calls just made can be cached.
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