Skip to main content
All docs
V23.2

DrawMapSegmentEventArgs(DrawMapSegmentableItemEventArgs, MapSegmentBase) Constructor

Initializes a new instance of the DrawMapSegmentEventArgs class with specified settings.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public DrawMapSegmentEventArgs(
    DrawMapSegmentableItemEventArgs owner,
    MapSegmentBase segment
)

Parameters

Name Type
owner DrawMapSegmentableItemEventArgs
segment MapSegmentBase
See Also