Show / Hide Table of Contents

Enum PaddingType

Types of padding used for images to add constant values to the borders

Namespace: SiaNet.Engine
Assembly: SiaNet.Engine.dll
Syntax
public enum PaddingType

Fields

Name Description
Full

The full which means padding size = 2

Same

The same which means no padding

Valid

The valid which mean padding size = 1

  • Improve this Doc
  • View Source
Back to top Generated by DocFX