Interface IImageMask
Interface IImageMask
이름 공간 : Aspose.Imaging.MagicWand.ImageMasks 모임: Aspose.Imaging.dll (25.4.0)
마스크를 설명합니다.
public interface IImageMask : ICloneable
Implements
Properties
Bounds
이 마스크의 경계를 픽셀로 얻으십시오.
Rectangle Bounds { get; }
부동산 가치
Height
이 마스크의 높이를 픽셀로 얻습니다.
int Height { get; }
부동산 가치
SelectionBounds
마스크의 선택한 부분의 경계를 픽셀로 얻습니다.
Rectangle SelectionBounds { get; }
부동산 가치
Source
이 마스크를 만드는 데 사용되는 출처 이미지를 얻으십시오.
RasterImage Source { get; }
부동산 가치
Width
이 마스크의 넓이를 픽셀로 얻으십시오.
int Width { get; }
부동산 가치
Methods
GetByteOpacity(이트, 이트)
바이트 정확도로 지정된 픽셀의 오파시티를 얻습니다.
byte GetByteOpacity(int x, int y)
Parameters
x
int
픽셀의 x 코디네이트
y
int
픽셀의 Y 조정.
Returns
비트 값, 지정된 픽셀의 오파시성을 나타냅니다.
IsOpaque(이트, 이트)
지정된 픽셀이 뚜렷한지 확인합니다.
bool IsOpaque(int x, int y)
Parameters
x
int
픽셀의 x 코디네이트
y
int
픽셀의 Y 조정.
Returns
정확한 경우 지정된 픽셀은 거짓; 그렇지 않으면 거짓.
IsTransparent(이트, 이트)
지정된 픽셀이 투명한지 확인합니다.
bool IsTransparent(int x, int y)
Parameters
x
int
픽셀의 x 코디네이트
y
int
픽셀의 Y 조정.
Returns
정확한 경우 지정된 픽셀이 투명한 경우; 그렇지 않으면 가짜.