Map for WinForms | ComponentOne
C1.FlexMap Namespace / IMapDevice Interface / CanScaleOnZooming Method
The vector layer on rendering.

In This Topic
    CanScaleOnZooming Method (IMapDevice)
    In This Topic
    Whether can scale the vector layer on zooming.
    Syntax
    'Declaration
     
    
    Function CanScaleOnZooming( _
       ByVal layer As VectorLayer _
    ) As Boolean
    bool CanScaleOnZooming( 
       VectorLayer layer
    )

    Parameters

    layer
    The vector layer on rendering.

    Return Value

    true if can scale the layer on zooming; otherwise, false.
    See Also