Initializes a new instance of the
Margin class
Namespace: DeltaEngine.Scenes.ControlsAssembly: DeltaEngine.Scenes (in DeltaEngine.Scenes.dll) Version: 1.1.1.0 (1.1.1)
public Margin(
Edge othersEdge,
float distance
)
public Margin(
Edge othersEdge,
float distance
)
Public Sub New (
othersEdge As Edge,
distance As Single
)
Public Sub New (
othersEdge As Edge,
distance As Single
)
public:
Margin(
Edge othersEdge,
float distance
)
public:
Margin(
Edge othersEdge,
float distance
)
new :
othersEdge : Edge *
distance : float32 -> Margin
new :
othersEdge : Edge *
distance : float32 -> Margin