A struct that models the thickness of insets as double precision floating point values.

Namespace: yWorks.Canvas.Geometry.Structs
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
[TypeConverterAttribute(typeof(InsetsDConverter))]
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = true)]
public struct InsetsD
Visual Basic
<TypeConverterAttribute(GetType(InsetsDConverter))> _
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := True)> _
Public Structure InsetsD

See Also