Back to Website
Show / Hide Table of Contents

Class ViewerController.NullAbleSize

Inheritance
System.Object
ViewerController.NullAbleSize
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Controllers
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class NullAbleSize

Constructors

NullAbleSize()

Declaration
public NullAbleSize()

Fields

Height

Declaration
public int? Height
Field Value
Type Description
System.Nullable<System.Int32>

Width

Declaration
public int? Width
Field Value
Type Description
System.Nullable<System.Int32>
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...