Skip to main content
A newer version of this page is available. .
All docs
V21.1

DrawMapSegmentEventArgs(DrawMapSegmentableItemEventArgs, MapSegmentBase) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public DrawMapSegmentEventArgs(
    DrawMapSegmentableItemEventArgs owner,
    MapSegmentBase segment
)

Parameters

Name Type
owner DrawMapSegmentableItemEventArgs
segment MapSegmentBase
See Also