'宣言 Public Sub RenderContour( _ ByVal engine As IRenderEngine, _ ByVal appearance As ContourAppearance, _ Optional ByVal numberOfLevels As System.Integer, _ Optional ByVal contourLevels() As System.Double _ )
public void RenderContour( IRenderEngine engine, ContourAppearance appearance, System.int numberOfLevels, System.double[] contourLevels )
パラメータ
- engine
- The rendering engine to use.
- appearance
- The appearance type of the contour.
- numberOfLevels
- The number of levels
- contourLevels
- Array of contour levels to render.