Namespace: Consultingwerk.CommonUi.Components
Class 
SizePixels Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.ValueObject
Implements: Consultingwerk.CommonUi.Components.ISize

File:SizePixels
Purpose:Describes a size in Pixels
Created:29.03.2020 16:11:50
Purpose: Returns the Width value
Notes:



Top Method Summary
Options Name Purpose
+ LOGICAL Equals (Object) Compares this object to the passed in object by value
Inherited from Consultingwerk.ValueObject
+ RAW GetHashCode () Returns an 64bit RAW Hash Value representing the object instance
Inherited from Consultingwerk.ValueObject
+ CHARACTER ToString () Returns a string representation of the object
Inherited from Consultingwerk.ValueObject

Top Constructor Summary
Options Name Purpose
+ SizePixels (decimal, decimal) Constructor for the SizePixels class

Top Property Summary
Options Name Purpose
+ DECIMAL Height
+ Consultingwerk.CommonUi.Components.SizeUnitEnum SizeUnit
+ DECIMAL Width


Method Detail
Top

PUBLIC LOGICAL Equals (Object)

Inherited from Consultingwerk.ValueObject
Purpose: Compares this object to the passed in object by value
Notes:

Parameters:
poObject Progress.Lang.Object
The reference to the object to compare to
Returns LOGICAL
Logical value indicating if the two objects are identical by value
Top

PUBLIC RAW GetHashCode ()

Inherited from Consultingwerk.ValueObject
Purpose: Returns an 64bit RAW Hash Value representing the object instance
Notes: Based on the ABL SHA-512 implementation

Returns RAW
The RAW Hash Value representing the object instance
Top

PUBLIC CHARACTER ToString ()

Inherited from Consultingwerk.ValueObject
Purpose: Returns a string representation of the object
Notes:

Returns CHARACTER
The string representation of the object


Constructor Detail
Top

PUBLIC SizePixels (decimal, decimal)

Purpose: Constructor for the SizePixels class
Notes:

Parameters:
pWidth DECIMAL
The value for the Width property
pHeight DECIMAL
The value for the Height property


Property Detail
Top

PUBLIC DECIMAL Height


Returns DECIMAL
Top

PUBLIC Consultingwerk.CommonUi.Components.SizeUnitEnum SizeUnit


Returns Consultingwerk.CommonUi.Components.SizeUnitEnum
Top

PUBLIC DECIMAL Width


Returns DECIMAL


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:50:57