[]
        
(Showing Draft Content)

C1.FlexMap.IMapDevice.SetLayerTransformation

SetLayerTransformation Method

SetLayerTransformation(IMapLayer, double, double, double, double)

Sets the transformation of the map layer.

Declaration
void SetLayerTransformation(IMapLayer layer, double scaleX, double scaleY, double offsetX, double offsetY)
Parameters
Type Name Description
IMapLayer layer

The layer to be rendered.

double scaleX

The scale in horizontal.

double scaleY

The scale in vertical.

double offsetX

The offset in horizontal.

double offsetY

The offset in vertical.