Map for WinForms | ComponentOne
C1.FlexMap Namespace / IMapDevice Interface / SetLayerTransformation Method
The layer to be rendered.
The scale in horizontal.
The scale in vertical.
The offset in horizontal.
The offset in vertical.

In This Topic
    SetLayerTransformation Method (IMapDevice)
    In This Topic
    Sets the transformation of the map layer.
    Syntax
    'Declaration
     
    
    Sub SetLayerTransformation( _
       ByVal layer As IMapLayer, _
       ByVal scaleX As Double, _
       ByVal scaleY As Double, _
       ByVal offsetX As Double, _
       ByVal offsetY As Double _
    ) 
    void SetLayerTransformation( 
       IMapLayer layer,
       double scaleX,
       double scaleY,
       double offsetX,
       double offsetY
    )

    Parameters

    layer
    The layer to be rendered.
    scaleX
    The scale in horizontal.
    scaleY
    The scale in vertical.
    offsetX
    The offset in horizontal.
    offsetY
    The offset in vertical.
    See Also