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

Namespace: yWorks.Canvas.Geometry.Structs
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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