ImageGearJava Project > com.accusoft.imagegear.display Package : IImGearAspectRatio Interface |
For a list of all members of this type, see IImGearAspectRatio members.
Name | Description | |
---|---|---|
![]() | getValue | Gets image's display aspect ratio (i.e., width-to-height ratio).
When IImGearAspectRatio is set to true, specifies image aspect ratio. Otherwise, it is ignored. |
![]() | isFixed | Gets a value indicating whether the aspect ratio is specified by Value field parameter or by the device rectangle.
This value identifies the different types of image display aspect ratio (i.e., width-to-height ratio). getValue |
![]() | setFixed | Sets a value indicating whether the aspect ratio is specified by Value field parameter or by the device rectangle.
This method identifies the different types of image display aspect ratio (i.e., width-to-height ratio). Calling this method with true argument ratio is specified by getValue field parameter. Setting it to false indicates that the aspect ratio is specified by the device rectangle. |
![]() | setValue | Sets image's display aspect ratio (i.e., width-to-height ratio).
When IImGearAspectRatio is set to true, specifies image aspect ratio. Otherwise, it is ignored. |