Class LengthOrAuto

Class LengthOrAuto

이름 공간 : Aspose.Html.Drawing 구성: Aspose.HTML.dll (25.4.0)

저장 길이 또는 ‘자동’ 단위를위한 컨테이너를 나타냅니다..

[ComVisible(true)]
public class LengthOrAuto : Unit, IEquatable<unit>

Inheritance

object Unit LengthOrAuto

Implements

IEquatable

상속 회원들

Unit.Equals(Unit) , Unit.Equals(object) , Unit.GetHashCode() , Unit.ToString() , Unit.FromCentimeters(double) , Unit.FromMillimeters(double) , Unit.FromQuarterMillimeters(double) , Unit.FromInches(double) , Unit.FromPicas(double) , Unit.FromPoints(double) , Unit.FromPixels(double) , Unit.FromDegrees(double) , Unit.FromGradians(double) , Unit.FromRadians(double) , Unit.FromTurns(double) , Unit.FromSeconds(double) , Unit.FromMilliseconds(double) , Unit.FromHertz(double) , Unit.FromKiloHertz(double) , Unit.FromDotsPerInch(double) , Unit.FromDotsPerCentimeters(double) , Unit.FromDotsPerPixel(double) , Unit.UnitType , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

LengthOrAuto()

Aspose.Html.Drawing.LengthOrAuto 클래스의 새로운 예를 시작하고 ‘auto’로 상태를 설정합니다.

public LengthOrAuto()

LengthOrAuto(Length)

Aspose.Html.Drawing.LengthOrAuto 클래스의 새로운 사례를 시작하고 ‘Lenght’로 상태를 설정합니다.

public LengthOrAuto(Length length)

Parameters

length Length

길이의 길이

Properties

IsAuto

이 예제가 ‘자동차’에 있는지 여부를 나타내는 값을 얻습니다.

public bool IsAuto { get; }

부동산 가치

bool

Length

길이를 얻거나 설정합니다.

public Length Length { get; set; }

부동산 가치

Length

UnitType

그것은 Aspose.Html.Drawing.Unit의 유닛 유형을 얻습니다.

public UnitType UnitType { get; }

부동산 가치

UnitType

Methods

Equals(Unit)

지정된 Aspose.Html.Drawing.Unit이 이 경우와 동일한지 여부를 결정합니다.

public override bool Equals(Unit other)

Parameters

other Unit

이 사례와 비교할 수 있는 Aspose.Html.Drawing.Unit.

Returns

bool

‘진실’은 지정된 Aspose.Html.Drawing.Unit이 사례와 동일한 경우; 그렇지 않으면 ‘거짓’입니다.

SetAuto()

컨테이너를 ‘자동차’로 다시 설정합니다.

public void SetAuto()

ToString()

이 경우를 나타내는 System.String을 반환합니다.

public override string ToString()

Returns

string

이 기회를 대표하는 시스템.String입니다.

Operators

원시 운영자 LongthOrAuto(Length)

그것은 Aspose.Html.Drawing.LengthOrAuto.Length에서 Aspose.Html.Drawing.LengthOrAuto로 가속 변환을 수행합니다.

public static implicit operator LengthOrAuto(Length length)

Parameters

length Length

그 가치가 있다.

Returns

LengthOrAuto

변환의 결과입니다.

또한 보기

Unit

 한국어