diff --git a/korean/java/_index.md b/korean/java/_index.md new file mode 100644 index 000000000..77ad5f3a7 --- /dev/null +++ b/korean/java/_index.md @@ -0,0 +1,18 @@ +--- +title: Aspose.Drawing for Java +type: docs +weight: 11 +url: /ko/java/ +keywords: "Aspose.Drawing for Java, Aspose Drawing, Aspose API Reference." +description: Aspose.Drawing for Java는 이미지 라이브러리로, 개발자가 Java 애플리케이션에서 이미지를 쉽게 생성, 조작, 저장 및 변환할 수 있도록 가장 유연한 루틴 그룹을 제공합니다. +is_root: true +--- +## Packages +| 패키지 | 설명 | +| --- | --- | +| [com.aspose.drawing](./com.aspose.drawing) | Aspose.Drawing은 .NET 애플리케이션에서 GDI+와 동일한 2D 드로잉 기능을 제공하는 그래픽 API입니다. | +| [com.aspose.drawing.drawing2d](./com.aspose.drawing.drawing2d) | | +| [com.aspose.drawing.dynabic.metered](./com.aspose.drawing.dynabic.metered) | | +| [com.aspose.drawing.imaging](./com.aspose.drawing.imaging) | | +| [com.aspose.drawing.printing](./com.aspose.drawing.printing) | | +| [com.aspose.drawing.text](./com.aspose.drawing.text) | | diff --git a/korean/java/com.aspose.drawing.drawing2d/_index.md b/korean/java/com.aspose.drawing.drawing2d/_index.md new file mode 100644 index 000000000..eed639f82 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/_index.md @@ -0,0 +1,48 @@ +--- +title: com.aspose.drawing.drawing2d +second_title: Aspose.Drawing for Java API 참조 +description: +type: docs +weight: 11 +url: /ko/java/com.aspose.drawing.drawing2d/ +--- + +## 클래스 + +| 클래스 | 설명 | +| --- | --- | +| [AdjustableArrowCap](../com.aspose.drawing.drawing2d/adjustablearrowcap) | 조정 가능한 화살표 모양 라인 캡을 나타냅니다. | +| [Blend](../com.aspose.drawing.drawing2d/blend) | [LinearGradientBrush](../com.aspose.drawing.drawing2d/lineargradientbrush) 객체에 대한 블렌드 패턴을 정의합니다. | +| [ColorBlend](../com.aspose.drawing.drawing2d/colorblend) | 다중 색상 그라디언트에서 색상 블렌딩을 보간하는 데 사용되는 색상 및 위치 배열을 정의합니다. | +| [CombineMode](../com.aspose.drawing.drawing2d/combinemode) | 다양한 클리핑 영역을 결합하는 방법을 지정합니다. | +| [CompositingMode](../com.aspose.drawing.drawing2d/compositingmode) | 소스 색상이 배경 색상과 결합되는 방식을 지정합니다. | +| [CompositingQuality](../com.aspose.drawing.drawing2d/compositingquality) | 합성 중에 사용할 품질 수준을 지정합니다. | +| [CoordinateSpace](../com.aspose.drawing.drawing2d/coordinatespace) | 좌표를 평가할 때 사용할 시스템을 지정합니다. | +| [CustomLineCap](../com.aspose.drawing.drawing2d/customlinecap) | 사용자 정의 라인 캡을 캡슐화합니다. | +| [DashCap](../com.aspose.drawing.drawing2d/dashcap) | 점선의 각 대시 양쪽 끝에 사용할 그래픽 형태의 유형을 지정합니다. | +| [DashStyle](../com.aspose.drawing.drawing2d/dashstyle) | [Pen](../com.aspose.drawing/pen) 객체로 그린 점선의 스타일을 지정합니다. | +| [FillMode](../com.aspose.drawing.drawing2d/fillmode) | 닫힌 경로 내부가 채워지는 방식을 지정합니다. | +| [FlushIntention](../com.aspose.drawing.drawing2d/flushintention) | 그래픽스 스택의 명령이 즉시 종료(플러시)되는지, 가능한 빨리 실행되는지를 지정합니다. | +| [GraphicsContainer](../com.aspose.drawing.drawing2d/graphicscontainer) | 그래픽 컨테이너의 내부 데이터를 나타냅니다. | +| [GraphicsPath](../com.aspose.drawing.drawing2d/graphicspath) | 연결된 선과 곡선의 시리즈를 나타냅니다. | +| [GraphicsPathIterator](../com.aspose.drawing.drawing2d/graphicspathiterator) | [GraphicsPath](../com.aspose.drawing.drawing2d/graphicspath) 내의 서브패스를 반복하고 각 서브패스에 포함된 형태 유형을 테스트하는 기능을 제공합니다. | +| [GraphicsState](../com.aspose.drawing.drawing2d/graphicsstate) | [Graphics](../com.aspose.drawing/graphics) 객체의 상태를 나타냅니다. | +| [HatchBrush](../com.aspose.drawing.drawing2d/hatchbrush) | 해치 스타일, 전경 색 및 배경 색을 가진 사각형 브러시를 정의합니다. | +| [HatchStyle](../com.aspose.drawing.drawing2d/hatchstyle) | 다양한 패턴을 [HatchBrush](../com.aspose.drawing.drawing2d/hatchbrush) 객체에 사용할 수 있도록 지정합니다. | +| [InterpolationMode](../com.aspose.drawing.drawing2d/interpolationmode) | InterpolationMode 열거형은 이미지가 확대 또는 회전될 때 사용되는 알고리즘을 지정합니다. | +| [LineCap](../com.aspose.drawing.drawing2d/linecap) | Pen 객체가 선을 끝낼 때 사용할 수 있는 캡 스타일을 지정합니다. | +| [LineJoin](../com.aspose.drawing.drawing2d/linejoin) | GraphicsPath 객체에 포함된 도형(서브패스)에서 연속적인 선 또는 곡선 세그먼트를 연결하는 방법을 지정합니다. | +| [LinearGradientBrush](../com.aspose.drawing.drawing2d/lineargradientbrush) | 선형 그라디언트를 가진 [Brush](../com.aspose.drawing/brush)를 캡슐화합니다. | +| [LinearGradientMode](../com.aspose.drawing.drawing2d/lineargradientmode) | 선형 그라디언트의 방향을 지정합니다. | +| [Matrix](../com.aspose.drawing.drawing2d/matrix) | 기하학적 변환을 나타내는 3x3 어파인 행렬을 캡슐화합니다. | +| [MatrixOrder](../com.aspose.drawing.drawing2d/matrixorder) | 행렬 변환 연산의 순서를 지정합니다. | +| [PathData](../com.aspose.drawing.drawing2d/pathdata) | [GraphicsPath](../com.aspose.drawing.drawing2d/graphicspath) 객체를 구성하는 그래픽 데이터를 포함합니다. | +| [PathGradientBrush](../com.aspose.drawing.drawing2d/pathgradientbrush) | 그라디언트로 [GraphicsPath](../com.aspose.drawing.drawing2d/graphicspath) 객체의 내부를 채우는 [Brush](../com.aspose.drawing/brush) 객체를 캡슐화합니다. | +| [PathPointType](../com.aspose.drawing.drawing2d/pathpointtype) | [GraphicsPath](../com.aspose.drawing.drawing2d/graphicspath) 객체의 포인트 유형을 지정합니다. | +| [PenAlignment](../com.aspose.drawing.drawing2d/penalignment) | 이론적인 무폭선에 대한 [Pen](../com.aspose.drawing/pen) 객체의 정렬을 지정합니다. | +| [PenType](../com.aspose.drawing.drawing2d/pentype) | Pen 객체가 선을 채우는 데 사용하는 채우기 유형을 지정합니다. | +| [PixelOffsetMode](../com.aspose.drawing.drawing2d/pixeloffsetmode) | 렌더링 중에 픽셀이 어떻게 오프셋되는지 지정합니다. | +| [RegionData](../com.aspose.drawing.drawing2d/regiondata) | [Region](../com.aspose.drawing/region) 객체를 구성하는 데이터를 캡슐화합니다. | +| [SmoothingMode](../com.aspose.drawing.drawing2d/smoothingmode) | 선과 곡선 및 채워진 영역의 가장자리에 스무딩(안티앨리어싱)이 적용되는지 여부를 지정합니다. | +| [WarpMode](../com.aspose.drawing.drawing2d/warpmode) | `Warp` 메서드에 적용되는 왜곡 변환 유형을 지정합니다. | +| [WrapMode](../com.aspose.drawing.drawing2d/wrapmode) | 텍스처 또는 그라디언트가 채워지는 영역보다 작을 때 어떻게 타일링되는지 지정합니다. | diff --git a/korean/java/com.aspose.drawing.drawing2d/adjustablearrowcap/_index.md b/korean/java/com.aspose.drawing.drawing2d/adjustablearrowcap/_index.md new file mode 100644 index 000000000..80ea01429 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/adjustablearrowcap/_index.md @@ -0,0 +1,170 @@ +--- +title: AdjustableArrowCap +second_title: Aspose.Drawing for Java API 참조 +description: 조정 가능한 화살표 모양 라인 캡을 나타냅니다. +type: docs +weight: 10 +url: /ko/java/com.aspose.drawing.drawing2d/adjustablearrowcap/ +--- +**Inheritance:** +java.lang.Object, [com.aspose.drawing.drawing2d.CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) +``` +public final class AdjustableArrowCap extends CustomLineCap +``` + +조정 가능한 화살표 모양 라인 캡을 나타냅니다. 이 클래스는 상속될 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [AdjustableArrowCap(float width, float height)](#AdjustableArrowCap-float-float-) | 새로운 [AdjustableArrowCap](../../com.aspose.drawing.drawing2d/adjustablearrowcap) 클래스 인스턴스를 초기화합니다. | +| [AdjustableArrowCap(float width, float height, boolean isFilled)](#AdjustableArrowCap-float-float-boolean-) | 새로운 [AdjustableArrowCap](../../com.aspose.drawing.drawing2d/adjustablearrowcap) 클래스 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getHeight()](#getHeight--) | 화살표 캡의 높이를 가져옵니다. | +| [setHeight(float value)](#setHeight-float-) | 화살표 캡의 높이를 설정합니다. | +| [getWidth()](#getWidth--) | 화살표 캡의 너비를 가져옵니다. | +| [setWidth(float value)](#setWidth-float-) | 화살표 캡의 너비를 설정합니다. | +| [getMiddleInset()](#getMiddleInset--) | 화살표 캡의 외곽선과 채우기 사이의 단위 수를 가져옵니다. | +| [setMiddleInset(float value)](#setMiddleInset-float-) | 화살표 캡의 외곽선과 채우기 사이의 단위 수를 설정합니다. | +| [getFilled()](#getFilled--) | 화살표 캡이 채워졌는지 여부를 나타내는 값을 가져옵니다. | +| [setFilled(boolean value)](#setFilled-boolean-) | 화살표 캡이 채워졌는지 여부를 나타내는 값을 설정합니다. | +### AdjustableArrowCap(float width, float height) {#AdjustableArrowCap-float-float-} +``` +public AdjustableArrowCap(float width, float height) +``` + + +새로운 [AdjustableArrowCap](../../com.aspose.drawing.drawing2d/adjustablearrowcap) 클래스 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 너비 | float | 화살표의 너비입니다. | +| 높이 | float | 화살표의 높이입니다. | + +### AdjustableArrowCap(float width, float height, boolean isFilled) {#AdjustableArrowCap-float-float-boolean-} +``` +public AdjustableArrowCap(float width, float height, boolean isFilled) +``` + + +새로운 [AdjustableArrowCap](../../com.aspose.drawing.drawing2d/adjustablearrowcap) 클래스 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 너비 | float | 화살표의 너비입니다. | +| 높이 | float | 화살표의 높이입니다. | +| isFilled | boolean | true이면 화살표 캡을 채우고, 그렇지 않으면 false입니다. | + +### getHeight() {#getHeight--} +``` +public float getHeight() +``` + + +화살표 캡의 높이를 가져옵니다. + +값: 화살표 캡의 높이. + +**Returns:** +float - 화살표 캡의 높이. +### setHeight(float value) {#setHeight-float-} +``` +public void setHeight(float value) +``` + + +화살표 캡의 높이를 설정합니다. + +값: 화살표 캡의 높이. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 화살표 캡의 높이. | + +### getWidth() {#getWidth--} +``` +public float getWidth() +``` + + +화살표 캡의 너비를 가져옵니다. + +값: 화살표 캡의 너비(단위). + +**Returns:** +float - 화살표 캡의 너비. +### setWidth(float value) {#setWidth-float-} +``` +public void setWidth(float value) +``` + + +화살표 캡의 너비를 설정합니다. + +값: 화살표 캡의 너비(단위). + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 화살표 캡의 너비. | + +### getMiddleInset() {#getMiddleInset--} +``` +public float getMiddleInset() +``` + + +화살표 캡의 외곽선과 채우기 사이의 단위 수를 가져옵니다. + +값: 화살표 캡의 외곽선과 채우기 사이의 단위 수. + +**Returns:** +float - 외곽선과 채우기 사이의 단위 수. +### setMiddleInset(float value) {#setMiddleInset-float-} +``` +public void setMiddleInset(float value) +``` + + +화살표 캡의 외곽선과 채우기 사이의 단위 수를 설정합니다. + +값: 화살표 캡의 외곽선과 채우기 사이의 단위 수. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 외곽선과 채우기 사이의 단위 수. | + +### getFilled() {#getFilled--} +``` +public boolean getFilled() +``` + + +화살표 캡이 채워졌는지 여부를 나타내는 값을 가져옵니다. + +값: 이 속성은 화살표 캡이 채워졌을 경우 true이며, 그렇지 않으면 false입니다. + +**Returns:** +boolean - 화살표 캡이 채워졌는지 여부를 나타내는 값. +### setFilled(boolean value) {#setFilled-boolean-} +``` +public void setFilled(boolean value) +``` + + +화살표 캡이 채워졌는지 여부를 나타내는 값을 설정합니다. + +값: 이 속성은 화살표 캡이 채워졌을 경우 true이며, 그렇지 않으면 false입니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | boolean | 화살표 캡이 채워졌는지 여부를 나타내는 값. | + diff --git a/korean/java/com.aspose.drawing.drawing2d/blend/_index.md b/korean/java/com.aspose.drawing.drawing2d/blend/_index.md new file mode 100644 index 000000000..ca761b7cc --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/blend/_index.md @@ -0,0 +1,96 @@ +--- +title: Blend +second_title: Aspose.Drawing for Java API 참조 +description: 객체에 대한 블렌드 패턴을 정의합니다. +type: docs +weight: 11 +url: /ko/java/com.aspose.drawing.drawing2d/blend/ +--- +**Inheritance:** +java.lang.Object +``` +public final class Blend +``` + +객체 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)에 대한 블렌드 패턴을 정의합니다. 이 클래스는 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [Blend()](#Blend--) | 새로운 [Blend](../../com.aspose.drawing.drawing2d/blend) 클래스 인스턴스를 초기화합니다. | +| [Blend(int count)](#Blend-int-) | 지정된 팩터와 위치 수를 사용하여 새로운 [Blend](../../com.aspose.drawing.drawing2d/blend) 클래스 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getFactors()](#getFactors--) | 그라디언트에 대한 블렌드 팩터 배열을 가져옵니다. | +| [setFactors(float[] value)](#setFactors-float---) | 그라디언트에 대한 블렌드 팩터 배열을 설정합니다. | +| [getPositions()](#getPositions--) | 그라디언트에 대한 블렌드 위치 배열을 가져옵니다. | +| [setPositions(float[] value)](#setPositions-float---) | 그라디언트에 대한 블렌드 위치 배열을 설정합니다. | +### Blend() {#Blend--} +``` +public Blend() +``` + + +새로운 [Blend](../../com.aspose.drawing.drawing2d/blend) 클래스 인스턴스를 초기화합니다. + +### Blend(int count) {#Blend-int-} +``` +public Blend(int count) +``` + + +지정된 팩터와 위치 수를 사용하여 새로운 [Blend](../../com.aspose.drawing.drawing2d/blend) 클래스 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| count | int | `Blend.Factors` 및 `Blend.Positions` 배열에 포함된 요소 수입니다. | + +### getFactors() {#getFactors--} +``` +public float[] getFactors() +``` + + +그라디언트에 대한 블렌드 팩터 배열을 가져옵니다. + +**Returns:** +float[] - 그라디언트에 대한 블렌드 팩터 배열. +### setFactors(float[] value) {#setFactors-float---} +``` +public void setFactors(float[] value) +``` + + +그라디언트에 대한 블렌드 팩터 배열을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float[] | 그라디언트에 대한 블렌드 팩터 배열. | + +### getPositions() {#getPositions--} +``` +public float[] getPositions() +``` + + +그라디언트에 대한 블렌드 위치 배열을 가져옵니다. + +**Returns:** +float[] - 그라디언트에 대한 블렌드 위치 배열. +### setPositions(float[] value) {#setPositions-float---} +``` +public void setPositions(float[] value) +``` + + +그라디언트에 대한 블렌드 위치 배열을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float[] | 그라디언트에 대한 블렌드 위치 배열. | + diff --git a/korean/java/com.aspose.drawing.drawing2d/colorblend/_index.md b/korean/java/com.aspose.drawing.drawing2d/colorblend/_index.md new file mode 100644 index 000000000..70f7a6f6d --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/colorblend/_index.md @@ -0,0 +1,96 @@ +--- +title: ColorBlend +second_title: Aspose.Drawing for Java API 참조 +description: 다중 색상 그라디언트에서 색상 블렌딩을 보간하는 데 사용되는 색상 및 위치 배열을 정의합니다. +type: docs +weight: 12 +url: /ko/java/com.aspose.drawing.drawing2d/colorblend/ +--- +**Inheritance:** +java.lang.Object +``` +public final class ColorBlend +``` + +다중 색상 그라디언트에서 색상 혼합을 보간하는 데 사용되는 색상 및 위치 배열을 정의합니다. 이 클래스는 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [ColorBlend()](#ColorBlend--) | 새로운 [ColorBlend](../../com.aspose.drawing.drawing2d/colorblend) 클래스 인스턴스를 초기화합니다. | +| [ColorBlend(int count)](#ColorBlend-int-) | 지정된 색상 및 위치 수를 사용하여 새로운 [ColorBlend](../../com.aspose.drawing.drawing2d/colorblend) 클래스 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getColors()](#getColors--) | 그라디언트의 해당 위치에서 사용할 색상을 나타내는 색상 배열을 가져옵니다. | +| [setColors(Color[] value)](#setColors-com.aspose.drawing.Color---) | 그라디언트의 해당 위치에서 사용할 색상을 나타내는 색상 배열을 설정합니다. | +| [getPositions()](#getPositions--) | 그라디언트 라인상의 위치를 가져옵니다. | +| [setPositions(float[] value)](#setPositions-float---) | 그라디언트 라인상의 위치를 설정합니다. | +### ColorBlend() {#ColorBlend--} +``` +public ColorBlend() +``` + + +새로운 [ColorBlend](../../com.aspose.drawing.drawing2d/colorblend) 클래스 인스턴스를 초기화합니다. + +### ColorBlend(int count) {#ColorBlend-int-} +``` +public ColorBlend(int count) +``` + + +지정된 색상 및 위치 수를 사용하여 새로운 [ColorBlend](../../com.aspose.drawing.drawing2d/colorblend) 클래스 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| count | int | 이 [ColorBlend](../../com.aspose.drawing.drawing2d/colorblend) 에 포함된 색상 및 위치의 수입니다. | + +### getColors() {#getColors--} +``` +public Color[] getColors() +``` + + +그라디언트의 해당 위치에서 사용할 색상을 나타내는 색상 배열을 가져옵니다. + +**Returns:** +com.aspose.drawing.Color[] - 그라디언트의 해당 위치에서 사용할 색상을 나타내는 색상 배열입니다. +### setColors(Color[] value) {#setColors-com.aspose.drawing.Color---} +``` +public void setColors(Color[] value) +``` + + +그라디언트의 해당 위치에서 사용할 색상을 나타내는 색상 배열을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Color\[\]](../../com.aspose.drawing/color) | 그라디언트의 해당 위치에서 사용할 색상을 나타내는 색상 배열입니다. | + +### getPositions() {#getPositions--} +``` +public float[] getPositions() +``` + + +그라디언트 라인상의 위치를 가져옵니다. + +**Returns:** +float[] - 그라디언트 라인상의 위치입니다. +### setPositions(float[] value) {#setPositions-float---} +``` +public void setPositions(float[] value) +``` + + +그라디언트 라인상의 위치를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float[] | 그라디언트 라인상의 위치입니다. | + diff --git a/korean/java/com.aspose.drawing.drawing2d/combinemode/_index.md b/korean/java/com.aspose.drawing.drawing2d/combinemode/_index.md new file mode 100644 index 000000000..ad2addf5b --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/combinemode/_index.md @@ -0,0 +1,73 @@ +--- +title: CombineMode +second_title: Aspose.Drawing for Java API 참조 +description: 다양한 클리핑 영역을 결합하는 방법을 지정합니다. +type: docs +weight: 13 +url: /ko/java/com.aspose.drawing.drawing2d/combinemode/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class CombineMode extends System.Enum +``` + +다양한 클리핑 영역을 결합하는 방법을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Replace](#Replace) | 하나의 클리핑 영역이 다른 영역으로 교체됩니다. | +| [Intersect](#Intersect) | 두 클리핑 영역은 교차점을 취해 결합됩니다. | +| [Union](#Union) | 두 클리핑 영역은 두 영역의 합집합을 취해 결합됩니다. | +| [Xor](#Xor) | 두 클리핑 영역은 하나 또는 다른 영역에만 포함된 영역을 취해 결합되며, 두 영역 모두에 포함된 영역은 제외됩니다. | +| [Exclude](#Exclude) | 기존 영역이 새 영역을 기존 영역에서 제거한 결과로 교체됨을 지정합니다. | +| [Complement](#Complement) | 기존 영역이 새 영역에서 기존 영역을 제거한 결과로 교체됨을 지정합니다. | +### Replace {#Replace} +``` +public static final int Replace +``` + + +하나의 클리핑 영역이 다른 영역으로 교체됩니다. + +### Intersect {#Intersect} +``` +public static final int Intersect +``` + + +두 클리핑 영역은 교차점을 취해 결합됩니다. + +### Union {#Union} +``` +public static final int Union +``` + + +두 클리핑 영역은 두 영역의 합집합을 취해 결합됩니다. + +### Xor {#Xor} +``` +public static final int Xor +``` + + +두 클리핑 영역은 하나 또는 다른 영역에만 포함된 영역을 취해 결합되며, 두 영역 모두에 포함된 영역은 제외됩니다. + +### Exclude {#Exclude} +``` +public static final int Exclude +``` + + +기존 영역이 새 영역을 기존 영역에서 제거한 결과로 교체됨을 지정합니다. 다시 말해, 새 영역이 기존 영역에서 제외됩니다. + +### Complement {#Complement} +``` +public static final int Complement +``` + + +기존 영역이 새 영역에서 기존 영역을 제거한 결과로 교체됨을 지정합니다. 다시 말해, 기존 영역이 새 영역에서 제외됩니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/compositingmode/_index.md b/korean/java/com.aspose.drawing.drawing2d/compositingmode/_index.md new file mode 100644 index 000000000..64fdfb6c3 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/compositingmode/_index.md @@ -0,0 +1,37 @@ +--- +title: CompositingMode +second_title: Aspose.Drawing for Java API 참조 +description: 소스 색상이 배경 색상과 결합되는 방식을 지정합니다. +type: docs +weight: 14 +url: /ko/java/com.aspose.drawing.drawing2d/compositingmode/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class CompositingMode extends System.Enum +``` + +소스 색상이 배경 색상과 결합되는 방식을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [SourceOver](#SourceOver) | 색상이 렌더링될 때 배경 색상과 혼합된다는 것을 지정합니다. | +| [SourceCopy](#SourceCopy) | 색상이 렌더링될 때 배경 색상을 덮어쓴다는 것을 지정합니다. | +### SourceOver {#SourceOver} +``` +public static final int SourceOver +``` + + +색상이 렌더링될 때 배경 색상과 혼합된다는 것을 지정합니다. 혼합은 렌더링되는 색상의 알파 구성 요소에 따라 결정됩니다. + +### SourceCopy {#SourceCopy} +``` +public static final int SourceCopy +``` + + +색상이 렌더링될 때 배경 색상을 덮어쓴다는 것을 지정합니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/compositingquality/_index.md b/korean/java/com.aspose.drawing.drawing2d/compositingquality/_index.md new file mode 100644 index 000000000..5fe333326 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/compositingquality/_index.md @@ -0,0 +1,73 @@ +--- +title: CompositingQuality +second_title: Aspose.Drawing for Java API 참조 +description: 합성 중에 사용할 품질 수준을 지정합니다. +type: docs +weight: 15 +url: /ko/java/com.aspose.drawing.drawing2d/compositingquality/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class CompositingQuality extends System.Enum +``` + +합성 중에 사용할 품질 수준을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Invalid](#Invalid) | 잘못된 품질. | +| [Default](#Default) | 기본 품질. | +| [HighSpeed](#HighSpeed) | 고속, 저품질. | +| [HighQuality](#HighQuality) | 고품질, 저속 합성. | +| [GammaCorrected](#GammaCorrected) | 감마 보정이 사용됩니다. | +| [AssumeLinear](#AssumeLinear) | 선형 값을 가정합니다. | +### Invalid {#Invalid} +``` +public static final int Invalid +``` + + +잘못된 품질. + +### Default {#Default} +``` +public static final int Default +``` + + +기본 품질. + +### HighSpeed {#HighSpeed} +``` +public static final int HighSpeed +``` + + +고속, 저품질. + +### HighQuality {#HighQuality} +``` +public static final int HighQuality +``` + + +고품질, 저속 합성. + +### GammaCorrected {#GammaCorrected} +``` +public static final int GammaCorrected +``` + + +감마 보정이 사용됩니다. + +### AssumeLinear {#AssumeLinear} +``` +public static final int AssumeLinear +``` + + +선형 값을 가정합니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/coordinatespace/_index.md b/korean/java/com.aspose.drawing.drawing2d/coordinatespace/_index.md new file mode 100644 index 000000000..9bcd0c41f --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/coordinatespace/_index.md @@ -0,0 +1,46 @@ +--- +title: 좌표공간 +second_title: Aspose.Drawing for Java API 참조 +description: 좌표를 평가할 때 사용할 시스템을 지정합니다. +type: docs +weight: 16 +url: /ko/java/com.aspose.drawing.drawing2d/coordinatespace/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class CoordinateSpace extends System.Enum +``` + +좌표를 평가할 때 사용할 시스템을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [World](#World) | 좌표가 월드 좌표 컨텍스트에 있음을 지정합니다. | +| [Page](#Page) | 좌표가 페이지 좌표 컨텍스트에 있음을 지정합니다. | +| [Device](#Device) | 좌표가 디바이스 좌표 컨텍스트에 있음을 지정합니다. | +### World {#World} +``` +public static final int World +``` + + +좌표가 월드 좌표 컨텍스트에 있음을 지정합니다. 월드 좌표는 모델링 환경과 같은 비물리적 환경에서 사용됩니다. + +### Page {#Page} +``` +public static final int Page +``` + + +좌표가 페이지 좌표 컨텍스트에 있음을 지정합니다. 해당 단위는 Graphics.PageUnit 속성에 의해 정의되며, GraphicsUnit 열거형의 요소 중 하나여야 합니다. + +### Device {#Device} +``` +public static final int Device +``` + + +좌표가 디바이스 좌표 컨텍스트에 있음을 지정합니다. 컴퓨터 화면에서는 디바이스 좌표가 일반적으로 픽셀 단위로 측정됩니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/customlinecap/_index.md b/korean/java/com.aspose.drawing.drawing2d/customlinecap/_index.md new file mode 100644 index 000000000..eece8c2d0 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/customlinecap/_index.md @@ -0,0 +1,246 @@ +--- +title: CustomLineCap +second_title: Aspose.Drawing for Java API 참조 +description: 사용자 정의 라인 캡을 캡슐화합니다. +type: docs +weight: 17 +url: /ko/java/com.aspose.drawing.drawing2d/customlinecap/ +--- +**Inheritance:** +java.lang.Object + +**All Implemented Interfaces:** +com.aspose.ms.System.IDisposable +``` +public class CustomLineCap implements System.IDisposable +``` + +사용자 정의 라인 캡을 캡슐화합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath)](#CustomLineCap-com.aspose.drawing.drawing2d.GraphicsPath-com.aspose.drawing.drawing2d.GraphicsPath-) | 지정된 외곽선과 채우기로 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) 클래스의 새 인스턴스를 초기화합니다. | +| [CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, int baseCap)](#CustomLineCap-com.aspose.drawing.drawing2d.GraphicsPath-com.aspose.drawing.drawing2d.GraphicsPath-int-) | 지정된 외곽선과 채우기로 지정된 기존 [LineCap](../../com.aspose.drawing.drawing2d/linecap) 열거형에서 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) 클래스의 새 인스턴스를 초기화합니다. | +| [CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, int baseCap, float baseInset)](#CustomLineCap-com.aspose.drawing.drawing2d.GraphicsPath-com.aspose.drawing.drawing2d.GraphicsPath-int-float-) | 지정된 외곽선, 채우기 및 삽입값으로 지정된 기존 [LineCap](../../com.aspose.drawing.drawing2d/linecap) 열거형에서 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getStrokeJoin()](#getStrokeJoin--) | [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) 객체를 구성하는 선들이 결합되는 방식을 결정하는 [LineJoin](../../com.aspose.drawing.drawing2d/linejoin) 열거형을 가져오거나 설정합니다. | +| [setStrokeJoin(int value)](#setStrokeJoin-int-) | [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) 객체를 구성하는 선들이 결합되는 방식을 결정하는 [LineJoin](../../com.aspose.drawing.drawing2d/linejoin) 열거형을 가져오거나 설정합니다. | +| [getBaseCap()](#getBaseCap--) | 이 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap)의 기반이 되는 [LineCap](../../com.aspose.drawing.drawing2d/linecap) 열거형을 가져오거나 설정합니다. | +| [setBaseCap(int value)](#setBaseCap-int-) | 이 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap)의 기반이 되는 [LineCap](../../com.aspose.drawing.drawing2d/linecap) 열거형을 가져오거나 설정합니다. | +| [getBaseInset()](#getBaseInset--) | 캡과 선 사이의 거리를 가져오거나 설정합니다. | +| [setBaseInset(float value)](#setBaseInset-float-) | 캡과 선 사이의 거리를 가져오거나 설정합니다. | +| [getWidthScale()](#getWidthScale--) | [Pen](../../com.aspose.drawing/pen) 객체의 너비에 대한 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) 클래스 객체의 스케일 비율을 가져오거나 설정합니다. | +| [setWidthScale(float value)](#setWidthScale-float-) | [Pen](../../com.aspose.drawing/pen) 객체의 너비에 대한 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) 클래스 객체의 스케일 비율을 가져오거나 설정합니다. | +| [dispose()](#dispose--) | 이 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) 객체가 사용한 모든 리소스를 해제합니다. | +| [deepClone()](#deepClone--) | 이 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap)의 정확한 복사본을 생성합니다. | +| [setStrokeCaps(int startCap, int endCap)](#setStrokeCaps-int-int-) | 이 사용자 정의 캡을 구성하는 선의 시작 및 끝에 사용되는 캡을 설정합니다. | +| [getStrokeCaps(int[] startCap, int[] endCap)](#getStrokeCaps-int---int---) | 이 사용자 정의 캡을 구성하는 선의 시작 및 끝에 사용되는 캡을 가져옵니다. | +| [getFillPath()](#getFillPath--) | | +| [getStrokePath()](#getStrokePath--) | 사용자 정의 캡의 외곽선을 정의하는 객체를 가져옵니다. | +### CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath) {#CustomLineCap-com.aspose.drawing.drawing2d.GraphicsPath-com.aspose.drawing.drawing2d.GraphicsPath-} +``` +public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath) +``` + + +지정된 외곽선과 채우기로 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| fillPath | [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) | 사용자 정의 캡의 채우기를 정의하는 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 객체. | +| strokePath | [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) | 사용자 정의 캡의 외곽선을 정의하는 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 객체. | + +### CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, int baseCap) {#CustomLineCap-com.aspose.drawing.drawing2d.GraphicsPath-com.aspose.drawing.drawing2d.GraphicsPath-int-} +``` +public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, int baseCap) +``` + + +지정된 외곽선과 채우기로 지정된 기존 [LineCap](../../com.aspose.drawing.drawing2d/linecap) 열거형에서 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| fillPath | [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) | 사용자 정의 캡의 채우기를 정의하는 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 객체. | +| strokePath | [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) | 사용자 정의 캡의 외곽선을 정의하는 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 객체. | +| baseCap | int | 사용자 정의 캡을 생성할 기준이 되는 선 캡입니다. | + +### CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, int baseCap, float baseInset) {#CustomLineCap-com.aspose.drawing.drawing2d.GraphicsPath-com.aspose.drawing.drawing2d.GraphicsPath-int-float-} +``` +public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, int baseCap, float baseInset) +``` + + +지정된 외곽선, 채우기 및 삽입값으로 지정된 기존 [LineCap](../../com.aspose.drawing.drawing2d/linecap) 열거형에서 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| fillPath | [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) | 사용자 정의 캡의 채우기를 정의하는 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 객체. | +| strokePath | [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) | 사용자 정의 캡의 외곽선을 정의하는 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 객체. | +| baseCap | int | 사용자 정의 캡을 생성할 기준이 되는 선 캡입니다. | +| baseInset | float | 캡과 선 사이의 거리입니다. | + +### getStrokeJoin() {#getStrokeJoin--} +``` +public final int getStrokeJoin() +``` + + +[CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) 객체를 구성하는 선들이 결합되는 방식을 결정하는 [LineJoin](../../com.aspose.drawing.drawing2d/linejoin) 열거형을 가져오거나 설정합니다. + +**Returns:** +int +### setStrokeJoin(int value) {#setStrokeJoin-int-} +``` +public final void setStrokeJoin(int value) +``` + + +[CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) 객체를 구성하는 선들이 결합되는 방식을 결정하는 [LineJoin](../../com.aspose.drawing.drawing2d/linejoin) 열거형을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getBaseCap() {#getBaseCap--} +``` +public final int getBaseCap() +``` + + +이 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap)의 기반이 되는 [LineCap](../../com.aspose.drawing.drawing2d/linecap) 열거형을 가져오거나 설정합니다. + +**Returns:** +int +### setBaseCap(int value) {#setBaseCap-int-} +``` +public final void setBaseCap(int value) +``` + + +이 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap)의 기반이 되는 [LineCap](../../com.aspose.drawing.drawing2d/linecap) 열거형을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getBaseInset() {#getBaseInset--} +``` +public final float getBaseInset() +``` + + +캡과 선 사이의 거리를 가져오거나 설정합니다. + +**Returns:** +float +### setBaseInset(float value) {#setBaseInset-float-} +``` +public final void setBaseInset(float value) +``` + + +캡과 선 사이의 거리를 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | | + +### getWidthScale() {#getWidthScale--} +``` +public final float getWidthScale() +``` + + +[Pen](../../com.aspose.drawing/pen) 객체의 너비에 대한 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) 클래스 객체의 스케일 비율을 가져오거나 설정합니다. + +**Returns:** +float +### setWidthScale(float value) {#setWidthScale-float-} +``` +public final void setWidthScale(float value) +``` + + +[Pen](../../com.aspose.drawing/pen) 객체의 너비에 대한 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) 클래스 객체의 스케일 비율을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | | + +### dispose() {#dispose--} +``` +public final void dispose() +``` + + +이 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) 객체가 사용한 모든 리소스를 해제합니다. + +### deepClone() {#deepClone--} +``` +public final Object deepClone() +``` + + +이 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap)의 정확한 복사본을 생성합니다. + +**Returns:** +java.lang.Object - 이 메서드가 생성하는 [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap)을 객체로 캐스팅한 것입니다. +### setStrokeCaps(int startCap, int endCap) {#setStrokeCaps-int-int-} +``` +public final void setStrokeCaps(int startCap, int endCap) +``` + + +이 사용자 정의 캡을 구성하는 선의 시작 및 끝에 사용되는 캡을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| startCap | int | 이 캡 내에서 선의 시작 부분에 사용되는 [LineCap](../../com.aspose.drawing.drawing2d/linecap) 열거형입니다. | +| endCap | int | 이 캡 내에서 선의 끝 부분에 사용되는 [LineCap](../../com.aspose.drawing.drawing2d/linecap) 열거형입니다. | + +### getStrokeCaps(int[] startCap, int[] endCap) {#getStrokeCaps-int---int---} +``` +public final void getStrokeCaps(int[] startCap, int[] endCap) +``` + + +이 사용자 정의 캡을 구성하는 선의 시작 및 끝에 사용되는 캡을 가져옵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| startCap | int[] | 이 캡 내에서 선의 시작 부분에 사용되는 [LineCap](../../com.aspose.drawing.drawing2d/linecap) 열거형입니다. | +| endCap | int[] | 이 캡 내에서 선의 끝 부분에 사용되는 [LineCap](../../com.aspose.drawing.drawing2d/linecap) 열거형입니다. | + +### getFillPath() {#getFillPath--} +``` +public GraphicsPath getFillPath() +``` + + + + +**Returns:** +[GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) +### getStrokePath() {#getStrokePath--} +``` +public GraphicsPath getStrokePath() +``` + + +사용자 정의 캡의 외곽선을 정의하는 객체를 가져옵니다. + +**Returns:** +[GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) - The object that defines the outline of the custom cap. diff --git a/korean/java/com.aspose.drawing.drawing2d/dashcap/_index.md b/korean/java/com.aspose.drawing.drawing2d/dashcap/_index.md new file mode 100644 index 000000000..fded76928 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/dashcap/_index.md @@ -0,0 +1,46 @@ +--- +title: 대시캡 +second_title: Aspose.Drawing for Java API 참조 +description: 점선의 각 대시 양쪽 끝에 사용할 그래픽 형태의 유형을 지정합니다. +type: docs +weight: 18 +url: /ko/java/com.aspose.drawing.drawing2d/dashcap/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class DashCap extends System.Enum +``` + +점선의 각 대시 양쪽 끝에 사용할 그래픽 형태의 유형을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Flat](#Flat) | 각 대시의 양쪽 끝을 정사각형으로 마감하는 사각 캡을 지정합니다. | +| [Round](#Round) | 각 대시의 양쪽 끝을 둥글게 마감하는 원형 캡을 지정합니다. | +| [Triangle](#Triangle) | 각 대시의 양쪽 끝을 삼각형 모양으로 지정합니다. | +### Flat {#Flat} +``` +public static final int Flat +``` + + +각 대시의 양쪽 끝을 정사각형으로 마감하는 사각 캡을 지정합니다. + +### Round {#Round} +``` +public static final int Round +``` + + +각 대시의 양쪽 끝을 둥글게 마감하는 원형 캡을 지정합니다. + +### Triangle {#Triangle} +``` +public static final int Triangle +``` + + +각 대시의 양쪽 끝을 삼각형 모양으로 지정합니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/dashstyle/_index.md b/korean/java/com.aspose.drawing.drawing2d/dashstyle/_index.md new file mode 100644 index 000000000..b5acbd988 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/dashstyle/_index.md @@ -0,0 +1,73 @@ +--- +title: 대시스타일 +second_title: Aspose.Drawing for Java API 참조 +description: 대시선이 그려지는 객체의 스타일을 지정합니다. +type: docs +weight: 19 +url: /ko/java/com.aspose.drawing.drawing2d/dashstyle/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class DashStyle extends System.Enum +``` + +대시선이 [Pen](../../com.aspose.drawing/pen) 객체로 그려지는 스타일을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Solid](#Solid) | 실선을 지정합니다. | +| [Dash](#Dash) | 대시로 구성된 선을 지정합니다. | +| [Dot](#Dot) | 점으로 구성된 선을 지정합니다. | +| [DashDot](#DashDot) | 대시-점 반복 패턴으로 구성된 선을 지정합니다. | +| [DashDotDot](#DashDotDot) | 대시-점-점 반복 패턴으로 구성된 선을 지정합니다. | +| [Custom](#Custom) | 사용자 정의 커스텀 대시 스타일을 지정합니다. | +### Solid {#Solid} +``` +public static final int Solid +``` + + +실선을 지정합니다. + +### Dash {#Dash} +``` +public static final int Dash +``` + + +대시로 구성된 선을 지정합니다. + +### Dot {#Dot} +``` +public static final int Dot +``` + + +점으로 구성된 선을 지정합니다. + +### DashDot {#DashDot} +``` +public static final int DashDot +``` + + +대시-점 반복 패턴으로 구성된 선을 지정합니다. + +### DashDotDot {#DashDotDot} +``` +public static final int DashDotDot +``` + + +대시-점-점 반복 패턴으로 구성된 선을 지정합니다. + +### Custom {#Custom} +``` +public static final int Custom +``` + + +사용자 정의 커스텀 대시 스타일을 지정합니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/fillmode/_index.md b/korean/java/com.aspose.drawing.drawing2d/fillmode/_index.md new file mode 100644 index 000000000..c7ea618e4 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/fillmode/_index.md @@ -0,0 +1,37 @@ +--- +title: FillMode +second_title: Aspose.Drawing for Java API 참조 +description: 닫힌 경로 내부가 채워지는 방식을 지정합니다. +type: docs +weight: 20 +url: /ko/java/com.aspose.drawing.drawing2d/fillmode/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class FillMode extends System.Enum +``` + +닫힌 경로 내부가 채워지는 방식을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Alternate](#Alternate) | 대체 채우기 모드를 지정합니다. | +| [Winding](#Winding) | 와인딩 채우기 모드를 지정합니다. | +### Alternate {#Alternate} +``` +public static final int Alternate +``` + + +대체 채우기 모드를 지정합니다. + +### Winding {#Winding} +``` +public static final int Winding +``` + + +와인딩 채우기 모드를 지정합니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/flushintention/_index.md b/korean/java/com.aspose.drawing.drawing2d/flushintention/_index.md new file mode 100644 index 000000000..14cde42fb --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/flushintention/_index.md @@ -0,0 +1,37 @@ +--- +title: FlushIntention +second_title: Aspose.Drawing for Java API 참조 +description: 그래픽 스택의 명령이 즉시 플러시되어 종료되는지, 아니면 가능한 한 빨리 실행되는지를 지정합니다. +type: docs +weight: 21 +url: /ko/java/com.aspose.drawing.drawing2d/flushintention/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class FlushIntention extends System.Enum +``` + +그래픽스 스택의 명령이 즉시 종료(플러시)되는지, 가능한 빨리 실행되는지를 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Flush](#Flush) | 모든 그래픽 작업 스택이 즉시 플러시되도록 지정합니다. | +| [Sync](#Sync) | 스택에 있는 모든 그래픽 작업이 가능한 한 빨리 실행되도록 지정합니다. | +### Flush {#Flush} +``` +public static final int Flush +``` + + +모든 그래픽 작업 스택이 즉시 플러시되도록 지정합니다. + +### Sync {#Sync} +``` +public static final int Sync +``` + + +스택에 있는 모든 그래픽 작업이 가능한 한 빨리 실행되도록 지정합니다. 이는 그래픽 상태를 동기화합니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/graphicscontainer/_index.md b/korean/java/com.aspose.drawing.drawing2d/graphicscontainer/_index.md new file mode 100644 index 000000000..a91dcdfaa --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/graphicscontainer/_index.md @@ -0,0 +1,15 @@ +--- +title: GraphicsContainer +second_title: Aspose.Drawing for Java API 참조 +description: 그래픽 컨테이너의 내부 데이터를 나타냅니다. +type: docs +weight: 22 +url: /ko/java/com.aspose.drawing.drawing2d/graphicscontainer/ +--- +**Inheritance:** +java.lang.Object +``` +public final class GraphicsContainer +``` + +그래픽 컨테이너의 내부 데이터를 나타냅니다. 이 클래스는 [Graphics](../../com.aspose.drawing/graphics) 객체의 상태를 [Graphics.beginContainer](../../com.aspose.drawing/graphics\#beginContainer) 및 [Graphics.endContainer(GraphicsContainer)](../../com.aspose.drawing/graphics\#endContainer-GraphicsContainer-) 메서드를 사용하여 저장할 때 사용됩니다. 이 클래스는 상속할 수 없습니다. diff --git a/korean/java/com.aspose.drawing.drawing2d/graphicspathiterator/_index.md b/korean/java/com.aspose.drawing.drawing2d/graphicspathiterator/_index.md new file mode 100644 index 000000000..bbda086c4 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/graphicspathiterator/_index.md @@ -0,0 +1,213 @@ +--- +title: GraphicsPathIterator +second_title: Aspose.Drawing for Java API 참조 +description: 하위 경로를 반복하고 각 하위 경로에 포함된 도형 유형을 테스트할 수 있는 기능을 제공합니다. +type: docs +weight: 24 +url: /ko/java/com.aspose.drawing.drawing2d/graphicspathiterator/ +--- +**Inheritance:** +java.lang.Object + +**All Implemented Interfaces:** +com.aspose.ms.System.IDisposable +``` +public final class GraphicsPathIterator implements System.IDisposable +``` + +하위 경로를 반복하고 각 하위 경로에 포함된 도형 유형을 테스트할 수 있는 기능을 제공하는 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)입니다. 이 클래스는 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [GraphicsPathIterator(GraphicsPath path)](#GraphicsPathIterator-com.aspose.drawing.drawing2d.GraphicsPath-) | [GraphicsPathIterator](../../com.aspose.drawing.drawing2d/graphicspathiterator) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getCount()](#getCount--) | 경로에 있는 점의 수를 가져옵니다. | +| [getSubpathCount()](#getSubpathCount--) | 경로에 있는 하위 경로의 수를 가져옵니다. | +| [dispose()](#dispose--) | 관리되지 않는 리소스를 해제, 릴리스 또는 재설정과 관련된 애플리케이션 정의 작업을 수행합니다. | +| [copyData(PointF[][] points, byte[][] types, int startIndex, int endIndex)](#copyData-com.aspose.drawing.PointF-----byte-----int-int-) | 연관된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)의 GraphicsPath.PathPoints 속성과 GraphicsPath.PathTypes 속성 배열을 지정된 두 배열에 복사합니다. | +| [enumerate(PointF[][] points, byte[][] types)](#enumerate-com.aspose.drawing.PointF-----byte-----) | 연관된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)의 GraphicsPath.PathPoints 속성과 GraphicsPath.PathTypes 속성 배열을 지정된 두 배열에 복사합니다. | +| [hasCurve()](#hasCurve--) | 이 [GraphicsPathIterator](../../com.aspose.drawing.drawing2d/graphicspathiterator)와 연결된 경로에 곡선이 포함되어 있는지 여부를 나타냅니다. | +| [nextMarker(int[] startIndex, int[] endIndex)](#nextMarker-int---int---) | [GraphicsPathIterator](../../com.aspose.drawing.drawing2d/graphicspathiterator)를 경로의 다음 마커로 이동하고 [out] 매개변수를 통해 시작 및 종료 인덱스를 반환합니다. | +| [nextMarker(GraphicsPath path)](#nextMarker-com.aspose.drawing.drawing2d.GraphicsPath-) | 이 [GraphicsPathIterator](../../com.aspose.drawing.drawing2d/graphicspathiterator) 객체에는 연관된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 객체가 있습니다. | +| [nextPathType(byte[] pathType, int[] startIndex, int[] endIndex)](#nextPathType-byte---int---int---) | 같은 유형을 가진 다음 데이터 포인트 그룹의 시작 인덱스와 종료 인덱스를 가져옵니다. | +| [nextSubpath(int[] startIndex, int[] endIndex, boolean[] isClosed)](#nextSubpath-int---int---boolean---) | [GraphicsPathIterator](../../com.aspose.drawing.drawing2d/graphicspathiterator)를 경로의 다음 하위 경로로 이동합니다. | +| [nextSubpath(GraphicsPath path, boolean[] isClosed)](#nextSubpath-com.aspose.drawing.drawing2d.GraphicsPath-boolean---) | 이 [GraphicsPathIterator](../../com.aspose.drawing.drawing2d/graphicspathiterator)의 연관된 경로에서 다음 도형(하위 경로)을 가져옵니다. | +| [rewind()](#rewind--) | 이 [GraphicsPathIterator](../../com.aspose.drawing.drawing2d/graphicspathiterator)를 연관된 경로의 시작으로 되감습니다. | +### GraphicsPathIterator(GraphicsPath path) {#GraphicsPathIterator-com.aspose.drawing.drawing2d.GraphicsPath-} +``` +public GraphicsPathIterator(GraphicsPath path) +``` + + +[GraphicsPathIterator](../../com.aspose.drawing.drawing2d/graphicspathiterator) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| path | [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) | 이 도우미 클래스를 초기화할 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 객체입니다. | + +### getCount() {#getCount--} +``` +public int getCount() +``` + + +경로에 있는 점의 수를 가져옵니다. + +**Returns:** +int - 경로에 있는 점의 수. +### getSubpathCount() {#getSubpathCount--} +``` +public int getSubpathCount() +``` + + +경로에 있는 하위 경로의 수를 가져옵니다. + +**Returns:** +int - 경로에 있는 하위 경로의 수. +### dispose() {#dispose--} +``` +public void dispose() +``` + + +관리되지 않는 리소스를 해제, 릴리스 또는 재설정과 관련된 애플리케이션 정의 작업을 수행합니다. + +### copyData(PointF[][] points, byte[][] types, int startIndex, int endIndex) {#copyData-com.aspose.drawing.PointF-----byte-----int-int-} +``` +public int copyData(PointF[][] points, byte[][] types, int startIndex, int endIndex) +``` + + +연관된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)의 GraphicsPath.PathPoints 속성과 GraphicsPath.PathTypes 속성 배열을 지정된 두 배열에 복사합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| points | [PointF\[\]](../../com.aspose.drawing/pointf) | 반환 시, 경로의 점을 나타내는 System.Drawing.PointF 구조체 배열을 포함합니다. | +| 유형 | byte[][] | 반환 시, 경로의 점 유형을 나타내는 바이트 배열을 포함합니다. | +| startIndex | int | 배열의 시작 인덱스를 지정합니다. | +| endIndex | int | 배열의 종료 인덱스를 지정합니다. | + +**Returns:** +int - 복사된 점의 수. +### enumerate(PointF[][] points, byte[][] types) {#enumerate-com.aspose.drawing.PointF-----byte-----} +``` +public int enumerate(PointF[][] points, byte[][] types) +``` + + +연관된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)의 GraphicsPath.PathPoints 속성과 GraphicsPath.PathTypes 속성 배열을 지정된 두 배열에 복사합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| points | [PointF\[\]](../../com.aspose.drawing/pointf) | 반환 시, 경로의 점을 나타내는 System.Drawing.PointF 구조체 배열을 포함합니다. | +| 유형 | byte[][] | 반환 시, 경로의 점 유형을 나타내는 바이트 배열을 포함합니다. | + +**Returns:** +int - 복사된 점의 수. +### hasCurve() {#hasCurve--} +``` +public boolean hasCurve() +``` + + +이 [GraphicsPathIterator](../../com.aspose.drawing.drawing2d/graphicspathiterator)와 연결된 경로에 곡선이 포함되어 있는지 여부를 나타냅니다. + +**Returns:** +boolean - 이 메서드는 현재 서브패스에 곡선이 포함되어 있으면 true를 반환하고, 그렇지 않으면 false를 반환합니다. +### nextMarker(int[] startIndex, int[] endIndex) {#nextMarker-int---int---} +``` +public int nextMarker(int[] startIndex, int[] endIndex) +``` + + +[GraphicsPathIterator](../../com.aspose.drawing.drawing2d/graphicspathiterator)를 경로의 다음 마커로 이동하고 [out] 매개변수를 통해 시작 및 종료 인덱스를 반환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| startIndex | int[] | [out] 이 매개변수에 제공된 정수 참조는 서브패스를 시작하는 점의 인덱스를 받습니다. | +| endIndex | int[] | [out] 이 매개변수에 제공된 정수 참조는 startIndex가 가리키는 서브패스의 끝점 인덱스를 받습니다. | + +**Returns:** +int - 이 마커와 다음 마커 사이의 점 개수입니다. +### nextMarker(GraphicsPath path) {#nextMarker-com.aspose.drawing.drawing2d.GraphicsPath-} +``` +public int nextMarker(GraphicsPath path) +``` + + +이 [GraphicsPathIterator](../../com.aspose.drawing.drawing2d/graphicspathiterator) 객체는 연관된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 객체를 가지고 있습니다. 이 메서드는 연관된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)를 경로의 다음 마커로 이동시키고 현재 마커와 다음 마커(또는 경로 끝) 사이에 포함된 모든 점을 매개변수로 전달된 두 번째 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 객체에 복사합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| path | [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) | 점이 복사될 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 객체입니다. | + +**Returns:** +int - 이 마커와 다음 마커 사이의 점 개수입니다. +### nextPathType(byte[] pathType, int[] startIndex, int[] endIndex) {#nextPathType-byte---int---int---} +``` +public int nextPathType(byte[] pathType, int[] startIndex, int[] endIndex) +``` + + +같은 유형을 가진 다음 데이터 포인트 그룹의 시작 인덱스와 종료 인덱스를 가져옵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pathType | byte[] | [out] 그룹 내 모든 점이 공유하는 점 유형을 받습니다. 가능한 유형은 [PathPointType](../../com.aspose.drawing.drawing2d/pathpointtype) 열거형에서 가져올 수 있습니다. | +| startIndex | int[] | [out] 점 그룹의 시작 인덱스를 받습니다. | +| endIndex | int[] | [out] 점 그룹의 끝 인덱스를 받습니다. | + +**Returns:** +int - 이 메서드는 그룹에 포함된 데이터 점의 개수를 반환합니다. 경로에 더 이상 그룹이 없으면 이 메서드는 0을 반환합니다. +### nextSubpath(int[] startIndex, int[] endIndex, boolean[] isClosed) {#nextSubpath-int---int---boolean---} +``` +public int nextSubpath(int[] startIndex, int[] endIndex, boolean[] isClosed) +``` + + +[GraphicsPathIterator](../../com.aspose.drawing.drawing2d/graphicspathiterator)를 경로의 다음 서브패스로 이동합니다. 다음 서브패스의 시작 인덱스와 끝 인덱스는 [out] 매개변수에 포함됩니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| startIndex | int[] | [out] 다음 서브패스의 시작 인덱스를 받습니다. | +| endIndex | int[] | [out] 다음 서브패스의 끝 인덱스를 받습니다. | +| isClosed | boolean[] | [out] 서브패스가 닫혀 있는지 여부를 나타냅니다. | + +**Returns:** +int - 검색된 도형(서브패스) 내 데이터 점의 개수입니다. 더 이상 검색할 도형이 없으면 0이 반환됩니다. +### nextSubpath(GraphicsPath path, boolean[] isClosed) {#nextSubpath-com.aspose.drawing.drawing2d.GraphicsPath-boolean---} +``` +public int nextSubpath(GraphicsPath path, boolean[] isClosed) +``` + + +이 [GraphicsPathIterator](../../com.aspose.drawing.drawing2d/graphicspathiterator)의 연관된 경로에서 다음 도형(하위 경로)을 가져옵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| path | [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) | 이 반복기에 대해 검색된 도형(서브패스)의 데이터 점과 일치하도록 데이터 점이 설정될 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)입니다. | +| isClosed | boolean[] | [out] 현재 서브패스가 닫혀 있는지 여부를 나타냅니다. 도형이 닫혀 있으면 true이며, 그렇지 않으면 false입니다. | + +**Returns:** +int - 검색된 도형(서브패스) 내 데이터 점의 개수입니다. 더 이상 검색할 도형이 없으면 0이 반환됩니다. +### rewind() {#rewind--} +``` +public void rewind() +``` + + +이 [GraphicsPathIterator](../../com.aspose.drawing.drawing2d/graphicspathiterator)를 연관된 경로의 시작으로 되감습니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/graphicsstate/_index.md b/korean/java/com.aspose.drawing.drawing2d/graphicsstate/_index.md new file mode 100644 index 000000000..8ae9b002e --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/graphicsstate/_index.md @@ -0,0 +1,107 @@ +--- +title: GraphicsState +second_title: Aspose.Drawing for Java API 참조 +description: 객체의 상태를 나타냅니다. +type: docs +weight: 25 +url: /ko/java/com.aspose.drawing.drawing2d/graphicsstate/ +--- +**Inheritance:** +java.lang.Object +``` +public class GraphicsState +``` + +[Graphics](../../com.aspose.drawing/graphics) 객체의 상태를 나타냅니다. 이 객체는 Save 메서드를 호출하여 반환됩니다. 이 클래스는 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [GraphicsState()](#GraphicsState--) | [GraphicsState](../../com.aspose.drawing.drawing2d/graphicsstate) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getClip()](#getClip--) | | +| [setClip(Region value)](#setClip-com.aspose.drawing.Region-) | | +| [getTransform()](#getTransform--) | | +| [setTransform(Matrix value)](#setTransform-com.aspose.drawing.drawing2d.Matrix-) | | +| [getBounds()](#getBounds--) | 경계를 가져옵니다. | +| [setBounds(RectangleF value)](#setBounds-com.aspose.drawing.RectangleF-) | 경계를 설정합니다. | +### GraphicsState() {#GraphicsState--} +``` +public GraphicsState() +``` + + +[GraphicsState](../../com.aspose.drawing.drawing2d/graphicsstate) 클래스의 새 인스턴스를 초기화합니다. + +### getClip() {#getClip--} +``` +public final Region getClip() +``` + + + + +**Returns:** +[Region](../../com.aspose.drawing/region) +### setClip(Region value) {#setClip-com.aspose.drawing.Region-} +``` +public final void setClip(Region value) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Region](../../com.aspose.drawing/region) | | + +### getTransform() {#getTransform--} +``` +public Matrix getTransform() +``` + + + + +**Returns:** +[Matrix](../../com.aspose.drawing.drawing2d/matrix) +### setTransform(Matrix value) {#setTransform-com.aspose.drawing.drawing2d.Matrix-} +``` +public final void setTransform(Matrix value) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Matrix](../../com.aspose.drawing.drawing2d/matrix) | | + +### getBounds() {#getBounds--} +``` +public final RectangleF getBounds() +``` + + +경계를 가져옵니다. + +**Returns:** +[RectangleF](../../com.aspose.drawing/rectanglef) +### setBounds(RectangleF value) {#setBounds-com.aspose.drawing.RectangleF-} +``` +public final void setBounds(RectangleF value) +``` + + +경계를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [RectangleF](../../com.aspose.drawing/rectanglef) | | + diff --git a/korean/java/com.aspose.drawing.drawing2d/hatchbrush/_index.md b/korean/java/com.aspose.drawing.drawing2d/hatchbrush/_index.md new file mode 100644 index 000000000..2116b85f7 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/hatchbrush/_index.md @@ -0,0 +1,98 @@ +--- +title: HatchBrush +second_title: Aspose.Drawing for Java API 참조 +description: 사각형 브러시를 해치 스타일, 전경 색 및 배경 색으로 정의합니다. +type: docs +weight: 26 +url: /ko/java/com.aspose.drawing.drawing2d/hatchbrush/ +--- +**Inheritance:** +java.lang.Object, [com.aspose.drawing.Brush](../../com.aspose.drawing/brush) +``` +public final class HatchBrush extends Brush +``` + +해치 스타일, 전경 색 및 배경 색을 가진 사각형 브러시를 정의합니다. 이 클래스는 상속될 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [HatchBrush(int hatchstyle, Color foreColor)](#HatchBrush-int-com.aspose.drawing.Color-) | 지정된 `HatchStyle`([.getHatchStyle](../../null/\\#getHatchStyle)) 열거형과 전경 색을 사용하여 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 클래스의 새 인스턴스를 초기화합니다. | +| [HatchBrush(int hatchstyle, Color foreColor, Color backColor)](#HatchBrush-int-com.aspose.drawing.Color-com.aspose.drawing.Color-) | 지정된 `HatchStyle`([.getHatchStyle](../../null/\\#getHatchStyle)) 열거형, 전경 색 및 배경 색을 사용하여 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getHatchStyle()](#getHatchStyle--) | 이 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 객체의 해치 스타일을 가져옵니다. | +| [getForegroundColor()](#getForegroundColor--) | 이 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 객체가 그린 해치 선의 색을 가져옵니다. | +| [getBackgroundColor()](#getBackgroundColor--) | 이 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 객체가 그린 해치 선 사이의 공간 색을 가져옵니다. | +| [deepClone()](#deepClone--) | 이 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 객체의 정확한 복사본을 생성합니다. | +### HatchBrush(int hatchstyle, Color foreColor) {#HatchBrush-int-com.aspose.drawing.Color-} +``` +public HatchBrush(int hatchstyle, Color foreColor) +``` + + +지정된 `HatchStyle`([.getHatchStyle](../../null/\\#getHatchStyle)) 열거형과 전경 색을 사용하여 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| hatchstyle | int | 이 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 객체가 그린 패턴을 나타내는 `HatchStyle`([.getHatchStyle](../../null/\\#getHatchStyle)) 값 중 하나입니다. | +| foreColor | [Color](../../com.aspose.drawing/color) | 이 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 객체가 그린 선의 색을 나타내는 [Color](../../com.aspose.drawing/color) 구조체입니다. | + +### HatchBrush(int hatchstyle, Color foreColor, Color backColor) {#HatchBrush-int-com.aspose.drawing.Color-com.aspose.drawing.Color-} +``` +public HatchBrush(int hatchstyle, Color foreColor, Color backColor) +``` + + +지정된 `HatchStyle`([.getHatchStyle](../../null/\\#getHatchStyle)) 열거형, 전경 색 및 배경 색을 사용하여 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| hatchstyle | int | 이 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 객체가 그린 패턴을 나타내는 `HatchStyle`([.getHatchStyle](../../null/\\#getHatchStyle)) 값 중 하나입니다. | +| foreColor | [Color](../../com.aspose.drawing/color) | 이 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 객체가 그린 선의 색을 나타내는 [Color](../../com.aspose.drawing/color) 구조체입니다. | +| backColor | [Color](../../com.aspose.drawing/color) | 이 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 객체가 그린 선 사이의 공간 색을 나타내는 [Color](../../com.aspose.drawing/color) 구조체입니다. | + +### getHatchStyle() {#getHatchStyle--} +``` +public int getHatchStyle() +``` + + +이 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 객체의 해치 스타일을 가져옵니다. + +**Returns:** +int - 이 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 객체의 해치 스타일. +### getForegroundColor() {#getForegroundColor--} +``` +public Color getForegroundColor() +``` + + +이 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 객체가 그린 해치 선의 색을 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - the color of hatch lines drawn by this [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) object. +### getBackgroundColor() {#getBackgroundColor--} +``` +public Color getBackgroundColor() +``` + + +이 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 객체가 그린 해치 선 사이의 공간 색을 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - the color of spaces between the hatch lines drawn by this [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) object. +### deepClone() {#deepClone--} +``` +public Object deepClone() +``` + + +이 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 객체의 정확한 복사본을 생성합니다. + +**Returns:** +java.lang.Object - 이 메서드가 생성하고 객체로 캐스팅한 [HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush)입니다. diff --git a/korean/java/com.aspose.drawing.drawing2d/hatchstyle/_index.md b/korean/java/com.aspose.drawing.drawing2d/hatchstyle/_index.md new file mode 100644 index 000000000..3c306acab --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/hatchstyle/_index.md @@ -0,0 +1,523 @@ +--- +title: HatchStyle +second_title: Aspose.Drawing for Java API 참조 +description: 객체에 사용할 수 있는 다양한 패턴을 지정합니다. +type: docs +weight: 27 +url: /ko/java/com.aspose.drawing.drawing2d/hatchstyle/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class HatchStyle extends System.Enum +``` + +[HatchBrush](../../com.aspose.drawing.drawing2d/hatchbrush) 객체에 사용할 수 있는 다양한 패턴을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Horizontal](#Horizontal) | 가로선 패턴입니다. | +| [Vertical](#Vertical) | 세로선 패턴입니다. | +| [ForwardDiagonal](#ForwardDiagonal) | 왼쪽 위에서 오른쪽 아래로 대각선 방향에 있는 선 패턴. | +| [BackwardDiagonal](#BackwardDiagonal) | 오른쪽 위에서 왼쪽 아래로 대각선 방향에 있는 선 패턴. | +| [Cross](#Cross) | 교차하는 가로선과 세로선을 지정합니다. | +| [DiagonalCross](#DiagonalCross) | 교차하는 대각선 선 패턴. | +| [Percent05](#Percent05) | 5% 해치를 지정합니다. | +| [Percent10](#Percent10) | 10% 해치를 지정합니다. | +| [Percent20](#Percent20) | 20% 해치를 지정합니다. | +| [Percent25](#Percent25) | 25% 해치를 지정합니다. | +| [Percent30](#Percent30) | 30% 해치를 지정합니다. | +| [Percent40](#Percent40) | 40% 해치를 지정합니다. | +| [Percent50](#Percent50) | 50% 해치를 지정합니다. | +| [Percent60](#Percent60) | 60% 해치를 지정합니다. | +| [Percent70](#Percent70) | 70% 해치를 지정합니다. | +| [Percent75](#Percent75) | 75% 해치를 지정합니다. | +| [Percent80](#Percent80) | 80% 해치를 지정합니다. | +| [Percent90](#Percent90) | 90% 해치를 지정합니다. | +| [LightDownwardDiagonal](#LightDownwardDiagonal) | 위쪽 점에서 아래쪽 점으로 오른쪽으로 기울어진 대각선 선을 지정하며, `System.Drawing.drawing2d.HatchStyle.ForwardDiagonal`보다 50% 더 촘촘히 배치되지만 안티앨리어싱되지 않습니다. | +| [LightUpwardDiagonal](#LightUpwardDiagonal) | 위쪽 점에서 아래쪽 점으로 왼쪽으로 기울어진 대각선 선을 지정하며, `System.Drawing.drawing2d.HatchStyle.BackwardDiagonal`보다 50% 더 촘촘히 배치되지만 안티앨리어싱되지 않습니다. | +| [DarkDownwardDiagonal](#DarkDownwardDiagonal) | 위쪽 점에서 아래쪽 점으로 오른쪽으로 기울어진 대각선 선을 지정하고, `System.Drawing.drawing2d.HatchStyle.ForwardDiagonal`보다 50% 더 촘촘히 배치되며, 두께는 두 배입니다. | +| [DarkUpwardDiagonal](#DarkUpwardDiagonal) | 위쪽 점에서 아래쪽 점으로 왼쪽으로 기울어진 대각선 선을 지정하며, `System.Drawing.drawing2d.HatchStyle.BackwardDiagonal`보다 50% 더 촘촘히 배치되고, 두께가 두 배이지만 안티앨리어싱되지 않습니다. | +| [WideDownwardDiagonal](#WideDownwardDiagonal) | 위쪽 점에서 아래쪽 점으로 오른쪽으로 기울어진 대각선 선을 지정하고, 해치 스타일 `System.Drawing.drawing2d.HatchStyle.ForwardDiagonal`와 동일한 간격을 가지며, 두께는 세 배이지만 안티앨리어싱되지 않습니다. | +| [WideUpwardDiagonal](#WideUpwardDiagonal) | 위쪽 점에서 아래쪽 점으로 왼쪽으로 기울어진 대각선 선을 지정하고, 해치 스타일 `System.Drawing.drawing2d.HatchStyle.BackwardDiagonal`와 동일한 간격을 가지며, 두께는 세 배이지만 안티앨리어싱되지 않습니다. | +| [LightVertical](#LightVertical) | `System.Drawing.drawing2d.HatchStyle.Vertical`보다 50% 더 촘촘히 배치된 세로선을 지정합니다. | +| [LightHorizontal](#LightHorizontal) | `System.Drawing.drawing2d.HatchStyle.Horizontal`보다 50% 더 촘촘히 배치된 가로선을 지정합니다. | +| [NarrowVertical](#NarrowVertical) | 해치 스타일 `System.Drawing.drawing2d.HatchStyle.Vertical`보다 75% 더 촘촘히(또는 `System.Drawing.drawing2d.HatchStyle.LightVertical`보다 25% 더 촘촘히) 배치된 세로선을 지정합니다. | +| [NarrowHorizontal](#NarrowHorizontal) | 수평선이 해치 스타일 `System.Drawing.drawing2d.HatchStyle.Horizontal`보다 75% 더 가깝게 배치되고 (`System.Drawing.drawing2d.HatchStyle.LightHorizontal`보다 25% 더 가깝게) 지정됩니다. | +| [DarkVertical](#DarkVertical) | `System.Drawing.drawing2d.HatchStyle.Vertical`보다 50% 더 가깝게 배치되고 두께가 두 배인 수직선을 지정합니다. | +| [DarkHorizontal](#DarkHorizontal) | `System.Drawing.drawing2d.HatchStyle.Horizontal`보다 50% 더 가깝게 배치되고, `System.Drawing.drawing2d.HatchStyle.Horizontal`의 두께의 두 배인 수평선을 지정합니다. | +| [DashedDownwardDiagonal](#DashedDownwardDiagonal) | 위쪽 점에서 아래쪽 점으로 오른쪽으로 기울어지는 대시 대각선 라인을 지정합니다. | +| [DashedUpwardDiagonal](#DashedUpwardDiagonal) | 위쪽 점에서 아래쪽 점으로 왼쪽으로 기울어지는 대시 대각선 라인을 지정합니다. | +| [DashedHorizontal](#DashedHorizontal) | 대시 수평선을 지정합니다. | +| [DashedVertical](#DashedVertical) | 대시 수직선을 지정합니다. | +| [SmallConfetti](#SmallConfetti) | 컨페티 모양의 해치를 지정합니다. | +| [LargeConfetti](#LargeConfetti) | `System.Drawing.drawing2d.HatchStyle.SmallConfetti`보다 큰 조각으로 구성된 컨페티 모양의 해치를 지정합니다. | +| [ZigZag](#ZigZag) | 지그재그로 구성된 수평선을 지정합니다. | +| [Wave](#Wave) | 틸드(~)로 구성된 수평선을 지정합니다. | +| [DiagonalBrick](#DiagonalBrick) | 위쪽 점에서 아래쪽 점으로 왼쪽으로 기울어지는 층이 있는 벽돌 모양의 해치를 지정합니다. | +| [HorizontalBrick](#HorizontalBrick) | 수평으로 층이 있는 벽돌 모양의 해치를 지정합니다. | +| [Weave](#Weave) | 직조된 재료 모양의 해치를 지정합니다. | +| [Plaid](#Plaid) | 격자무늬 재료 모양의 해치를 지정합니다. | +| [Divot](#Divot) | 작은 움푹 들어간 부분 모양의 해치를 지정합니다. | +| [DottedGrid](#DottedGrid) | 점으로 구성된 수평선과 수직선이 교차하도록 지정합니다. | +| [DottedDiamond](#DottedDiamond) | 점으로 구성된 전방 대각선과 후방 대각선이 교차하도록 지정합니다. | +| [Shingle](#Shingle) | 위쪽 점에서 아래쪽 점으로 오른쪽으로 기울어지는 대각선 층이 있는 기와 모양의 해치를 지정합니다. | +| [Trellis](#Trellis) | 격자 구조물 모양의 해치를 지정합니다. | +| [Sphere](#Sphere) | 인접하게 배치된 구형 모양의 해치를 지정합니다. | +| [SmallGrid](#SmallGrid) | `System.Drawing.drawing2d.HatchStyle.Cross`보다 50% 더 가깝게 배치되고 교차하는 수평선과 수직선을 지정합니다. | +| [SmallCheckerBoard](#SmallCheckerBoard) | 체커보드 모양의 해치를 지정합니다. | +| [LargeCheckerBoard](#LargeCheckerBoard) | `System.Drawing.drawing2d.HatchStyle.SmallCheckerBoard`보다 두 배 크기의 정사각형을 가진 체커보드 모양의 해치를 지정합니다. | +| [OutlinedDiamond](#OutlinedDiamond) | 교차하지만 안티앨리어싱되지 않은 전방 대각선과 후방 대각선을 지정합니다. | +| [SolidDiamond](#SolidDiamond) | 대각선으로 배치된 체커보드 모양의 해치를 지정합니다. | +| [LargeGrid](#LargeGrid) | `System.Drawing.drawing2d.HatchStyle.Cross` 해치 스타일을 지정합니다. | +| [Min](#Min) | `System.Drawing.drawing2d.HatchStyle.Horizontal` 해치 스타일을 지정합니다. | +| [Max](#Max) | `System.Drawing.drawing2d.HatchStyle.SolidDiamond` 해치 스타일을 지정합니다. | +### Horizontal {#Horizontal} +``` +public static final int Horizontal +``` + + +가로선 패턴입니다. + +### Vertical {#Vertical} +``` +public static final int Vertical +``` + + +세로선 패턴입니다. + +### ForwardDiagonal {#ForwardDiagonal} +``` +public static final int ForwardDiagonal +``` + + +왼쪽 위에서 오른쪽 아래로 대각선 방향에 있는 선 패턴. + +### BackwardDiagonal {#BackwardDiagonal} +``` +public static final int BackwardDiagonal +``` + + +오른쪽 위에서 왼쪽 아래로 대각선 방향에 있는 선 패턴. + +### Cross {#Cross} +``` +public static final int Cross +``` + + +교차하는 가로선과 세로선을 지정합니다. + +### DiagonalCross {#DiagonalCross} +``` +public static final int DiagonalCross +``` + + +교차하는 대각선 선 패턴. + +### Percent05 {#Percent05} +``` +public static final int Percent05 +``` + + +5% 해치를 지정합니다. 전경색과 배경색의 비율은 5:100입니다. + +### Percent10 {#Percent10} +``` +public static final int Percent10 +``` + + +10% 해치를 지정합니다. 전경색과 배경색의 비율은 10:100입니다. + +### Percent20 {#Percent20} +``` +public static final int Percent20 +``` + + +20% 해치를 지정합니다. 전경색과 배경색의 비율은 20:100입니다. + +### Percent25 {#Percent25} +``` +public static final int Percent25 +``` + + +25% 해치를 지정합니다. 전경색과 배경색의 비율은 25:100입니다. + +### Percent30 {#Percent30} +``` +public static final int Percent30 +``` + + +30% 해치를 지정합니다. 전경색과 배경색의 비율은 30:100입니다. + +### Percent40 {#Percent40} +``` +public static final int Percent40 +``` + + +40% 해치를 지정합니다. 전경색과 배경색의 비율은 40:100입니다. + +### Percent50 {#Percent50} +``` +public static final int Percent50 +``` + + +50% 해치를 지정합니다. 전경색과 배경색의 비율은 50:100입니다. + +### Percent60 {#Percent60} +``` +public static final int Percent60 +``` + + +60% 해치를 지정합니다. 전경색과 배경색의 비율은 60:100입니다. + +### Percent70 {#Percent70} +``` +public static final int Percent70 +``` + + +70% 해치를 지정합니다. 전경색과 배경색의 비율은 70:100입니다. + +### Percent75 {#Percent75} +``` +public static final int Percent75 +``` + + +75% 해치를 지정합니다. 전경색과 배경색의 비율은 75:100입니다. + +### Percent80 {#Percent80} +``` +public static final int Percent80 +``` + + +80% 해치를 지정합니다. 전경색과 배경색의 비율은 80:100입니다. + +### Percent90 {#Percent90} +``` +public static final int Percent90 +``` + + +90% 해치를 지정합니다. 전경색과 배경색의 비율은 90:100입니다. + +### LightDownwardDiagonal {#LightDownwardDiagonal} +``` +public static final int LightDownwardDiagonal +``` + + +위쪽 점에서 아래쪽 점으로 오른쪽으로 기울어진 대각선 선을 지정하며, `System.Drawing.drawing2d.HatchStyle.ForwardDiagonal`보다 50% 더 촘촘히 배치되지만 안티앨리어싱되지 않습니다. + +### LightUpwardDiagonal {#LightUpwardDiagonal} +``` +public static final int LightUpwardDiagonal +``` + + +위쪽 점에서 아래쪽 점으로 왼쪽으로 기울어진 대각선 선을 지정하며, `System.Drawing.drawing2d.HatchStyle.BackwardDiagonal`보다 50% 더 촘촘히 배치되지만 안티앨리어싱되지 않습니다. + +### DarkDownwardDiagonal {#DarkDownwardDiagonal} +``` +public static final int DarkDownwardDiagonal +``` + + +위쪽 점에서 아래쪽 점으로 오른쪽으로 기울어지는 대각선 선을 지정합니다. 이 선은 `System.Drawing.drawing2d.HatchStyle.ForwardDiagonal`보다 50% 더 가깝게 배치되고 두께가 두 배이며, 이 해치 패턴은 안티앨리어싱되지 않습니다. + +### DarkUpwardDiagonal {#DarkUpwardDiagonal} +``` +public static final int DarkUpwardDiagonal +``` + + +위쪽 점에서 아래쪽 점으로 왼쪽으로 기울어진 대각선 선을 지정하며, `System.Drawing.drawing2d.HatchStyle.BackwardDiagonal`보다 50% 더 촘촘히 배치되고, 두께가 두 배이지만 안티앨리어싱되지 않습니다. + +### WideDownwardDiagonal {#WideDownwardDiagonal} +``` +public static final int WideDownwardDiagonal +``` + + +위쪽 점에서 아래쪽 점으로 오른쪽으로 기울어진 대각선 선을 지정하고, 해치 스타일 `System.Drawing.drawing2d.HatchStyle.ForwardDiagonal`와 동일한 간격을 가지며, 두께는 세 배이지만 안티앨리어싱되지 않습니다. + +### WideUpwardDiagonal {#WideUpwardDiagonal} +``` +public static final int WideUpwardDiagonal +``` + + +위쪽 점에서 아래쪽 점으로 왼쪽으로 기울어진 대각선 선을 지정하고, 해치 스타일 `System.Drawing.drawing2d.HatchStyle.BackwardDiagonal`와 동일한 간격을 가지며, 두께는 세 배이지만 안티앨리어싱되지 않습니다. + +### LightVertical {#LightVertical} +``` +public static final int LightVertical +``` + + +`System.Drawing.drawing2d.HatchStyle.Vertical`보다 50% 더 촘촘히 배치된 세로선을 지정합니다. + +### LightHorizontal {#LightHorizontal} +``` +public static final int LightHorizontal +``` + + +`System.Drawing.drawing2d.HatchStyle.Horizontal`보다 50% 더 촘촘히 배치된 가로선을 지정합니다. + +### NarrowVertical {#NarrowVertical} +``` +public static final int NarrowVertical +``` + + +해치 스타일 `System.Drawing.drawing2d.HatchStyle.Vertical`보다 75% 더 촘촘히(또는 `System.Drawing.drawing2d.HatchStyle.LightVertical`보다 25% 더 촘촘히) 배치된 세로선을 지정합니다. + +### NarrowHorizontal {#NarrowHorizontal} +``` +public static final int NarrowHorizontal +``` + + +수평선이 해치 스타일 `System.Drawing.drawing2d.HatchStyle.Horizontal`보다 75% 더 가깝게 배치되고 (`System.Drawing.drawing2d.HatchStyle.LightHorizontal`보다 25% 더 가깝게) 지정됩니다. + +### DarkVertical {#DarkVertical} +``` +public static final int DarkVertical +``` + + +`System.Drawing.drawing2d.HatchStyle.Vertical`보다 50% 더 가깝게 배치되고 두께가 두 배인 수직선을 지정합니다. + +### DarkHorizontal {#DarkHorizontal} +``` +public static final int DarkHorizontal +``` + + +`System.Drawing.drawing2d.HatchStyle.Horizontal`보다 50% 더 가깝게 배치되고, `System.Drawing.drawing2d.HatchStyle.Horizontal`의 두께의 두 배인 수평선을 지정합니다. + +### DashedDownwardDiagonal {#DashedDownwardDiagonal} +``` +public static final int DashedDownwardDiagonal +``` + + +위쪽 점에서 아래쪽 점으로 오른쪽으로 기울어지는 대시 대각선 라인을 지정합니다. + +### DashedUpwardDiagonal {#DashedUpwardDiagonal} +``` +public static final int DashedUpwardDiagonal +``` + + +위쪽 점에서 아래쪽 점으로 왼쪽으로 기울어지는 대시 대각선 라인을 지정합니다. + +### DashedHorizontal {#DashedHorizontal} +``` +public static final int DashedHorizontal +``` + + +대시 수평선을 지정합니다. + +### DashedVertical {#DashedVertical} +``` +public static final int DashedVertical +``` + + +대시 수직선을 지정합니다. + +### SmallConfetti {#SmallConfetti} +``` +public static final int SmallConfetti +``` + + +컨페티 모양의 해치를 지정합니다. + +### LargeConfetti {#LargeConfetti} +``` +public static final int LargeConfetti +``` + + +`System.Drawing.drawing2d.HatchStyle.SmallConfetti`보다 큰 조각으로 구성된 컨페티 모양의 해치를 지정합니다. + +### ZigZag {#ZigZag} +``` +public static final int ZigZag +``` + + +지그재그로 구성된 수평선을 지정합니다. + +### Wave {#Wave} +``` +public static final int Wave +``` + + +틸드(~)로 구성된 수평선을 지정합니다. + +### DiagonalBrick {#DiagonalBrick} +``` +public static final int DiagonalBrick +``` + + +위쪽 점에서 아래쪽 점으로 왼쪽으로 기울어지는 층이 있는 벽돌 모양의 해치를 지정합니다. + +### HorizontalBrick {#HorizontalBrick} +``` +public static final int HorizontalBrick +``` + + +수평으로 층이 있는 벽돌 모양의 해치를 지정합니다. + +### Weave {#Weave} +``` +public static final int Weave +``` + + +직조된 재료 모양의 해치를 지정합니다. + +### Plaid {#Plaid} +``` +public static final int Plaid +``` + + +격자무늬 재료 모양의 해치를 지정합니다. + +### Divot {#Divot} +``` +public static final int Divot +``` + + +작은 움푹 들어간 부분 모양의 해치를 지정합니다. + +### DottedGrid {#DottedGrid} +``` +public static final int DottedGrid +``` + + +점으로 구성된 수평선과 수직선이 교차하도록 지정합니다. + +### DottedDiamond {#DottedDiamond} +``` +public static final int DottedDiamond +``` + + +점으로 구성된 전방 대각선과 후방 대각선이 교차하도록 지정합니다. + +### Shingle {#Shingle} +``` +public static final int Shingle +``` + + +위쪽 점에서 아래쪽 점으로 오른쪽으로 기울어지는 대각선 층이 있는 기와 모양의 해치를 지정합니다. + +### Trellis {#Trellis} +``` +public static final int Trellis +``` + + +격자 구조물 모양의 해치를 지정합니다. + +### Sphere {#Sphere} +``` +public static final int Sphere +``` + + +인접하게 배치된 구형 모양의 해치를 지정합니다. + +### SmallGrid {#SmallGrid} +``` +public static final int SmallGrid +``` + + +`System.Drawing.drawing2d.HatchStyle.Cross`보다 50% 더 가깝게 배치되고 교차하는 수평선과 수직선을 지정합니다. + +### SmallCheckerBoard {#SmallCheckerBoard} +``` +public static final int SmallCheckerBoard +``` + + +체커보드 모양의 해치를 지정합니다. + +### LargeCheckerBoard {#LargeCheckerBoard} +``` +public static final int LargeCheckerBoard +``` + + +`System.Drawing.drawing2d.HatchStyle.SmallCheckerBoard`보다 두 배 크기의 정사각형을 가진 체커보드 모양의 해치를 지정합니다. + +### OutlinedDiamond {#OutlinedDiamond} +``` +public static final int OutlinedDiamond +``` + + +교차하지만 안티앨리어싱되지 않은 전방 대각선과 후방 대각선을 지정합니다. + +### SolidDiamond {#SolidDiamond} +``` +public static final int SolidDiamond +``` + + +대각선으로 배치된 체커보드 모양의 해치를 지정합니다. + +### LargeGrid {#LargeGrid} +``` +public static final int LargeGrid +``` + + +`System.Drawing.drawing2d.HatchStyle.Cross` 해치 스타일을 지정합니다. + +### Min {#Min} +``` +public static final int Min +``` + + +`System.Drawing.drawing2d.HatchStyle.Horizontal` 해치 스타일을 지정합니다. + +### Max {#Max} +``` +public static final int Max +``` + + +`System.Drawing.drawing2d.HatchStyle.SolidDiamond` 해치 스타일을 지정합니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/interpolationmode/_index.md b/korean/java/com.aspose.drawing.drawing2d/interpolationmode/_index.md new file mode 100644 index 000000000..83031a4e8 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/interpolationmode/_index.md @@ -0,0 +1,100 @@ +--- +title: InterpolationMode +second_title: Aspose.Drawing for Java API 참조 +description: InterpolationMode 열거형은 이미지가 확대 또는 회전될 때 사용되는 알고리즘을 지정합니다. +type: docs +weight: 28 +url: /ko/java/com.aspose.drawing.drawing2d/interpolationmode/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class InterpolationMode extends System.Enum +``` + +InterpolationMode 열거형은 이미지가 확대 또는 회전될 때 사용되는 알고리즘을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Invalid](#Invalid) | QualityMode 열거형의 Invalid 요소와 동일합니다. | +| [Default](#Default) | 기본 모드를 지정합니다. | +| [Low](#Low) | 낮은 품질 보간을 지정합니다. | +| [High](#High) | 높은 품질 보간을 지정합니다. | +| [Bilinear](#Bilinear) | 양선형 보간을 지정합니다. | +| [Bicubic](#Bicubic) | 삼차 보간을 지정합니다. | +| [NearestNeighbor](#NearestNeighbor) | 최근접 이웃 보간을 지정합니다. | +| [HighQualityBilinear](#HighQualityBilinear) | 고품질 양선형 보간을 지정합니다. | +| [HighQualityBicubic](#HighQualityBicubic) | 고품질 삼차 보간을 지정합니다. | +### Invalid {#Invalid} +``` +public static final int Invalid +``` + + +QualityMode 열거형의 Invalid 요소와 동일합니다. + +### Default {#Default} +``` +public static final int Default +``` + + +기본 모드를 지정합니다. + +### Low {#Low} +``` +public static final int Low +``` + + +낮은 품질 보간을 지정합니다. + +### High {#High} +``` +public static final int High +``` + + +높은 품질 보간을 지정합니다. + +### Bilinear {#Bilinear} +``` +public static final int Bilinear +``` + + +양선형 보간을 지정합니다. 사전 필터링이 수행되지 않습니다. 이 모드는 이미지 크기를 원본 크기의 50% 이하로 축소하는 경우에 적합하지 않습니다. + +### Bicubic {#Bicubic} +``` +public static final int Bicubic +``` + + +삼차 보간을 지정합니다. 사전 필터링이 수행되지 않습니다. 이 모드는 이미지 크기를 원본 크기의 25% 이하로 축소하는 경우에 적합하지 않습니다. + +### NearestNeighbor {#NearestNeighbor} +``` +public static final int NearestNeighbor +``` + + +최근접 이웃 보간을 지정합니다. + +### HighQualityBilinear {#HighQualityBilinear} +``` +public static final int HighQualityBilinear +``` + + +고품질 양선형 보간을 지정합니다. 고품질 축소를 보장하기 위해 사전 필터링이 수행됩니다. + +### HighQualityBicubic {#HighQualityBicubic} +``` +public static final int HighQualityBicubic +``` + + +고품질 삼차 보간을 지정합니다. 고품질 축소를 보장하기 위해 사전 필터링이 수행됩니다. 이 모드는 가장 높은 품질의 변환된 이미지를 생성합니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/lineargradientbrush/_index.md b/korean/java/com.aspose.drawing.drawing2d/lineargradientbrush/_index.md new file mode 100644 index 000000000..475d3fce2 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/lineargradientbrush/_index.md @@ -0,0 +1,520 @@ +--- +title: LinearGradientBrush +second_title: Aspose.Drawing for Java API 참조 +description: 선형 그라디언트를 사용하여 를 캡슐화합니다. +type: docs +weight: 31 +url: /ko/java/com.aspose.drawing.drawing2d/lineargradientbrush/ +--- +**Inheritance:** +java.lang.Object, [com.aspose.drawing.Brush](../../com.aspose.drawing/brush) +``` +public final class LinearGradientBrush extends Brush +``` + +[Brush](../../com.aspose.drawing/brush)를 선형 그라디언트와 함께 캡슐화합니다. 이 클래스는 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [LinearGradientBrush(PointF point1, PointF point2, Color color1, Color color2)](#LinearGradientBrush-com.aspose.drawing.PointF-com.aspose.drawing.PointF-com.aspose.drawing.Color-com.aspose.drawing.Color-) | 지정된 점과 색상을 사용하여 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush) 클래스의 새 인스턴스를 초기화합니다. | +| [LinearGradientBrush(Point point1, Point point2, Color color1, Color color2)](#LinearGradientBrush-com.aspose.drawing.Point-com.aspose.drawing.Point-com.aspose.drawing.Color-com.aspose.drawing.Color-) | 지정된 점과 색상을 사용하여 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush) 클래스의 새 인스턴스를 초기화합니다. | +| [LinearGradientBrush(RectangleF rect, Color color1, Color color2, int linearGradientMode)](#LinearGradientBrush-com.aspose.drawing.RectangleF-com.aspose.drawing.Color-com.aspose.drawing.Color-int-) | 사각형, 시작 및 끝 색상, 그리고 방향 모드를 기반으로 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush) 클래스의 새 인스턴스를 초기화합니다. | +| [LinearGradientBrush(Rectangle rect, Color color1, Color color2, int linearGradientMode)](#LinearGradientBrush-com.aspose.drawing.Rectangle-com.aspose.drawing.Color-com.aspose.drawing.Color-int-) | 사각형, 시작 및 끝 색상, 그리고 방향을 기반으로 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush) 클래스의 새 인스턴스를 초기화합니다. | +| [LinearGradientBrush(RectangleF rect, Color color1, Color color2, float angle)](#LinearGradientBrush-com.aspose.drawing.RectangleF-com.aspose.drawing.Color-com.aspose.drawing.Color-float-) | 사각형, 시작 및 끝 색상, 그리고 방향 각도를 기반으로 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush) 클래스의 새 인스턴스를 초기화합니다. | +| [LinearGradientBrush(RectangleF rect, Color color1, Color color2, float angle, boolean isAngleScaleable)](#LinearGradientBrush-com.aspose.drawing.RectangleF-com.aspose.drawing.Color-com.aspose.drawing.Color-float-boolean-) | 사각형, 시작 및 끝 색상, 그리고 방향 각도를 기반으로 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush) 클래스의 새 인스턴스를 초기화합니다. | +| [LinearGradientBrush(Rectangle rect, Color color1, Color color2, float angle)](#LinearGradientBrush-com.aspose.drawing.Rectangle-com.aspose.drawing.Color-com.aspose.drawing.Color-float-) | 사각형, 시작 및 끝 색상, 그리고 방향 각도를 기반으로 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush) 클래스의 새 인스턴스를 초기화합니다. | +| [LinearGradientBrush(Rectangle rect, Color color1, Color color2, float angle, boolean isAngleScaleable)](#LinearGradientBrush-com.aspose.drawing.Rectangle-com.aspose.drawing.Color-com.aspose.drawing.Color-float-boolean-) | 사각형, 시작 및 끝 색상, 그리고 방향 각도를 기반으로 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getLinearColors()](#getLinearColors--) | 그라디언트의 시작 색상과 끝 색상을 가져오거나 설정합니다. | +| [setLinearColors(Color[] value)](#setLinearColors-com.aspose.drawing.Color---) | 그라디언트의 시작 색상과 끝 색상을 가져오거나 설정합니다. | +| [getRectangle()](#getRectangle--) | 그라디언트의 시작점과 끝점을 정의하는 사각형 영역을 가져옵니다. | +| [getGammaCorrection()](#getGammaCorrection--) | 이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)에 대해 감마 보정이 활성화되어 있는지를 나타내는 값을 가져오거나 설정합니다. | +| [setGammaCorrection(boolean value)](#setGammaCorrection-boolean-) | 이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)에 대해 감마 보정이 활성화되어 있는지를 나타내는 값을 가져오거나 설정합니다. | +| [getBlend()](#getBlend--) | 그라디언트에 대한 사용자 정의 감쇠를 정의하는 위치와 계수를 지정하는 `Blend`([.getBlend](../../null/\#getBlend)/[.setBlend(Blend)](../../null/\#setBlend-Blend-))를 가져오거나 설정합니다. | +| [setBlend(Blend value)](#setBlend-com.aspose.drawing.drawing2d.Blend-) | 그라디언트에 대한 사용자 정의 감쇠를 정의하는 위치와 계수를 지정하는 `Blend`([.getBlend](../../null/\#getBlend)/[.setBlend(Blend)](../../null/\#setBlend-Blend-))를 가져오거나 설정합니다. | +| [getInterpolationColors()](#getInterpolationColors--) | 다중 색상 선형 그라디언트를 정의하는 [ColorBlend](../../com.aspose.drawing.drawing2d/colorblend)을 가져오거나 설정합니다. | +| [setInterpolationColors(ColorBlend value)](#setInterpolationColors-com.aspose.drawing.drawing2d.ColorBlend-) | 다중 색상 선형 그라디언트를 정의하는 [ColorBlend](../../com.aspose.drawing.drawing2d/colorblend)을 가져오거나 설정합니다. | +| [getWrapMode()](#getWrapMode--) | 이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)의 랩 모드를 나타내는 `WrapMode` 열거형을 가져오거나 설정합니다. | +| [setWrapMode(int value)](#setWrapMode-int-) | 이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)의 랩 모드를 나타내는 `WrapMode` 열거형을 가져오거나 설정합니다. | +| [getTransform()](#getTransform--) | 이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)에 대한 로컬 기하 변환을 정의하는 복사본 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 가져오거나 설정합니다. | +| [setTransform(Matrix value)](#setTransform-com.aspose.drawing.drawing2d.Matrix-) | 이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)에 대한 로컬 기하 변환을 정의하는 복사본 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 가져오거나 설정합니다. | +| [deepClone()](#deepClone--) | 이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)의 정확한 복사본을 생성합니다. | +| [setSigmaBellShape(float focus)](#setSigmaBellShape-float-) | 종 모양 곡선을 기반으로 하는 그라디언트 감쇠를 생성합니다. | +| [setSigmaBellShape(float focus, float scale)](#setSigmaBellShape-float-float-) | 종 모양 곡선을 기반으로 하는 그라디언트 감쇠를 생성합니다. | +| [setBlendTriangularShape(float focus)](#setBlendTriangularShape-float-) | 중심 색상과 양쪽 끝으로 단일 색상으로 선형 감쇠되는 선형 그라디언트를 생성합니다. | +| [setBlendTriangularShape(float focus, float scale)](#setBlendTriangularShape-float-float-) | 중심 색상과 양쪽 끝으로 단일 색상으로 선형 감쇠되는 선형 그라디언트를 생성합니다. | +| [resetTransform()](#resetTransform--) | `LinearGradientBrush.Transform` 속성을 단위 행렬로 재설정합니다. | +| [multiplyTransform(Matrix matrix)](#multiplyTransform-com.aspose.drawing.drawing2d.Matrix-) | 이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)의 로컬 기하 변환을 나타내는 [Matrix](../../com.aspose.drawing.drawing2d/matrix)에 지정된 [Matrix](../../com.aspose.drawing.drawing2d/matrix)을 앞에 추가하여 곱합니다. | +| [multiplyTransform(Matrix matrix, int order)](#multiplyTransform-com.aspose.drawing.drawing2d.Matrix-int-) | 이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)의 로컬 기하 변환을 나타내는 [Matrix](../../com.aspose.drawing.drawing2d/matrix)에 지정된 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 지정된 순서대로 곱합니다. | +| [translateTransform(float dx, float dy)](#translateTransform-float-float-) | 지정된 치수만큼 로컬 기하 변환을 평행 이동합니다. | +| [translateTransform(float dx, float dy, int order)](#translateTransform-float-float-int-) | 지정된 순서대로 지정된 치수만큼 로컬 기하 변환을 평행 이동합니다. | +| [scaleTransform(float sx, float sy)](#scaleTransform-float-float-) | 지정된 양만큼 로컬 기하 변환을 스케일링합니다. | +| [scaleTransform(float sx, float sy, int order)](#scaleTransform-float-float-int-) | 지정된 순서대로 지정된 양만큼 로컬 기하 변환을 스케일링합니다. | +| [rotateTransform(float angle)](#rotateTransform-float-) | 지정된 각도만큼 로컬 기하 변환을 회전시킵니다. | +| [rotateTransform(float angle, int order)](#rotateTransform-float-int-) | 지정된 순서대로 지정된 각도만큼 로컬 기하 변환을 회전시킵니다. | +### LinearGradientBrush(PointF point1, PointF point2, Color color1, Color color2) {#LinearGradientBrush-com.aspose.drawing.PointF-com.aspose.drawing.PointF-com.aspose.drawing.Color-com.aspose.drawing.Color-} +``` +public LinearGradientBrush(PointF point1, PointF point2, Color color1, Color color2) +``` + + +지정된 점과 색상을 사용하여 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| point1 | [PointF](../../com.aspose.drawing/pointf) | 선형 그라디언트의 시작점을 나타내는 [PointF](../../com.aspose.drawing/pointf) 구조체입니다. | +| point2 | [PointF](../../com.aspose.drawing/pointf) | 선형 그라디언트의 끝점을 나타내는 [PointF](../../com.aspose.drawing/pointf) 구조체입니다. | +| color1 | [Color](../../com.aspose.drawing/color) | 선형 그라디언트의 시작 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체입니다. | +| color2 | [Color](../../com.aspose.drawing/color) | 선형 그라디언트의 끝 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체입니다. | + +### LinearGradientBrush(Point point1, Point point2, Color color1, Color color2) {#LinearGradientBrush-com.aspose.drawing.Point-com.aspose.drawing.Point-com.aspose.drawing.Color-com.aspose.drawing.Color-} +``` +public LinearGradientBrush(Point point1, Point point2, Color color1, Color color2) +``` + + +지정된 점과 색상을 사용하여 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| point1 | [Point](../../com.aspose.drawing/point) | 선형 그라디언트의 시작점을 나타내는 [Point](../../com.aspose.drawing/point) 구조체입니다. | +| point2 | [Point](../../com.aspose.drawing/point) | 선형 그라디언트의 끝점을 나타내는 [Point](../../com.aspose.drawing/point) 구조체입니다. | +| color1 | [Color](../../com.aspose.drawing/color) | 선형 그라디언트의 시작 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체입니다. | +| color2 | [Color](../../com.aspose.drawing/color) | 선형 그라디언트의 끝 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체입니다. | + +### LinearGradientBrush(RectangleF rect, Color color1, Color color2, int linearGradientMode) {#LinearGradientBrush-com.aspose.drawing.RectangleF-com.aspose.drawing.Color-com.aspose.drawing.Color-int-} +``` +public LinearGradientBrush(RectangleF rect, Color color1, Color color2, int linearGradientMode) +``` + + +사각형, 시작 및 끝 색상, 그리고 방향 모드를 기반으로 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [RectangleF](../../com.aspose.drawing/rectanglef) | 선형 그라디언트의 경계를 지정하는 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체입니다. | +| color1 | [Color](../../com.aspose.drawing/color) | 그라디언트의 시작 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체입니다. | +| color2 | [Color](../../com.aspose.drawing/color) | 그라디언트의 종료 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체. | +| linearGradientMode | int | [LinearGradientMode](../../com.aspose.drawing.drawing2d/lineargradientmode) 열거형 요소로, 그라디언트의 방향을 지정합니다. 방향은 그라디언트의 시작점과 종료점을 결정합니다. 예를 들어, LinearGradientMode.ForwardDiagonal는 시작점이 사각형의 왼쪽 위 모서리이고 종료점이 사각형의 오른쪽 아래 모서리임을 지정합니다. | + +### LinearGradientBrush(Rectangle rect, Color color1, Color color2, int linearGradientMode) {#LinearGradientBrush-com.aspose.drawing.Rectangle-com.aspose.drawing.Color-com.aspose.drawing.Color-int-} +``` +public LinearGradientBrush(Rectangle rect, Color color1, Color color2, int linearGradientMode) +``` + + +사각형, 시작 및 끝 색상, 그리고 방향을 기반으로 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [Rectangle](../../com.aspose.drawing/rectangle) | `Rectangle`([.getRectangle](../../null/\#getRectangle)) 구조체로, 선형 그라디언트의 경계를 지정합니다. | +| color1 | [Color](../../com.aspose.drawing/color) | 그라디언트의 시작 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체입니다. | +| color2 | [Color](../../com.aspose.drawing/color) | 그라디언트의 종료 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체. | +| linearGradientMode | int | [LinearGradientMode](../../com.aspose.drawing.drawing2d/lineargradientmode) 열거형 요소로, 그라디언트의 방향을 지정합니다. 방향은 그라디언트의 시작점과 종료점을 결정합니다. 예를 들어, LinearGradientMode.ForwardDiagonal는 시작점이 사각형의 왼쪽 위 모서리이고 종료점이 사각형의 오른쪽 아래 모서리임을 지정합니다. | + +### LinearGradientBrush(RectangleF rect, Color color1, Color color2, float angle) {#LinearGradientBrush-com.aspose.drawing.RectangleF-com.aspose.drawing.Color-com.aspose.drawing.Color-float-} +``` +public LinearGradientBrush(RectangleF rect, Color color1, Color color2, float angle) +``` + + +사각형, 시작 및 끝 색상, 그리고 방향 각도를 기반으로 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [RectangleF](../../com.aspose.drawing/rectanglef) | 선형 그라디언트의 경계를 지정하는 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체입니다. | +| color1 | [Color](../../com.aspose.drawing/color) | 그라디언트의 시작 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체입니다. | +| color2 | [Color](../../com.aspose.drawing/color) | 그라디언트의 종료 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체. | +| 각도 | float | 그라디언트 방향선의 각도이며, x축을 기준으로 시계 방향으로 측정한 도(degree) 단위입니다. | + +### LinearGradientBrush(RectangleF rect, Color color1, Color color2, float angle, boolean isAngleScaleable) {#LinearGradientBrush-com.aspose.drawing.RectangleF-com.aspose.drawing.Color-com.aspose.drawing.Color-float-boolean-} +``` +public LinearGradientBrush(RectangleF rect, Color color1, Color color2, float angle, boolean isAngleScaleable) +``` + + +사각형, 시작 및 끝 색상, 그리고 방향 각도를 기반으로 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [RectangleF](../../com.aspose.drawing/rectanglef) | 선형 그라디언트의 경계를 지정하는 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체입니다. | +| color1 | [Color](../../com.aspose.drawing/color) | 그라디언트의 시작 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체입니다. | +| color2 | [Color](../../com.aspose.drawing/color) | 그라디언트의 종료 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체. | +| 각도 | float | 그라디언트 방향선의 각도이며, x축을 기준으로 시계 방향으로 측정한 도(degree) 단위입니다. | +| isAngleScaleable | boolean | true로 설정하면 이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)와 연결된 변환에 의해 각도가 영향을 받도록 지정합니다; 그렇지 않으면 false입니다. | + +### LinearGradientBrush(Rectangle rect, Color color1, Color color2, float angle) {#LinearGradientBrush-com.aspose.drawing.Rectangle-com.aspose.drawing.Color-com.aspose.drawing.Color-float-} +``` +public LinearGradientBrush(Rectangle rect, Color color1, Color color2, float angle) +``` + + +사각형, 시작 및 끝 색상, 그리고 방향 각도를 기반으로 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [Rectangle](../../com.aspose.drawing/rectangle) | `Rectangle`([.getRectangle](../../null/\#getRectangle)) 구조체로, 선형 그라디언트의 경계를 지정합니다. | +| color1 | [Color](../../com.aspose.drawing/color) | 그라디언트의 시작 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체입니다. | +| color2 | [Color](../../com.aspose.drawing/color) | 그라디언트의 종료 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체. | +| 각도 | float | 그라디언트 방향선의 각도이며, x축을 기준으로 시계 방향으로 측정한 도(degree) 단위입니다. | + +### LinearGradientBrush(Rectangle rect, Color color1, Color color2, float angle, boolean isAngleScaleable) {#LinearGradientBrush-com.aspose.drawing.Rectangle-com.aspose.drawing.Color-com.aspose.drawing.Color-float-boolean-} +``` +public LinearGradientBrush(Rectangle rect, Color color1, Color color2, float angle, boolean isAngleScaleable) +``` + + +사각형, 시작 및 끝 색상, 그리고 방향 각도를 기반으로 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [Rectangle](../../com.aspose.drawing/rectangle) | `Rectangle`([.getRectangle](../../null/\#getRectangle)) 구조체로, 선형 그라디언트의 경계를 지정합니다. | +| color1 | [Color](../../com.aspose.drawing/color) | 그라디언트의 시작 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체입니다. | +| color2 | [Color](../../com.aspose.drawing/color) | 그라디언트의 종료 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체. | +| 각도 | float | 그라디언트 방향선의 각도이며, x축을 기준으로 시계 방향으로 측정한 도(degree) 단위입니다. | +| isAngleScaleable | boolean | true로 설정하면 이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)와 연결된 변환에 의해 각도가 영향을 받도록 지정합니다; 그렇지 않으면 false입니다. | + +### getLinearColors() {#getLinearColors--} +``` +public Color[] getLinearColors() +``` + + +그라디언트의 시작 색상과 끝 색상을 가져오거나 설정합니다. + +**Returns:** +com.aspose.drawing.Color[] +### setLinearColors(Color[] value) {#setLinearColors-com.aspose.drawing.Color---} +``` +public void setLinearColors(Color[] value) +``` + + +그라디언트의 시작 색상과 끝 색상을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Color\[\]](../../com.aspose.drawing/color) | | + +### getRectangle() {#getRectangle--} +``` +public RectangleF getRectangle() +``` + + +그라디언트의 시작점과 끝점을 정의하는 사각형 영역을 가져옵니다. + +**Returns:** +[RectangleF](../../com.aspose.drawing/rectanglef) +### getGammaCorrection() {#getGammaCorrection--} +``` +public boolean getGammaCorrection() +``` + + +이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)에 대해 감마 보정이 활성화되어 있는지를 나타내는 값을 가져오거나 설정합니다. + +**Returns:** +boolean +### setGammaCorrection(boolean value) {#setGammaCorrection-boolean-} +``` +public void setGammaCorrection(boolean value) +``` + + +이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)에 대해 감마 보정이 활성화되어 있는지를 나타내는 값을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | boolean | | + +### getBlend() {#getBlend--} +``` +public Blend getBlend() +``` + + +그라디언트에 대한 사용자 정의 감쇠를 정의하는 위치와 계수를 지정하는 `Blend`([.getBlend](../../null/\#getBlend)/[.setBlend(Blend)](../../null/\#setBlend-Blend-))를 가져오거나 설정합니다. + +**Returns:** +[Blend](../../com.aspose.drawing.drawing2d/blend) +### setBlend(Blend value) {#setBlend-com.aspose.drawing.drawing2d.Blend-} +``` +public void setBlend(Blend value) +``` + + +그라디언트에 대한 사용자 정의 감쇠를 정의하는 위치와 계수를 지정하는 `Blend`([.getBlend](../../null/\#getBlend)/[.setBlend(Blend)](../../null/\#setBlend-Blend-))를 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Blend](../../com.aspose.drawing.drawing2d/blend) | | + +### getInterpolationColors() {#getInterpolationColors--} +``` +public ColorBlend getInterpolationColors() +``` + + +다중 색상 선형 그라디언트를 정의하는 [ColorBlend](../../com.aspose.drawing.drawing2d/colorblend)을 가져오거나 설정합니다. + +**Returns:** +[ColorBlend](../../com.aspose.drawing.drawing2d/colorblend) +### setInterpolationColors(ColorBlend value) {#setInterpolationColors-com.aspose.drawing.drawing2d.ColorBlend-} +``` +public void setInterpolationColors(ColorBlend value) +``` + + +다중 색상 선형 그라디언트를 정의하는 [ColorBlend](../../com.aspose.drawing.drawing2d/colorblend)을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [ColorBlend](../../com.aspose.drawing.drawing2d/colorblend) | | + +### getWrapMode() {#getWrapMode--} +``` +public int getWrapMode() +``` + + +이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)의 랩 모드를 나타내는 `WrapMode` 열거형을 가져오거나 설정합니다. + +**Returns:** +int +### setWrapMode(int value) {#setWrapMode-int-} +``` +public void setWrapMode(int value) +``` + + +이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)의 랩 모드를 나타내는 `WrapMode` 열거형을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getTransform() {#getTransform--} +``` +public Matrix getTransform() +``` + + +이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)에 대한 로컬 기하 변환을 정의하는 복사본 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 가져오거나 설정합니다. + +**Returns:** +[Matrix](../../com.aspose.drawing.drawing2d/matrix) +### setTransform(Matrix value) {#setTransform-com.aspose.drawing.drawing2d.Matrix-} +``` +public void setTransform(Matrix value) +``` + + +이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)에 대한 로컬 기하 변환을 정의하는 복사본 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Matrix](../../com.aspose.drawing.drawing2d/matrix) | | + +### deepClone() {#deepClone--} +``` +public Object deepClone() +``` + + +이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)의 정확한 복사본을 생성합니다. + +**Returns:** +java.lang.Object - 이 메서드가 생성하는 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)를 객체로 캐스팅한 것입니다. +### setSigmaBellShape(float focus) {#setSigmaBellShape-float-} +``` +public void setSigmaBellShape(float focus) +``` + + +종 모양 곡선을 기반으로 하는 그라디언트 감쇠를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| focus | float | 0부터 1까지의 값으로, 그라디언트의 중심을 지정합니다(시작 색과 종료 색이 동일하게 혼합되는 지점). | + +### setSigmaBellShape(float focus, float scale) {#setSigmaBellShape-float-float-} +``` +public void setSigmaBellShape(float focus, float scale) +``` + + +종 모양 곡선을 기반으로 하는 그라디언트 감쇠를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| focus | float | 0부터 1까지의 값으로, 그라디언트의 중심을 지정합니다(그라디언트가 오직 종료 색으로만 구성되는 지점). | +| scale | float | 0부터 1까지의 값으로, 색상이 `focus`에서 얼마나 빠르게 감소하는지를 지정합니다. | + +### setBlendTriangularShape(float focus) {#setBlendTriangularShape-float-} +``` +public void setBlendTriangularShape(float focus) +``` + + +중심 색상과 양쪽 끝으로 단일 색상으로 선형 감쇠되는 선형 그라디언트를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| focus | float | 0부터 1까지의 값으로, 그라디언트의 중심을 지정합니다(그라디언트가 오직 종료 색으로만 구성되는 지점). | + +### setBlendTriangularShape(float focus, float scale) {#setBlendTriangularShape-float-float-} +``` +public void setBlendTriangularShape(float focus, float scale) +``` + + +중심 색상과 양쪽 끝으로 단일 색상으로 선형 감쇠되는 선형 그라디언트를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| focus | float | 0부터 1까지의 값으로, 그라디언트의 중심을 지정합니다(그라디언트가 오직 종료 색으로만 구성되는 지점). | +| scale | float | 0부터 1까지의 값으로, 시작 색에서 `focus`(종료 색)까지 색상이 얼마나 빠르게 감소하는지를 지정합니다. | + +### resetTransform() {#resetTransform--} +``` +public void resetTransform() +``` + + +`LinearGradientBrush.Transform` 속성을 단위 행렬로 재설정합니다. + +### multiplyTransform(Matrix matrix) {#multiplyTransform-com.aspose.drawing.drawing2d.Matrix-} +``` +public void multiplyTransform(Matrix matrix) +``` + + +이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)의 로컬 기하 변환을 나타내는 [Matrix](../../com.aspose.drawing.drawing2d/matrix)에 지정된 [Matrix](../../com.aspose.drawing.drawing2d/matrix)을 앞에 추가하여 곱합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| matrix | [Matrix](../../com.aspose.drawing.drawing2d/matrix) | 기하학적 변환에 곱할 [Matrix](../../com.aspose.drawing.drawing2d/matrix)입니다. | + +### multiplyTransform(Matrix matrix, int order) {#multiplyTransform-com.aspose.drawing.drawing2d.Matrix-int-} +``` +public void multiplyTransform(Matrix matrix, int order) +``` + + +이 [LinearGradientBrush](../../com.aspose.drawing.drawing2d/lineargradientbrush)의 로컬 기하 변환을 나타내는 [Matrix](../../com.aspose.drawing.drawing2d/matrix)에 지정된 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 지정된 순서대로 곱합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| matrix | [Matrix](../../com.aspose.drawing.drawing2d/matrix) | 기하학적 변환에 곱할 [Matrix](../../com.aspose.drawing.drawing2d/matrix)입니다. | +| order | int | 두 행렬을 곱하는 순서를 지정하는 [MatrixOrder](../../com.aspose.drawing.drawing2d/matrixorder)입니다. | + +### translateTransform(float dx, float dy) {#translateTransform-float-float-} +``` +public void translateTransform(float dx, float dy) +``` + + +지정된 치수만큼 로컬 기하학적 변환을 평행 이동합니다. 이 메서드는 변환 앞에 평행 이동을 추가합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| dx | float | x 방향 평행 이동 값입니다. | +| dy | float | y 방향 평행 이동 값입니다. | + +### translateTransform(float dx, float dy, int order) {#translateTransform-float-float-int-} +``` +public void translateTransform(float dx, float dy, int order) +``` + + +지정된 순서대로 지정된 치수만큼 로컬 기하 변환을 평행 이동합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| dx | float | x 방향 평행 이동 값입니다. | +| dy | float | y 방향 평행 이동 값입니다. | +| order | int | 평행 이동을 적용할 순서(앞에 추가 또는 뒤에 추가)입니다. | + +### scaleTransform(float sx, float sy) {#scaleTransform-float-float-} +``` +public void scaleTransform(float sx, float sy) +``` + + +지정된 양만큼 로컬 기하 변환을 스케일합니다. 이 메서드는 스케일링 행렬을 변환 앞에 추가합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sx | float | x축 방향으로 변환을 스케일링할 양. | +| sy | float | y축 방향으로 변환을 스케일링할 양. | + +### scaleTransform(float sx, float sy, int order) {#scaleTransform-float-float-int-} +``` +public void scaleTransform(float sx, float sy, int order) +``` + + +지정된 순서대로 지정된 양만큼 로컬 기하 변환을 스케일링합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sx | float | x축 방향으로 변환을 스케일링할 양. | +| sy | float | y축 방향으로 변환을 스케일링할 양. | +| order | int | 스케일링 행렬을 추가하거나 앞에 삽입할지 지정하는 [MatrixOrder](../../com.aspose.drawing.drawing2d/matrixorder)입니다. | + +### rotateTransform(float angle) {#rotateTransform-float-} +``` +public void rotateTransform(float angle) +``` + + +지정된 양만큼 로컬 기하 변환을 회전합니다. 이 메서드는 회전 행렬을 변환 앞에 추가합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 각도 | float | 회전 각도. | + +### rotateTransform(float angle, int order) {#rotateTransform-float-int-} +``` +public void rotateTransform(float angle, int order) +``` + + +지정된 순서대로 지정된 각도만큼 로컬 기하 변환을 회전시킵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 각도 | float | 회전 각도. | +| order | int | 회전 행렬을 추가하거나 앞에 삽입할지 지정하는 [MatrixOrder](../../com.aspose.drawing.drawing2d/matrixorder)입니다. | + diff --git a/korean/java/com.aspose.drawing.drawing2d/lineargradientmode/_index.md b/korean/java/com.aspose.drawing.drawing2d/lineargradientmode/_index.md new file mode 100644 index 000000000..4ab07c56b --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/lineargradientmode/_index.md @@ -0,0 +1,55 @@ +--- +title: LinearGradientMode +second_title: Aspose.Drawing for Java API 참조 +description: 선형 그라디언트의 방향을 지정합니다. +type: docs +weight: 32 +url: /ko/java/com.aspose.drawing.drawing2d/lineargradientmode/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class LinearGradientMode extends System.Enum +``` + +선형 그라디언트의 방향을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Horizontal](#Horizontal) | 왼쪽에서 오른쪽으로의 그라디언트를 지정합니다. | +| [Vertical](#Vertical) | 위에서 아래로의 그라디언트를 지정합니다. | +| [ForwardDiagonal](#ForwardDiagonal) | 좌상단에서 우하단으로의 그라디언트를 지정합니다. | +| [BackwardDiagonal](#BackwardDiagonal) | 우상단에서 좌하단으로의 그라디언트를 지정합니다. | +### Horizontal {#Horizontal} +``` +public static final int Horizontal +``` + + +왼쪽에서 오른쪽으로의 그라디언트를 지정합니다. + +### Vertical {#Vertical} +``` +public static final int Vertical +``` + + +위에서 아래로의 그라디언트를 지정합니다. + +### ForwardDiagonal {#ForwardDiagonal} +``` +public static final int ForwardDiagonal +``` + + +좌상단에서 우하단으로의 그라디언트를 지정합니다. + +### BackwardDiagonal {#BackwardDiagonal} +``` +public static final int BackwardDiagonal +``` + + +우상단에서 좌하단으로의 그라디언트를 지정합니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/linecap/_index.md b/korean/java/com.aspose.drawing.drawing2d/linecap/_index.md new file mode 100644 index 000000000..791dd66a5 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/linecap/_index.md @@ -0,0 +1,118 @@ +--- +title: LineCap +second_title: Aspose.Drawing for Java API 참조 +description: Pen 객체가 선을 끝낼 때 사용할 수 있는 캡 스타일을 지정합니다. +type: docs +weight: 29 +url: /ko/java/com.aspose.drawing.drawing2d/linecap/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class LineCap extends System.Enum +``` + +Pen 객체가 선을 끝낼 때 사용할 수 있는 캡 스타일을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Flat](#Flat) | 평면 라인 캡을 지정합니다. | +| [Square](#Square) | 사각형 라인 캡을 지정합니다. | +| [Round](#Round) | 원형 라인 캡을 지정합니다. | +| [Triangle](#Triangle) | 삼각형 라인 캡을 지정합니다. | +| [NoAnchor](#NoAnchor) | 앵커가 없음을 지정합니다. | +| [SquareAnchor](#SquareAnchor) | 정사각형 앵커 라인 캡을 지정합니다. | +| [RoundAnchor](#RoundAnchor) | 원형 앵커 캡을 지정합니다. | +| [DiamondAnchor](#DiamondAnchor) | 다이아몬드 앵커 캡을 지정합니다. | +| [ArrowAnchor](#ArrowAnchor) | 화살표 모양 앵커 캡을 지정합니다. | +| [Custom](#Custom) | 사용자 정의 라인 캡을 지정합니다. | +| [AnchorMask](#AnchorMask) | 라인 캡이 앵커 캡인지 확인하는 데 사용되는 마스크를 지정합니다. | +### Flat {#Flat} +``` +public static final int Flat +``` + + +평면 라인 캡을 지정합니다. + +### Square {#Square} +``` +public static final int Square +``` + + +사각형 라인 캡을 지정합니다. + +### Round {#Round} +``` +public static final int Round +``` + + +원형 라인 캡을 지정합니다. + +### Triangle {#Triangle} +``` +public static final int Triangle +``` + + +삼각형 라인 캡을 지정합니다. + +### NoAnchor {#NoAnchor} +``` +public static final int NoAnchor +``` + + +앵커가 없음을 지정합니다. + +### SquareAnchor {#SquareAnchor} +``` +public static final int SquareAnchor +``` + + +정사각형 앵커 라인 캡을 지정합니다. + +### RoundAnchor {#RoundAnchor} +``` +public static final int RoundAnchor +``` + + +원형 앵커 캡을 지정합니다. + +### DiamondAnchor {#DiamondAnchor} +``` +public static final int DiamondAnchor +``` + + +다이아몬드 앵커 캡을 지정합니다. + +### ArrowAnchor {#ArrowAnchor} +``` +public static final int ArrowAnchor +``` + + +화살표 모양 앵커 캡을 지정합니다. + +### Custom {#Custom} +``` +public static final int Custom +``` + + +사용자 정의 라인 캡을 지정합니다. + +### AnchorMask {#AnchorMask} +``` +public static final int AnchorMask +``` + + +라인 캡이 앵커 캡인지 확인하는 데 사용되는 마스크를 지정합니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/linejoin/_index.md b/korean/java/com.aspose.drawing.drawing2d/linejoin/_index.md new file mode 100644 index 000000000..d9320eef5 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/linejoin/_index.md @@ -0,0 +1,59 @@ +--- +title: LineJoin +second_title: Aspose.Drawing for Java API 참조 +description: GraphicsPath 객체에 포함된 도형 서브패스에서 연속적인 선 또는 곡선 세그먼트를 연결하는 방법을 지정합니다. +type: docs +weight: 30 +url: /ko/java/com.aspose.drawing.drawing2d/linejoin/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class LineJoin extends System.Enum +``` + +GraphicsPath 객체에 포함된 도형(서브패스)에서 연속적인 선 또는 곡선 세그먼트를 연결하는 방법을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Miter](#Miter) | 뾰족한(각진) 조인 방식을 지정합니다. | +| [Bevel](#Bevel) | 베벨 조인 방식을 지정합니다. | +| [Round](#Round) | 원형 조인 방식을 지정합니다. | +| [MiterClipped](#MiterClipped) | 뾰족한(각진) 조인 방식을 지정합니다. | +### Miter {#Miter} +``` +public static final int Miter +``` + + +뾰족한 조인 방식을 지정합니다. 이는 마이터 길이가 마이터 제한을 초과하는지에 따라 날카로운 모서리 또는 잘린 모서리를 생성합니다. + +-------------------- + +현재 Miter 조인은 실제로 MiterClipped처럼 동작합니다. + +### Bevel {#Bevel} +``` +public static final int Bevel +``` + + +베벨 조인 방식을 지정합니다. 이는 대각선 모서리를 생성합니다. + +### Round {#Round} +``` +public static final int Round +``` + + +원형 조인 방식을 지정합니다. 이는 선 사이에 부드러운 원형 호를 생성합니다. + +### MiterClipped {#MiterClipped} +``` +public static final int MiterClipped +``` + + +뾰족한 조인 방식을 지정합니다. 이는 마이터 길이가 마이터 제한을 초과하는지에 따라 날카로운 모서리 또는 베벨 모서리를 생성합니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/matrix/_index.md b/korean/java/com.aspose.drawing.drawing2d/matrix/_index.md new file mode 100644 index 000000000..ece05facf --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/matrix/_index.md @@ -0,0 +1,416 @@ +--- +title: Matrix +second_title: Aspose.Drawing for Java API 참조 +description: 기하학적 변환을 나타내는 3x3 어파인 행렬을 캡슐화합니다. +type: docs +weight: 33 +url: /ko/java/com.aspose.drawing.drawing2d/matrix/ +--- +**Inheritance:** +java.lang.Object + +**All Implemented Interfaces:** +com.aspose.ms.System.IDisposable +``` +public final class Matrix implements System.IDisposable +``` + +기하학적 변환을 나타내는 3x3 어파인 행렬을 캡슐화합니다. 이 클래스는 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [Matrix()](#Matrix--) | Matrix 클래스의 새 인스턴스를 단위 행렬로 초기화합니다. | +| [Matrix(float m11, float m12, float m21, float m22, float dx, float dy)](#Matrix-float-float-float-float-float-float-) | Matrix 클래스의 새 인스턴스를 지정된 요소로 초기화합니다. | +| [Matrix(Rectangle rect, Point[] plgpts)](#Matrix-com.aspose.drawing.Rectangle-com.aspose.drawing.Point---) | [Matrix](../../com.aspose.drawing.drawing2d/matrix) 클래스의 새 인스턴스를 지정된 사각형 및 점 배열에 의해 정의된 기하학적 변환으로 초기화합니다. | +| [Matrix(RectangleF rect, PointF[] plgpts)](#Matrix-com.aspose.drawing.RectangleF-com.aspose.drawing.PointF---) | [Matrix](../../com.aspose.drawing.drawing2d/matrix) 클래스의 새 인스턴스를 지정된 사각형 및 점 배열에 의해 정의된 기하학적 변환으로 초기화합니다. | +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [IdentityTransform](#IdentityTransform) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getElements()](#getElements--) | 이 Matrix의 요소를 나타내는 부동 소수점 값 배열을 가져옵니다. | +| [isIdentity()](#isIdentity--) | 이 Matrix가 단위 행렬인지 여부를 나타내는 값을 가져옵니다. | +| [isInvertible()](#isInvertible--) | 이 Matrix가 역행 가능인지 여부를 나타내는 값을 가져옵니다. | +| [getOffsetX()](#getOffsetX--) | 이 Matrix의 x 변환값(dx 값 또는 3번째 행 1번째 열의 요소)을 가져옵니다. | +| [getOffsetY()](#getOffsetY--) | 이 Matrix의 y 변환값(`dy` 값 또는 3번째 행 2번째 열의 요소)을 가져옵니다. | +| [dispose()](#dispose--) | 이 Matrix가 사용한 모든 리소스를 해제합니다. | +| [deepClone()](#deepClone--) | 이 Matrix의 정확한 복사본을 생성합니다. | +| [invert()](#invert--) | 이 Matrix가 가역이면 역행렬을 구합니다. | +| [translate(float offsetX, float offsetY)](#translate-float-float-) | 지정된 변환 벡터(offsetX 및 offsetY)를 앞에 추가하여 이 Matrix에 적용합니다. | +| [translate(float offsetX, float offsetY, int order)](#translate-float-float-int-) | 지정된 순서대로 지정된 변환 벡터를 이 Matrix에 적용합니다. | +| [transformVectors(PointF[] pts)](#transformVectors-com.aspose.drawing.PointF---) | 배열에 있는 각 벡터에 매트릭스를 곱합니다. | +| [scale(float scaleX, float scaleY)](#scale-float-float-) | 지정된 스케일 벡터를 앞에 추가하여 이 Matrix에 적용합니다. | +| [scale(float scaleX, float scaleY, int order)](#scale-float-float-int-) | 지정된 순서를 사용하여 지정된 스케일 벡터(scaleX 및 scaleY)를 이 Matrix에 적용합니다. | +| [shear(float shearX, float shearY)](#shear-float-float-) | 지정된 전단 변환을 앞에 추가하여 이 Matrix에 지정된 전단 벡터를 적용합니다. | +| [shear(float shearX, float shearY, int order)](#shear-float-float-int-) | 지정된 순서대로 지정된 전단 벡터를 이 Matrix에 적용합니다. | +| [rotateAt(float angle, PointF point)](#rotateAt-float-com.aspose.drawing.PointF-) | point 매개변수에 지정된 점을 중심으로 시계 방향 회전을 앞에 추가하여 이 Matrix에 적용합니다. | +| [rotateAt(float angle, PointF point, int order)](#rotateAt-float-com.aspose.drawing.PointF-int-) | 지정된 순서대로 지정된 점을 중심으로 시계 방향 회전을 이 Matrix에 적용합니다. | +| [transformPoints(PointF[] pts)](#transformPoints-com.aspose.drawing.PointF---) | 이 [Matrix](../../com.aspose.drawing.drawing2d/matrix)로 표현된 기하 변환을 지정된 점 배열에 적용합니다. | +| [transformPoints(Point[] pts)](#transformPoints-com.aspose.drawing.Point---) | 이 [Matrix](../../com.aspose.drawing.drawing2d/matrix)로 표현된 기하 변환을 지정된 점 배열에 적용합니다. | +| [multiply(Matrix matrix)](#multiply-com.aspose.drawing.drawing2d.Matrix-) | 이 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 `matrix` 매개변수에 지정된 매트릭스로 앞에 추가하여 곱합니다(지정된 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 앞에 추가). | +| [multiply(Matrix matrix, int order)](#multiply-com.aspose.drawing.drawing2d.Matrix-int-) | 이 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 `matrix` 매개변수에 지정된 매트릭스로 곱하고, `order` 매개변수에 지정된 순서대로 적용합니다. | +| [rotate(float angle)](#rotate-float-) | 원점을 중심으로 지정된 각도만큼 시계 방향 회전을 앞에 추가하여 이 [Matrix](../../com.aspose.drawing.drawing2d/matrix)에 적용합니다. | +| [rotate(float angle, int order)](#rotate-float-int-) | angle 매개변수에 지정된 양만큼 원점(좌표 x와 y가 0) 주위에서 시계 방향 회전을 이 [Matrix](../../com.aspose.drawing.drawing2d/matrix)에 적용합니다. | +| [reset()](#reset--) | 이 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 단위 행렬의 요소로 재설정합니다. | +### Matrix() {#Matrix--} +``` +public Matrix() +``` + + +Matrix 클래스의 새 인스턴스를 단위 행렬로 초기화합니다. + +### Matrix(float m11, float m12, float m21, float m22, float dx, float dy) {#Matrix-float-float-float-float-float-float-} +``` +public Matrix(float m11, float m12, float m21, float m22, float dx, float dy) +``` + + +Matrix 클래스의 새 인스턴스를 지정된 요소로 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| m11 | float | 새 Matrix의 첫 번째 행 첫 번째 열에 있는 값. | +| m12 | float | 새 Matrix의 첫 번째 행 두 번째 열에 있는 값. | +| m21 | float | 새 매트릭스의 두 번째 행 첫 번째 열에 있는 값. | +| m22 | float | 새 매트릭스의 두 번째 행 두 번째 열에 있는 값. | +| dx | float | 새 매트릭스의 세 번째 행 첫 번째 열에 있는 값. | +| dy | float | 새 매트릭스의 세 번째 행 두 번째 열에 있는 값. | + +### Matrix(Rectangle rect, Point[] plgpts) {#Matrix-com.aspose.drawing.Rectangle-com.aspose.drawing.Point---} +``` +public Matrix(Rectangle rect, Point[] plgpts) +``` + + +[Matrix](../../com.aspose.drawing.drawing2d/matrix) 클래스의 새 인스턴스를 지정된 사각형 및 점 배열에 의해 정의된 기하학적 변환으로 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [Rectangle](../../com.aspose.drawing/rectangle) | 변환될 사각형을 나타내는 [Rectangle](../../com.aspose.drawing/rectangle) 구조체. | +| plgpts | [Point\[\]](../../com.aspose.drawing/point) | 사각형의 왼쪽 위, 오른쪽 위, 왼쪽 아래 모서리가 변환될 평행사변형의 점들을 나타내는 세 개의 [Point](../../com.aspose.drawing/point) 구조체 배열입니다. 평행사변형의 오른쪽 아래 모서리는 첫 세 모서리로부터 유추됩니다. | + +### Matrix(RectangleF rect, PointF[] plgpts) {#Matrix-com.aspose.drawing.RectangleF-com.aspose.drawing.PointF---} +``` +public Matrix(RectangleF rect, PointF[] plgpts) +``` + + +[Matrix](../../com.aspose.drawing.drawing2d/matrix) 클래스의 새 인스턴스를 지정된 사각형 및 점 배열에 의해 정의된 기하학적 변환으로 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [RectangleF](../../com.aspose.drawing/rectanglef) | 변환될 사각형을 나타내는 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체. | +| plgpts | [PointF\[\]](../../com.aspose.drawing/pointf) | 사각형의 왼쪽 위, 오른쪽 위, 왼쪽 아래 모서리가 변환될 평행사변형의 점들을 나타내는 세 개의 [PointF](../../com.aspose.drawing/pointf) 구조체 배열입니다. 평행사변형의 오른쪽 아래 모서리는 첫 세 모서리로부터 유추됩니다. | + +### IdentityTransform {#IdentityTransform} +``` +public static final Matrix IdentityTransform +``` + + +### getElements() {#getElements--} +``` +public float[] getElements() +``` + + +이 Matrix의 요소를 나타내는 부동 소수점 값 배열을 가져옵니다. + +**Returns:** +float[] - 이 매트릭스의 요소를 나타내는 부동 소수점 값 배열입니다. +### isIdentity() {#isIdentity--} +``` +public boolean isIdentity() +``` + + +이 Matrix가 단위 행렬인지 여부를 나타내는 값을 가져옵니다. + +**Returns:** +boolean - 이 매트릭스가 항등 매트릭스인지 여부를 나타내는 값입니다. +### isInvertible() {#isInvertible--} +``` +public boolean isInvertible() +``` + + +이 Matrix가 역행 가능인지 여부를 나타내는 값을 가져옵니다. + +**Returns:** +boolean - 이 매트릭스가 역행 가능한지 여부를 나타내는 값입니다. +### getOffsetX() {#getOffsetX--} +``` +public float getOffsetX() +``` + + +이 Matrix의 x 변환값(dx 값 또는 3번째 행 1번째 열의 요소)을 가져옵니다. + +**Returns:** +float - 이 매트릭스의 x 변환값(dx 값 또는 세 번째 행 첫 번째 열의 요소)입니다. +### getOffsetY() {#getOffsetY--} +``` +public float getOffsetY() +``` + + +이 Matrix의 y 변환값(`dy` 값 또는 3번째 행 2번째 열의 요소)을 가져옵니다. + +**Returns:** +float - 이 매트릭스의 y 변환값(`dy` 값 또는 세 번째 행 두 번째 열의 요소)입니다. +### dispose() {#dispose--} +``` +public void dispose() +``` + + +이 Matrix가 사용한 모든 리소스를 해제합니다. + +-------------------- + +이 메서드는 실제로 아무 작업도 수행하지 않습니다. System.Drawing API와의 호환성을 위해 제공됩니다. + +### deepClone() {#deepClone--} +``` +public Matrix deepClone() +``` + + +이 Matrix의 정확한 복사본을 생성합니다. + +**Returns:** +[Matrix](../../com.aspose.drawing.drawing2d/matrix) - The Matrix that this method creates. +### invert() {#invert--} +``` +public void invert() +``` + + +이 Matrix가 가역이면 역행렬을 구합니다. + +### translate(float offsetX, float offsetY) {#translate-float-float-} +``` +public void translate(float offsetX, float offsetY) +``` + + +지정된 변환 벡터(offsetX 및 offsetY)를 앞에 추가하여 이 Matrix에 적용합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| offsetX | float | 이 매트릭스를 변환할 x 값입니다. | +| offsetY | float | 이 매트릭스를 변환할 y 값입니다. | + +### translate(float offsetX, float offsetY, int order) {#translate-float-float-int-} +``` +public void translate(float offsetX, float offsetY, int order) +``` + + +지정된 순서대로 지정된 변환 벡터를 이 Matrix에 적용합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| offsetX | float | 이 매트릭스를 변환할 x 값입니다. | +| offsetY | float | 이 매트릭스를 변환할 y 값입니다. | +| order | int | 변환이 이 매트릭스에 적용되는 순서(추가 또는 앞에 삽입)를 지정하는 MatrixOrder입니다. | + +### transformVectors(PointF[] pts) {#transformVectors-com.aspose.drawing.PointF---} +``` +public void transformVectors(PointF[] pts) +``` + + +배열의 각 벡터에 매트릭스를 곱합니다. 이 매트릭스의 변환 요소(세 번째 행)는 무시됩니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pts | [PointF\[\]](../../com.aspose.drawing/pointf) | 변환할 점들을 나타내는 [PointF](../../com.aspose.drawing/pointf) 구조체 배열입니다. | + +### scale(float scaleX, float scaleY) {#scale-float-float-} +``` +public void scale(float scaleX, float scaleY) +``` + + +지정된 스케일 벡터를 앞에 추가하여 이 Matrix에 적용합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| scaleX | float | 이 매트릭스를 x축 방향으로 스케일링할 값입니다. | +| scaleY | float | y축 방향으로 이 매트릭스를 스케일링하는 값. | + +### scale(float scaleX, float scaleY, int order) {#scale-float-float-int-} +``` +public void scale(float scaleX, float scaleY, int order) +``` + + +지정된 순서를 사용하여 지정된 스케일 벡터(scaleX 및 scaleY)를 이 Matrix에 적용합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| scaleX | float | 이 매트릭스를 x축 방향으로 스케일링할 값입니다. | +| scaleY | float | y축 방향으로 이 매트릭스를 스케일링하는 값. | +| order | int | 스케일 벡터가 이 매트릭스에 적용되는 순서(추가 또는 앞에 삽입)를 지정하는 MatrixOrder. | + +### shear(float shearX, float shearY) {#shear-float-float-} +``` +public void shear(float shearX, float shearY) +``` + + +지정된 전단 변환을 앞에 추가하여 이 Matrix에 지정된 전단 벡터를 적용합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| shearX | float | 수평 전단 계수. | +| shearY | float | 수직 전단 계수. | + +### shear(float shearX, float shearY, int order) {#shear-float-float-int-} +``` +public void shear(float shearX, float shearY, int order) +``` + + +지정된 순서대로 지정된 전단 벡터를 이 Matrix에 적용합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| shearX | float | 수평 전단 계수. | +| shearY | float | 수직 전단 계수. | +| order | int | 전단이 적용되는 순서(추가 또는 앞에 삽입)를 지정하는 MatrixOrder. | + +### rotateAt(float angle, PointF point) {#rotateAt-float-com.aspose.drawing.PointF-} +``` +public void rotateAt(float angle, PointF point) +``` + + +point 매개변수에 지정된 점을 중심으로 시계 방향 회전을 앞에 추가하여 이 Matrix에 적용합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 각도 | float | 도 단위의 회전 각도(범위). | +| point | [PointF](../../com.aspose.drawing/pointf) | 회전 중심을 나타내는 PointF. | + +### rotateAt(float angle, PointF point, int order) {#rotateAt-float-com.aspose.drawing.PointF-int-} +``` +public void rotateAt(float angle, PointF point, int order) +``` + + +지정된 순서대로 지정된 점을 중심으로 시계 방향 회전을 이 Matrix에 적용합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 각도 | float | 도 단위의 회전 각도. | +| point | [PointF](../../com.aspose.drawing/pointf) | 회전 중심을 나타내는 PointF. | +| order | int | 회전이 적용되는 순서(추가 또는 앞에 삽입)를 지정하는 MatrixOrder. | + +### transformPoints(PointF[] pts) {#transformPoints-com.aspose.drawing.PointF---} +``` +public void transformPoints(PointF[] pts) +``` + + +이 [Matrix](../../com.aspose.drawing.drawing2d/matrix)로 표현된 기하 변환을 지정된 점 배열에 적용합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pts | [PointF\[\]](../../com.aspose.drawing/pointf) | 변환할 점들을 나타내는 [PointF](../../com.aspose.drawing/pointf) 구조체 배열입니다. | + +### transformPoints(Point[] pts) {#transformPoints-com.aspose.drawing.Point---} +``` +public void transformPoints(Point[] pts) +``` + + +이 [Matrix](../../com.aspose.drawing.drawing2d/matrix)로 표현된 기하 변환을 지정된 점 배열에 적용합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pts | [Point\[\]](../../com.aspose.drawing/point) | 변환할 점들을 나타내는 [Point](../../com.aspose.drawing/point) 구조체 배열. | + +### multiply(Matrix matrix) {#multiply-com.aspose.drawing.drawing2d.Matrix-} +``` +public void multiply(Matrix matrix) +``` + + +이 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 `matrix` 매개변수에 지정된 매트릭스로 앞에 추가하여 곱합니다(지정된 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 앞에 추가). + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| matrix | [Matrix](../../com.aspose.drawing.drawing2d/matrix) | 이 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 곱할 [Matrix](../../com.aspose.drawing.drawing2d/matrix). | + +### multiply(Matrix matrix, int order) {#multiply-com.aspose.drawing.drawing2d.Matrix-int-} +``` +public void multiply(Matrix matrix, int order) +``` + + +이 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 `matrix` 매개변수에 지정된 매트릭스로 곱하고, `order` 매개변수에 지정된 순서대로 적용합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| matrix | [Matrix](../../com.aspose.drawing.drawing2d/matrix) | 이 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 곱할 [Matrix](../../com.aspose.drawing.drawing2d/matrix). | +| order | int | 곱셈 순서를 나타내는 [MatrixOrder](../../com.aspose.drawing.drawing2d/matrixorder). | + +### rotate(float angle) {#rotate-float-} +``` +public void rotate(float angle) +``` + + +원점을 중심으로 지정된 각도만큼 시계 방향 회전을 앞에 추가하여 이 [Matrix](../../com.aspose.drawing.drawing2d/matrix)에 적용합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 각도 | float | 도 단위의 회전 각도. | + +### rotate(float angle, int order) {#rotate-float-int-} +``` +public void rotate(float angle, int order) +``` + + +angle 매개변수에 지정된 양만큼 원점(좌표 x와 y가 0) 주위에서 시계 방향 회전을 이 [Matrix](../../com.aspose.drawing.drawing2d/matrix)에 적용합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 각도 | float | 도 단위의 회전 각도. | +| order | int | 회전이 이 [Matrix](../../com.aspose.drawing.drawing2d/matrix)에 적용되는 순서(추가 또는 앞에 삽입)를 지정하는 [MatrixOrder](../../com.aspose.drawing.drawing2d/matrixorder). | + +### reset() {#reset--} +``` +public void reset() +``` + + +이 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 단위 행렬의 요소로 재설정합니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/matrixorder/_index.md b/korean/java/com.aspose.drawing.drawing2d/matrixorder/_index.md new file mode 100644 index 000000000..1172b632b --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/matrixorder/_index.md @@ -0,0 +1,37 @@ +--- +title: MatrixOrder +second_title: Aspose.Drawing for Java API 참조 +description: 행렬 변환 연산의 순서를 지정합니다. +type: docs +weight: 34 +url: /ko/java/com.aspose.drawing.drawing2d/matrixorder/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class MatrixOrder extends System.Enum +``` + +행렬 변환 연산의 순서를 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Prepend](#Prepend) | 새로운 연산은 이전 연산보다 먼저 적용됩니다. | +| [Append](#Append) | 새로운 연산은 이전 연산 뒤에 적용됩니다. | +### Prepend {#Prepend} +``` +public static final int Prepend +``` + + +새로운 연산은 이전 연산보다 먼저 적용됩니다. + +### Append {#Append} +``` +public static final int Append +``` + + +새로운 연산은 이전 연산 뒤에 적용됩니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/pathdata/_index.md b/korean/java/com.aspose.drawing.drawing2d/pathdata/_index.md new file mode 100644 index 000000000..9682d9576 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/pathdata/_index.md @@ -0,0 +1,88 @@ +--- +title: PathData +second_title: Aspose.Drawing for Java API 참조 +description: 객체를 구성하는 그래픽 데이터를 포함합니다. +type: docs +weight: 35 +url: /ko/java/com.aspose.drawing.drawing2d/pathdata/ +--- +**Inheritance:** +java.lang.Object +``` +public final class PathData +``` + +[GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 객체를 구성하는 그래픽 데이터를 포함합니다. 이 클래스는 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [PathData()](#PathData--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getPoints()](#getPoints--) | 경로가 구성되는 점들을 나타내는 [PointF](../../com.aspose.drawing/pointf) 구조체 배열을 가져옵니다. | +| [setPoints(PointF[] value)](#setPoints-com.aspose.drawing.PointF---) | 경로가 구성되는 점들을 나타내는 [PointF](../../com.aspose.drawing/pointf) 구조체 배열을 설정합니다. | +| [getTypes()](#getTypes--) | 경로 내 해당 점들의 유형을 가져옵니다. | +| [setTypes(byte[] value)](#setTypes-byte---) | 경로 내 해당 점들의 유형을 설정합니다. | +### PathData() {#PathData--} +``` +public PathData() +``` + + +### getPoints() {#getPoints--} +``` +public PointF[] getPoints() +``` + + +경로가 구성되는 점들을 나타내는 [PointF](../../com.aspose.drawing/pointf) 구조체 배열을 가져옵니다. + +값: 경로가 구성되는 점들을 나타내는 [PointF](../../com.aspose.drawing/pointf) 객체 배열입니다. + +**Returns:** +com.aspose.drawing.PointF[] - 경로가 구성되는 점들을 나타내는 [PointF](../../com.aspose.drawing/pointf) 구조체 배열입니다. +### setPoints(PointF[] value) {#setPoints-com.aspose.drawing.PointF---} +``` +public void setPoints(PointF[] value) +``` + + +경로가 구성되는 점들을 나타내는 [PointF](../../com.aspose.drawing/pointf) 구조체 배열을 설정합니다. + +값: 경로가 구성되는 점들을 나타내는 [PointF](../../com.aspose.drawing/pointf) 객체 배열입니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [PointF\[\]](../../com.aspose.drawing/pointf) | 경로가 구성되는 점들을 나타내는 [PointF](../../com.aspose.drawing/pointf) 구조체 배열. | + +### getTypes() {#getTypes--} +``` +public byte[] getTypes() +``` + + +경로 내 해당 점들의 유형을 가져옵니다. + +값: 경로 내 해당 점들의 유형을 지정하는 바이트 배열입니다. + +**Returns:** +byte[] - 경로 내 해당 점들의 유형입니다. +### setTypes(byte[] value) {#setTypes-byte---} +``` +public void setTypes(byte[] value) +``` + + +경로 내 해당 점들의 유형을 설정합니다. + +값: 경로 내 해당 점들의 유형을 지정하는 바이트 배열입니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | byte[] | 경로에 있는 해당 점들의 유형. | + diff --git a/korean/java/com.aspose.drawing.drawing2d/pathgradientbrush/_index.md b/korean/java/com.aspose.drawing.drawing2d/pathgradientbrush/_index.md new file mode 100644 index 000000000..722245e4a --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/pathgradientbrush/_index.md @@ -0,0 +1,504 @@ +--- +title: PathGradientBrush +second_title: Aspose.Drawing for Java API 참조 +description: 그라디언트로 객체의 내부를 채우는 객체를 캡슐화합니다. +type: docs +weight: 36 +url: /ko/java/com.aspose.drawing.drawing2d/pathgradientbrush/ +--- +**Inheritance:** +java.lang.Object, [com.aspose.drawing.Brush](../../com.aspose.drawing/brush) +``` +public final class PathGradientBrush extends Brush +``` + +그라디언트로 [Brush](../../com.aspose.drawing/brush) 객체가 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 객체의 내부를 채우도록 캡슐화합니다. 이 클래스는 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [PathGradientBrush(PointF[] points)](#PathGradientBrush-com.aspose.drawing.PointF---) | 지정된 점을 사용하여 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 클래스의 새 인스턴스를 초기화합니다. | +| [PathGradientBrush(PointF[] points, int wrapMode)](#PathGradientBrush-com.aspose.drawing.PointF---int-) | 지정된 점 및 랩 모드를 사용하여 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 클래스의 새 인스턴스를 초기화합니다. | +| [PathGradientBrush(Point[] points)](#PathGradientBrush-com.aspose.drawing.Point---) | 지정된 점을 사용하여 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 클래스의 새 인스턴스를 초기화합니다. | +| [PathGradientBrush(Point[] points, int wrapMode)](#PathGradientBrush-com.aspose.drawing.Point---int-) | 지정된 점 및 랩 모드를 사용하여 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 클래스의 새 인스턴스를 초기화합니다. | +| [PathGradientBrush(GraphicsPath path)](#PathGradientBrush-com.aspose.drawing.drawing2d.GraphicsPath-) | 지정된 경로를 사용하여 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getCenterColor()](#getCenterColor--) | 경로 그라디언트 중심의 색상을 가져오거나 설정합니다. | +| [setCenterColor(Color value)](#setCenterColor-com.aspose.drawing.Color-) | 경로 그라디언트 중심의 색상을 가져오거나 설정합니다. | +| [getSurroundColors()](#getSurroundColors--) | 이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 가 채우는 경로의 점에 해당하는 색상 배열을 가져오거나 설정합니다. | +| [setSurroundColors(Color[] value)](#setSurroundColors-com.aspose.drawing.Color---) | 이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 가 채우는 경로의 점에 해당하는 색상 배열을 가져오거나 설정합니다. | +| [getCenterPoint()](#getCenterPoint--) | 경로 그라디언트의 중심점을 가져오거나 설정합니다. | +| [setCenterPoint(PointF value)](#setCenterPoint-com.aspose.drawing.PointF-) | 경로 그라디언트의 중심점을 가져오거나 설정합니다. | +| [getRectangle()](#getRectangle--) | 이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 에 대한 경계 사각형을 가져옵니다. | +| [getBlend()](#getBlend--) | 그라디언트에 대한 사용자 정의 감쇠를 정의하는 위치와 계수를 지정하는 `Blend`([.getBlend](../../null/\#getBlend)/[.setBlend(Blend)](../../null/\#setBlend-Blend-))를 가져오거나 설정합니다. | +| [setBlend(Blend value)](#setBlend-com.aspose.drawing.drawing2d.Blend-) | 그라디언트에 대한 사용자 정의 감쇠를 정의하는 위치와 계수를 지정하는 `Blend`([.getBlend](../../null/\#getBlend)/[.setBlend(Blend)](../../null/\#setBlend-Blend-))를 가져오거나 설정합니다. | +| [getInterpolationColors()](#getInterpolationColors--) | 다중 색상 선형 그라디언트를 정의하는 [ColorBlend](../../com.aspose.drawing.drawing2d/colorblend)을 가져오거나 설정합니다. | +| [setInterpolationColors(ColorBlend value)](#setInterpolationColors-com.aspose.drawing.drawing2d.ColorBlend-) | 다중 색상 선형 그라디언트를 정의하는 [ColorBlend](../../com.aspose.drawing.drawing2d/colorblend)을 가져오거나 설정합니다. | +| [getTransform()](#getTransform--) | 이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 에 대한 로컬 기하 변환을 정의하는 [Matrix](../../com.aspose.drawing.drawing2d/matrix) 복사본을 가져오거나 설정합니다. | +| [setTransform(Matrix value)](#setTransform-com.aspose.drawing.drawing2d.Matrix-) | 이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 에 대한 로컬 기하 변환을 정의하는 [Matrix](../../com.aspose.drawing.drawing2d/matrix) 복사본을 가져오거나 설정합니다. | +| [getFocusScales()](#getFocusScales--) | 그라디언트 감소에 대한 초점점을 가져오거나 설정합니다. | +| [setFocusScales(PointF value)](#setFocusScales-com.aspose.drawing.PointF-) | 그라디언트 감소에 대한 초점점을 가져오거나 설정합니다. | +| [getWrapMode()](#getWrapMode--) | 이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 의 랩 모드를 나타내는 `WrapMode`([.getWrapMode](../../null/\#getWrapMode)/[.setWrapMode(int)](../../null/\#setWrapMode-int-)) 를 가져오거나 설정합니다. | +| [setWrapMode(int value)](#setWrapMode-int-) | 이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 의 랩 모드를 나타내는 `WrapMode`([.getWrapMode](../../null/\#getWrapMode)/[.setWrapMode(int)](../../null/\#setWrapMode-int-)) 를 가져오거나 설정합니다. | +| [deepClone()](#deepClone--) | 이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 의 정확한 복사본을 생성합니다. | +| [setSigmaBellShape(float focus)](#setSigmaBellShape-float-) | 경로 중심에서 시작하여 경로 경계까지 색상이 변하는 그라디언트 브러시를 생성합니다. | +| [setSigmaBellShape(float focus, float scale)](#setSigmaBellShape-float-float-) | 경로 중심에서 시작하여 경로 경계까지 색상이 변하는 그라디언트 브러시를 생성합니다. | +| [setBlendTriangularShape(float focus)](#setBlendTriangularShape-float-) | 중심 색상과 주변 색상 하나로 선형 감소하는 그라디언트를 생성합니다. | +| [setBlendTriangularShape(float focus, float scale)](#setBlendTriangularShape-float-float-) | 중심 색상과 각 주변 색상으로 선형 감소가 적용된 그라디언트를 생성합니다. | +| [resetTransform()](#resetTransform--) | `PathGradientBrush.Transform` 속성을 단위 행렬로 재설정합니다. | +| [multiplyTransform(Matrix matrix)](#multiplyTransform-com.aspose.drawing.drawing2d.Matrix-) | 브러시의 변환 행렬에 브러시 변환 행렬에 다른 행렬을 곱한 결과를 적용하여 업데이트합니다. | +| [multiplyTransform(Matrix matrix, int order)](#multiplyTransform-com.aspose.drawing.drawing2d.Matrix-int-) | 브러시의 변환 행렬에 브러시 변환 행렬에 다른 행렬을 곱한 결과를 적용하여 업데이트합니다. | +| [translateTransform(float dx, float dy)](#translateTransform-float-float-) | 지정된 이동을 로컬 기하 변환에 적용합니다. | +| [translateTransform(float dx, float dy, int order)](#translateTransform-float-float-int-) | 지정된 순서대로 지정된 이동을 로컬 기하 변환에 적용합니다. | +| [scaleTransform(float sx, float sy)](#scaleTransform-float-float-) | 지정된 양만큼 로컬 기하 변환을 스케일링합니다. | +| [scaleTransform(float sx, float sy, int order)](#scaleTransform-float-float-int-) | 지정된 순서대로 지정된 양만큼 로컬 기하 변환을 스케일링합니다. | +| [rotateTransform(float angle)](#rotateTransform-float-) | 지정된 각도만큼 로컬 기하 변환을 회전시킵니다. | +| [rotateTransform(float angle, int order)](#rotateTransform-float-int-) | 지정된 순서대로 지정된 각도만큼 로컬 기하 변환을 회전시킵니다. | +### PathGradientBrush(PointF[] points) {#PathGradientBrush-com.aspose.drawing.PointF---} +``` +public PathGradientBrush(PointF[] points) +``` + + +지정된 점을 사용하여 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| points | [PointF\[\]](../../com.aspose.drawing/pointf) | 경로의 정점들을 구성하는 점들을 나타내는 [PointF](../../com.aspose.drawing/pointf) 구조체 배열입니다. | + +### PathGradientBrush(PointF[] points, int wrapMode) {#PathGradientBrush-com.aspose.drawing.PointF---int-} +``` +public PathGradientBrush(PointF[] points, int wrapMode) +``` + + +지정된 점 및 랩 모드를 사용하여 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| points | [PointF\[\]](../../com.aspose.drawing/pointf) | 경로의 정점들을 구성하는 점들을 나타내는 [PointF](../../com.aspose.drawing/pointf) 구조체 배열입니다. | +| wrapMode | int | `WrapMode`([.getWrapMode](../../null/\#getWrapMode)/[.setWrapMode(int)](../../null/\#setWrapMode-int-))는 이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush)로 그린 채우기가 어떻게 타일링되는지를 지정합니다. | + +### PathGradientBrush(Point[] points) {#PathGradientBrush-com.aspose.drawing.Point---} +``` +public PathGradientBrush(Point[] points) +``` + + +지정된 점을 사용하여 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| points | [Point\[\]](../../com.aspose.drawing/point) | 경로의 정점들을 구성하는 점들을 나타내는 [Point](../../com.aspose.drawing/point) 구조체 배열입니다. | + +### PathGradientBrush(Point[] points, int wrapMode) {#PathGradientBrush-com.aspose.drawing.Point---int-} +``` +public PathGradientBrush(Point[] points, int wrapMode) +``` + + +지정된 점 및 랩 모드를 사용하여 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| points | [Point\[\]](../../com.aspose.drawing/point) | 경로의 정점들을 구성하는 점들을 나타내는 [Point](../../com.aspose.drawing/point) 구조체 배열입니다. | +| wrapMode | int | `WrapMode`([.getWrapMode](../../null/\#getWrapMode)/[.setWrapMode(int)](../../null/\#setWrapMode-int-))는 이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush)로 그린 채우기가 어떻게 타일링되는지를 지정합니다. | + +### PathGradientBrush(GraphicsPath path) {#PathGradientBrush-com.aspose.drawing.drawing2d.GraphicsPath-} +``` +public PathGradientBrush(GraphicsPath path) +``` + + +지정된 경로를 사용하여 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| path | [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) | 이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush)로 채워지는 영역을 정의하는 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)입니다. | + +### getCenterColor() {#getCenterColor--} +``` +public Color getCenterColor() +``` + + +경로 그라디언트 중심의 색상을 가져오거나 설정합니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) +### setCenterColor(Color value) {#setCenterColor-com.aspose.drawing.Color-} +``` +public void setCenterColor(Color value) +``` + + +경로 그라디언트 중심의 색상을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Color](../../com.aspose.drawing/color) | | + +### getSurroundColors() {#getSurroundColors--} +``` +public Color[] getSurroundColors() +``` + + +이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 가 채우는 경로의 점에 해당하는 색상 배열을 가져오거나 설정합니다. + +**Returns:** +com.aspose.drawing.Color[] +### setSurroundColors(Color[] value) {#setSurroundColors-com.aspose.drawing.Color---} +``` +public void setSurroundColors(Color[] value) +``` + + +이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 가 채우는 경로의 점에 해당하는 색상 배열을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Color\[\]](../../com.aspose.drawing/color) | | + +### getCenterPoint() {#getCenterPoint--} +``` +public PointF getCenterPoint() +``` + + +경로 그라디언트의 중심점을 가져오거나 설정합니다. + +**Returns:** +[PointF](../../com.aspose.drawing/pointf) +### setCenterPoint(PointF value) {#setCenterPoint-com.aspose.drawing.PointF-} +``` +public void setCenterPoint(PointF value) +``` + + +경로 그라디언트의 중심점을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [PointF](../../com.aspose.drawing/pointf) | | + +### getRectangle() {#getRectangle--} +``` +public RectangleF getRectangle() +``` + + +이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 에 대한 경계 사각형을 가져옵니다. + +**Returns:** +[RectangleF](../../com.aspose.drawing/rectanglef) +### getBlend() {#getBlend--} +``` +public Blend getBlend() +``` + + +그라디언트에 대한 사용자 정의 감쇠를 정의하는 위치와 계수를 지정하는 `Blend`([.getBlend](../../null/\#getBlend)/[.setBlend(Blend)](../../null/\#setBlend-Blend-))를 가져오거나 설정합니다. + +**Returns:** +[Blend](../../com.aspose.drawing.drawing2d/blend) +### setBlend(Blend value) {#setBlend-com.aspose.drawing.drawing2d.Blend-} +``` +public void setBlend(Blend value) +``` + + +그라디언트에 대한 사용자 정의 감쇠를 정의하는 위치와 계수를 지정하는 `Blend`([.getBlend](../../null/\#getBlend)/[.setBlend(Blend)](../../null/\#setBlend-Blend-))를 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Blend](../../com.aspose.drawing.drawing2d/blend) | | + +### getInterpolationColors() {#getInterpolationColors--} +``` +public ColorBlend getInterpolationColors() +``` + + +다중 색상 선형 그라디언트를 정의하는 [ColorBlend](../../com.aspose.drawing.drawing2d/colorblend)을 가져오거나 설정합니다. + +**Returns:** +[ColorBlend](../../com.aspose.drawing.drawing2d/colorblend) +### setInterpolationColors(ColorBlend value) {#setInterpolationColors-com.aspose.drawing.drawing2d.ColorBlend-} +``` +public void setInterpolationColors(ColorBlend value) +``` + + +다중 색상 선형 그라디언트를 정의하는 [ColorBlend](../../com.aspose.drawing.drawing2d/colorblend)을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [ColorBlend](../../com.aspose.drawing.drawing2d/colorblend) | | + +### getTransform() {#getTransform--} +``` +public Matrix getTransform() +``` + + +이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 에 대한 로컬 기하 변환을 정의하는 [Matrix](../../com.aspose.drawing.drawing2d/matrix) 복사본을 가져오거나 설정합니다. + +**Returns:** +[Matrix](../../com.aspose.drawing.drawing2d/matrix) +### setTransform(Matrix value) {#setTransform-com.aspose.drawing.drawing2d.Matrix-} +``` +public void setTransform(Matrix value) +``` + + +이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 에 대한 로컬 기하 변환을 정의하는 [Matrix](../../com.aspose.drawing.drawing2d/matrix) 복사본을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Matrix](../../com.aspose.drawing.drawing2d/matrix) | | + +### getFocusScales() {#getFocusScales--} +``` +public PointF getFocusScales() +``` + + +그라디언트 감소에 대한 초점점을 가져오거나 설정합니다. + +**Returns:** +[PointF](../../com.aspose.drawing/pointf) +### setFocusScales(PointF value) {#setFocusScales-com.aspose.drawing.PointF-} +``` +public void setFocusScales(PointF value) +``` + + +그라디언트 감소에 대한 초점점을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [PointF](../../com.aspose.drawing/pointf) | | + +### getWrapMode() {#getWrapMode--} +``` +public int getWrapMode() +``` + + +이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 의 랩 모드를 나타내는 `WrapMode`([.getWrapMode](../../null/\#getWrapMode)/[.setWrapMode(int)](../../null/\#setWrapMode-int-)) 를 가져오거나 설정합니다. + +**Returns:** +int +### setWrapMode(int value) {#setWrapMode-int-} +``` +public void setWrapMode(int value) +``` + + +이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 의 랩 모드를 나타내는 `WrapMode`([.getWrapMode](../../null/\#getWrapMode)/[.setWrapMode(int)](../../null/\#setWrapMode-int-)) 를 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### deepClone() {#deepClone--} +``` +public Object deepClone() +``` + + +이 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush) 의 정확한 복사본을 생성합니다. + +**Returns:** +java.lang.Object - 이 메서드가 생성하는 [PathGradientBrush](../../com.aspose.drawing.drawing2d/pathgradientbrush)를 객체로 캐스팅한 것입니다. +### setSigmaBellShape(float focus) {#setSigmaBellShape-float-} +``` +public void setSigmaBellShape(float focus) +``` + + +경로의 중심에서 경계까지 색상이 변하는 그라디언트 브러시를 생성합니다. 색상 간 전환은 종 모양 곡선을 기반으로 합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| focus | float | 0에서 1 사이의 값으로, 경로의 중심에서 경계까지의 방사선 상에서 중심 색상의 최대 강도가 위치하는 지점을 지정합니다. 값이 1(기본값)인 경우 최대 강도가 경로의 중심에 배치됩니다. | + +### setSigmaBellShape(float focus, float scale) {#setSigmaBellShape-float-float-} +``` +public void setSigmaBellShape(float focus, float scale) +``` + + +경로의 중심에서 경계까지 색상이 변하는 그라디언트 브러시를 생성합니다. 색상 간 전환은 종 모양 곡선을 기반으로 합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| focus | float | 0에서 1 사이의 값으로, 경로의 중심에서 경계까지의 방사선 상에서 중심 색상의 최대 강도가 위치하는 지점을 지정합니다. 값이 1(기본값)인 경우 최대 강도가 경로의 중심에 배치됩니다. | +| scale | float | 0에서 1 사이의 값으로, 경계 색상과 혼합되는 중심 색상의 최대 강도를 지정합니다. 값이 1이면 중심 색상의 가능한 가장 높은 강도가 적용되며, 이는 기본값입니다. | + +### setBlendTriangularShape(float focus) {#setBlendTriangularShape-float-} +``` +public void setBlendTriangularShape(float focus) +``` + + +중심 색상과 주변 색상 하나로 선형 감소하는 그라디언트를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| focus | float | 0에서 1 사이의 값으로, 경로의 중심에서 경계까지의 방사선 상에서 중심 색상의 최대 강도가 위치하는 지점을 지정합니다. 값이 1(기본값)인 경우 최대 강도가 경로의 중심에 배치됩니다. | + +### setBlendTriangularShape(float focus, float scale) {#setBlendTriangularShape-float-float-} +``` +public void setBlendTriangularShape(float focus, float scale) +``` + + +중심 색상과 각 주변 색상으로 선형 감소가 적용된 그라디언트를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| focus | float | 0에서 1 사이의 값으로, 경로의 중심에서 경계까지의 방사선 상에서 중심 색상의 최대 강도가 위치하는 지점을 지정합니다. 값이 1(기본값)인 경우 최대 강도가 경로의 중심에 배치됩니다. | +| scale | float | 0에서 1 사이의 값으로, 경계 색상과 혼합되는 중심 색상의 최대 강도를 지정합니다. 값이 1이면 중심 색상의 가능한 가장 높은 강도가 적용되며, 이는 기본값입니다. | + +### resetTransform() {#resetTransform--} +``` +public void resetTransform() +``` + + +`PathGradientBrush.Transform` 속성을 단위 행렬로 재설정합니다. + +### multiplyTransform(Matrix matrix) {#multiplyTransform-com.aspose.drawing.drawing2d.Matrix-} +``` +public void multiplyTransform(Matrix matrix) +``` + + +브러시의 변환 행렬에 브러시 변환 행렬에 다른 행렬을 곱한 결과를 적용하여 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| matrix | [Matrix](../../com.aspose.drawing.drawing2d/matrix) | 브러시의 현재 변환 행렬에 곱해질 [Matrix](../../com.aspose.drawing.drawing2d/matrix)입니다. | + +### multiplyTransform(Matrix matrix, int order) {#multiplyTransform-com.aspose.drawing.drawing2d.Matrix-int-} +``` +public void multiplyTransform(Matrix matrix, int order) +``` + + +브러시의 변환 행렬에 브러시 변환 행렬에 다른 행렬을 곱한 결과를 적용하여 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| matrix | [Matrix](../../com.aspose.drawing.drawing2d/matrix) | 브러시의 현재 변환 행렬에 곱해질 [Matrix](../../com.aspose.drawing.drawing2d/matrix)입니다. | +| order | int | 두 행렬을 곱하는 순서를 지정하는 [MatrixOrder](../../com.aspose.drawing.drawing2d/matrixorder)입니다. | + +### translateTransform(float dx, float dy) {#translateTransform-float-float-} +``` +public void translateTransform(float dx, float dy) +``` + + +지정된 이동을 로컬 기하 변환에 적용합니다. 이 메서드는 변환에 이동을 앞에 삽입합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| dx | float | x 방향 평행 이동 값입니다. | +| dy | float | y 방향 평행 이동 값입니다. | + +### translateTransform(float dx, float dy, int order) {#translateTransform-float-float-int-} +``` +public void translateTransform(float dx, float dy, int order) +``` + + +지정된 순서대로 지정된 이동을 로컬 기하 변환에 적용합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| dx | float | x 방향 평행 이동 값입니다. | +| dy | float | y 방향 평행 이동 값입니다. | +| order | int | 평행 이동을 적용할 순서(앞에 추가 또는 뒤에 추가)입니다. | + +### scaleTransform(float sx, float sy) {#scaleTransform-float-float-} +``` +public void scaleTransform(float sx, float sy) +``` + + +지정된 양만큼 로컬 기하 변환을 스케일합니다. 이 메서드는 스케일링 행렬을 변환 앞에 추가합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sx | float | x축 방향의 변환 스케일 계수입니다. | +| sy | float | y축 방향의 변환 스케일 계수입니다. | + +### scaleTransform(float sx, float sy, int order) {#scaleTransform-float-float-int-} +``` +public void scaleTransform(float sx, float sy, int order) +``` + + +지정된 순서대로 지정된 양만큼 로컬 기하 변환을 스케일링합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sx | float | x축 방향의 변환 스케일 계수입니다. | +| sy | float | y축 방향의 변환 스케일 계수입니다. | +| order | int | 스케일링 행렬을 추가하거나 앞에 삽입할지 지정하는 [MatrixOrder](../../com.aspose.drawing.drawing2d/matrixorder)입니다. | + +### rotateTransform(float angle) {#rotateTransform-float-} +``` +public void rotateTransform(float angle) +``` + + +지정된 양만큼 로컬 기하 변환을 회전합니다. 이 메서드는 회전 행렬을 변환 앞에 추가합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 각도 | float | 회전 각도(범위)입니다. | + +### rotateTransform(float angle, int order) {#rotateTransform-float-int-} +``` +public void rotateTransform(float angle, int order) +``` + + +지정된 순서대로 지정된 각도만큼 로컬 기하 변환을 회전시킵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 각도 | float | 회전 각도(범위)입니다. | +| order | int | 회전 행렬을 추가하거나 앞에 삽입할지 지정하는 [MatrixOrder](../../com.aspose.drawing.drawing2d/matrixorder)입니다. | + diff --git a/korean/java/com.aspose.drawing.drawing2d/penalignment/_index.md b/korean/java/com.aspose.drawing.drawing2d/penalignment/_index.md new file mode 100644 index 000000000..82b421263 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/penalignment/_index.md @@ -0,0 +1,64 @@ +--- +title: PenAlignment +second_title: Aspose.Drawing for Java API 참조 +description: 이론적인 제로 폭 라인에 대한 객체의 정렬을 지정합니다. +type: docs +weight: 38 +url: /ko/java/com.aspose.drawing.drawing2d/penalignment/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class PenAlignment extends System.Enum +``` + +이론적인 제로 폭 라인에 대한 [Pen](../../com.aspose.drawing/pen) 객체의 정렬을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Center](#Center) | [Pen](../../com.aspose.drawing/pen) 객체가 이론적인 라인 위에 중앙에 위치하도록 지정합니다. | +| [Inset](#Inset) | [Pen](../../com.aspose.drawing/pen)이 이론적인 라인의 내부에 배치되도록 지정합니다. | +| [Outset](#Outset) | [Pen](../../com.aspose.drawing/pen)이 이론적인 라인의 외부에 배치되도록 지정합니다. | +| [Left](#Left) | [Pen](../../com.aspose.drawing/pen)이 이론적인 라인의 왼쪽에 배치되도록 지정합니다. | +| [Right](#Right) | [Pen](../../com.aspose.drawing/pen)이 이론적인 라인의 오른쪽에 배치되도록 지정합니다. | +### Center {#Center} +``` +public static final int Center +``` + + +[Pen](../../com.aspose.drawing/pen) 객체가 이론적인 라인 위에 중앙에 위치하도록 지정합니다. + +### Inset {#Inset} +``` +public static final int Inset +``` + + +[Pen](../../com.aspose.drawing/pen)이 이론적인 라인의 내부에 배치되도록 지정합니다. + +### Outset {#Outset} +``` +public static final int Outset +``` + + +[Pen](../../com.aspose.drawing/pen)이 이론적인 라인의 외부에 배치되도록 지정합니다. + +### Left {#Left} +``` +public static final int Left +``` + + +[Pen](../../com.aspose.drawing/pen)이 이론적인 라인의 왼쪽에 배치되도록 지정합니다. + +### Right {#Right} +``` +public static final int Right +``` + + +[Pen](../../com.aspose.drawing/pen)이 이론적인 라인의 오른쪽에 배치되도록 지정합니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/pentype/_index.md b/korean/java/com.aspose.drawing.drawing2d/pentype/_index.md new file mode 100644 index 000000000..b4612980a --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/pentype/_index.md @@ -0,0 +1,64 @@ +--- +title: PenType +second_title: Aspose.Drawing for Java API 참조 +description: Pen 객체가 선을 채우는 데 사용하는 채우기 유형을 지정합니다. +type: docs +weight: 39 +url: /ko/java/com.aspose.drawing.drawing2d/pentype/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class PenType extends System.Enum +``` + +Pen 객체가 선을 채우는 데 사용하는 채우기 유형을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [SolidColor](#SolidColor) | 단색 채우기를 지정합니다. | +| [HatchFill](#HatchFill) | 해치 채우기를 지정합니다. | +| [TextureFill](#TextureFill) | 비트맵 텍스처 채우기를 지정합니다. | +| [PathGradient](#PathGradient) | 경로 그라디언트 채우기를 지정합니다. | +| [LinearGradient](#LinearGradient) | 선형 그라디언트 채우기를 지정합니다. | +### SolidColor {#SolidColor} +``` +public static final int SolidColor +``` + + +단색 채우기를 지정합니다. + +### HatchFill {#HatchFill} +``` +public static final int HatchFill +``` + + +해치 채우기를 지정합니다. + +### TextureFill {#TextureFill} +``` +public static final int TextureFill +``` + + +비트맵 텍스처 채우기를 지정합니다. + +### PathGradient {#PathGradient} +``` +public static final int PathGradient +``` + + +경로 그라디언트 채우기를 지정합니다. + +### LinearGradient {#LinearGradient} +``` +public static final int LinearGradient +``` + + +선형 그라디언트 채우기를 지정합니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/pixeloffsetmode/_index.md b/korean/java/com.aspose.drawing.drawing2d/pixeloffsetmode/_index.md new file mode 100644 index 000000000..0660b9522 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/pixeloffsetmode/_index.md @@ -0,0 +1,73 @@ +--- +title: PixelOffsetMode +second_title: Aspose.Drawing for Java API 참조 +description: 렌더링 중에 픽셀이 어떻게 오프셋되는지 지정합니다. +type: docs +weight: 40 +url: /ko/java/com.aspose.drawing.drawing2d/pixeloffsetmode/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class PixelOffsetMode extends System.Enum +``` + +렌더링 중에 픽셀이 어떻게 오프셋되는지 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Invalid](#Invalid) | 잘못된 모드를 지정합니다. | +| [Default](#Default) | 기본 모드를 지정합니다. | +| [HighSpeed](#HighSpeed) | 고속, 저품질 렌더링을 지정합니다. | +| [HighQuality](#HighQuality) | 고품질, 저속 렌더링을 지정합니다. | +| [None](#None) | 픽셀 오프셋을 적용하지 않음을 지정합니다. | +| [Half](#Half) | 고속 안티앨리어싱을 위해 픽셀을 수평 및 수직으로 -.5 단위만큼 오프셋하도록 지정합니다. | +### Invalid {#Invalid} +``` +public static final int Invalid +``` + + +잘못된 모드를 지정합니다. + +### Default {#Default} +``` +public static final int Default +``` + + +기본 모드를 지정합니다. + +### HighSpeed {#HighSpeed} +``` +public static final int HighSpeed +``` + + +고속, 저품질 렌더링을 지정합니다. + +### HighQuality {#HighQuality} +``` +public static final int HighQuality +``` + + +고품질, 저속 렌더링을 지정합니다. + +### None {#None} +``` +public static final int None +``` + + +픽셀 오프셋을 적용하지 않음을 지정합니다. + +### Half {#Half} +``` +public static final int Half +``` + + +고속 안티앨리어싱을 위해 픽셀을 수평 및 수직으로 -.5 단위만큼 오프셋하도록 지정합니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/regiondata/_index.md b/korean/java/com.aspose.drawing.drawing2d/regiondata/_index.md new file mode 100644 index 000000000..2425053a0 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/regiondata/_index.md @@ -0,0 +1,44 @@ +--- +title: RegionData +second_title: Aspose.Drawing for Java API 참조 +description: 객체를 구성하는 데이터를 캡슐화합니다. +type: docs +weight: 41 +url: /ko/java/com.aspose.drawing.drawing2d/regiondata/ +--- +**Inheritance:** +java.lang.Object +``` +public final class RegionData +``` + +[Region](../../com.aspose.drawing/region) 객체를 구성하는 데이터를 캡슐화합니다. 이 클래스는 상속될 수 없습니다. +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getData()](#getData--) | 해당 [Region](../../com.aspose.drawing/region) 객체를 지정하는 바이트 배열을 가져옵니다. | +| [setData(byte[] value)](#setData-byte---) | 바이트 배열을 설정하여 [Region](../../com.aspose.drawing/region) 개체를 지정합니다. | +### getData() {#getData--} +``` +public byte[] getData() +``` + + +해당 [Region](../../com.aspose.drawing/region) 객체를 지정하는 바이트 배열을 가져옵니다. + +**Returns:** +byte[] - [Region](../../com.aspose.drawing/region) 개체를 지정하는 바이트 배열입니다. +### setData(byte[] value) {#setData-byte---} +``` +public void setData(byte[] value) +``` + + +바이트 배열을 설정하여 [Region](../../com.aspose.drawing/region) 개체를 지정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | byte[] | [Region](../../com.aspose.drawing/region) 개체를 지정하는 바이트 배열. | + diff --git a/korean/java/com.aspose.drawing.drawing2d/smoothingmode/_index.md b/korean/java/com.aspose.drawing.drawing2d/smoothingmode/_index.md new file mode 100644 index 000000000..009423272 --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/smoothingmode/_index.md @@ -0,0 +1,73 @@ +--- +title: SmoothingMode +second_title: Aspose.Drawing for Java API 참조 +description: 선과 곡선 및 채워진 영역의 가장자리에 스무딩 안티앨리어싱이 적용되는지 지정합니다. +type: docs +weight: 42 +url: /ko/java/com.aspose.drawing.drawing2d/smoothingmode/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class SmoothingMode extends System.Enum +``` + +선과 곡선 및 채워진 영역의 가장자리에 스무딩(안티앨리어싱)이 적용되는지 여부를 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Invalid](#Invalid) | 잘못된 모드를 지정합니다. | +| [Default](#Default) | 안티앨리어싱을 적용하지 않음을 지정합니다. | +| [HighSpeed](#HighSpeed) | 안티앨리어싱을 적용하지 않음을 지정합니다. | +| [HighQuality](#HighQuality) | 안티앨리어싱 렌더링을 지정합니다. | +| [None](#None) | 안티앨리어싱을 적용하지 않음을 지정합니다. | +| [AntiAlias](#AntiAlias) | 안티앨리어싱 렌더링을 지정합니다. | +### Invalid {#Invalid} +``` +public static final int Invalid +``` + + +잘못된 모드를 지정합니다. + +### Default {#Default} +``` +public static final int Default +``` + + +안티앨리어싱을 적용하지 않음을 지정합니다. + +### HighSpeed {#HighSpeed} +``` +public static final int HighSpeed +``` + + +안티앨리어싱을 적용하지 않음을 지정합니다. + +### HighQuality {#HighQuality} +``` +public static final int HighQuality +``` + + +안티앨리어싱 렌더링을 지정합니다. + +### None {#None} +``` +public static final int None +``` + + +안티앨리어싱을 적용하지 않음을 지정합니다. + +### AntiAlias {#AntiAlias} +``` +public static final int AntiAlias +``` + + +안티앨리어싱 렌더링을 지정합니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/warpmode/_index.md b/korean/java/com.aspose.drawing.drawing2d/warpmode/_index.md new file mode 100644 index 000000000..18c7c75cc --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/warpmode/_index.md @@ -0,0 +1,37 @@ +--- +title: WarpMode +second_title: Aspose.Drawing for Java API 참조 +description: Warp 메서드에서 적용되는 왜곡 변환 유형을 지정합니다. +type: docs +weight: 43 +url: /ko/java/com.aspose.drawing.drawing2d/warpmode/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class WarpMode extends System.Enum +``` + +`Warp` 메서드에 적용되는 왜곡 변환 유형을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Perspective](#Perspective) | 원근 왜곡을 지정합니다. | +| [Bilinear](#Bilinear) | 이중선형 왜곡을 지정합니다. | +### Perspective {#Perspective} +``` +public static final int Perspective +``` + + +원근 왜곡을 지정합니다. + +### Bilinear {#Bilinear} +``` +public static final int Bilinear +``` + + +이중선형 왜곡을 지정합니다. + diff --git a/korean/java/com.aspose.drawing.drawing2d/wrapmode/_index.md b/korean/java/com.aspose.drawing.drawing2d/wrapmode/_index.md new file mode 100644 index 000000000..4d019df0a --- /dev/null +++ b/korean/java/com.aspose.drawing.drawing2d/wrapmode/_index.md @@ -0,0 +1,64 @@ +--- +title: WrapMode +second_title: Aspose.Drawing for Java API 참조 +description: 텍스처 또는 그라디언트가 채워지는 영역보다 작을 때 어떻게 타일링되는지 지정합니다. +type: docs +weight: 44 +url: /ko/java/com.aspose.drawing.drawing2d/wrapmode/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class WrapMode extends System.Enum +``` + +텍스처 또는 그라디언트가 채워지는 영역보다 작을 때 어떻게 타일링되는지 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Tile](#Tile) | 그라디언트 또는 텍스처를 타일링합니다. | +| [TileFlipX](#TileFlipX) | 텍스처 또는 그라디언트를 수평으로 뒤집은 다음 타일링합니다. | +| [TileFlipY](#TileFlipY) | 텍스처 또는 그라디언트를 수직으로 뒤집은 다음 타일링합니다. | +| [TileFlipXY](#TileFlipXY) | 텍스처 또는 그라디언트를 수평 및 수직으로 뒤집은 다음 타일링합니다. | +| [Clamp](#Clamp) | 텍스처 또는 그라디언트가 타일링되지 않습니다. | +### Tile {#Tile} +``` +public static final int Tile +``` + + +그라디언트 또는 텍스처를 타일링합니다. + +### TileFlipX {#TileFlipX} +``` +public static final int TileFlipX +``` + + +텍스처 또는 그라디언트를 수평으로 뒤집은 다음 타일링합니다. + +### TileFlipY {#TileFlipY} +``` +public static final int TileFlipY +``` + + +텍스처 또는 그라디언트를 수직으로 뒤집은 다음 타일링합니다. + +### TileFlipXY {#TileFlipXY} +``` +public static final int TileFlipXY +``` + + +텍스처 또는 그라디언트를 수평 및 수직으로 뒤집은 다음 타일링합니다. + +### Clamp {#Clamp} +``` +public static final int Clamp +``` + + +텍스처 또는 그라디언트가 타일링되지 않습니다. + diff --git a/korean/java/com.aspose.drawing.dynabic.metered/_index.md b/korean/java/com.aspose.drawing.dynabic.metered/_index.md new file mode 100644 index 000000000..b5297d1e3 --- /dev/null +++ b/korean/java/com.aspose.drawing.dynabic.metered/_index.md @@ -0,0 +1,14 @@ +--- +title: com.aspose.drawing.dynabic.metered +second_title: Aspose.Drawing for Java API 참조 +description: +type: docs +weight: 12 +url: /ko/java/com.aspose.drawing.dynabic.metered/ +--- + +## 클래스 + +| 클래스 | 설명 | +| --- | --- | +| [Metered](../com.aspose.drawing.dynabic.metered/metered) | 통합을 위한 계량 메서드를 제공합니다. | diff --git a/korean/java/com.aspose.drawing.dynabic.metered/metered/_index.md b/korean/java/com.aspose.drawing.dynabic.metered/metered/_index.md new file mode 100644 index 000000000..5b8f5043e --- /dev/null +++ b/korean/java/com.aspose.drawing.dynabic.metered/metered/_index.md @@ -0,0 +1,87 @@ +--- +title: Metered +second_title: Aspose.Drawing for Java API 참조 +description: 통합을 위한 계량 메서드를 제공합니다. +type: docs +weight: 10 +url: /ko/java/com.aspose.drawing.dynabic.metered/metered/ +--- +**Inheritance:** +java.lang.Object +``` +public class Metered +``` + +통합을 위한 계량 메서드를 제공합니다. + +이 예제에서는 메터링된 공개 키와 개인 키를 설정하려고 시도합니다. + +`// the component jar file: Metered matered = new Metered(); materd.setMeteredKey("PublicKey", "PrivateKey"); ` +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [Metered()](#Metered--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getConsumptionQuantity()](#getConsumptionQuantity--) | 소비 파일 크기를 가져옵니다 | +| [getConsumptionCredit()](#getConsumptionCredit--) | 소비 크레딧을 가져옵니다 | +| [setMeteredKey(String publicKey, String privateKey)](#setMeteredKey-java.lang.String-java.lang.String-) | metered 공개 및 개인 키를 설정합니다 | +| [equals(Object obj)](#equals-java.lang.Object-) | 지정된 Object가 이 인스턴스와 같은지 여부를 확인합니다. | +### Metered() {#Metered--} +``` +public Metered() +``` + + +### getConsumptionQuantity() {#getConsumptionQuantity--} +``` +public static BigDecimal getConsumptionQuantity() +``` + + +소비 파일 크기를 가져옵니다 + +**Returns:** +java.math.BigDecimal - 소비 파일 크기 +### getConsumptionCredit() {#getConsumptionCredit--} +``` +public static BigDecimal getConsumptionCredit() +``` + + +소비 크레딧을 가져옵니다 + +**Returns:** +java.math.BigDecimal - 소비 수량 +### setMeteredKey(String publicKey, String privateKey) {#setMeteredKey-java.lang.String-java.lang.String-} +``` +public void setMeteredKey(String publicKey, String privateKey) +``` + + +metered 공개 및 개인 키를 설정합니다 + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| publicKey | java.lang.String | 공개 키 | +| privateKey | java.lang.String | 개인 키 | + +### equals(Object obj) {#equals-java.lang.Object-} +``` +public boolean equals(Object obj) +``` + + +지정된 Object가 이 인스턴스와 같은지 여부를 확인합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| obj | java.lang.Object | 이 인스턴스와 비교할 Object. | + +**Returns:** +boolean - 지정된 Object가 이 인스턴스와 동일하면 `true`, 그렇지 않으면 `false`. diff --git a/korean/java/com.aspose.drawing.imaging/_index.md b/korean/java/com.aspose.drawing.imaging/_index.md new file mode 100644 index 000000000..43299759e --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/_index.md @@ -0,0 +1,41 @@ +--- +title: com.aspose.drawing.imaging +second_title: Aspose.Drawing for Java API 참조 +description: +type: docs +weight: 13 +url: /ko/java/com.aspose.drawing.imaging/ +--- + +## 클래스 + +| 클래스 | 설명 | +| --- | --- | +| [BitmapData](../com.aspose.drawing.imaging/bitmapdata) | 비트맵 이미지의 속성을 지정합니다. | +| [ColorAdjustType](../com.aspose.drawing.imaging/coloradjusttype) | 어떤 GDI+ 객체가 색상 조정 정보를 사용하는지 지정합니다. | +| [ColorChannelFlag](../com.aspose.drawing.imaging/colorchannelflag) | CMYK(시안, 마젠타, 옐로, 블랙) 색 공간에서 개별 채널을 지정합니다. | +| [ColorMap](../com.aspose.drawing.imaging/colormap) | 색상을 변환하기 위한 매핑을 정의합니다. | +| [ColorMatrix](../com.aspose.drawing.imaging/colormatrix) | RGBA 공간의 좌표를 포함하는 5 x 5 행렬을 정의합니다. | +| [ColorMatrixFlag](../com.aspose.drawing.imaging/colormatrixflag) | 색상 및 그레이스케일 조정 설정의 영향을 받는 이미지 및 색상의 유형을 지정합니다. [ImageAttributes](../com.aspose.drawing.imaging/imageattributes) | +| [ColorPalette](../com.aspose.drawing.imaging/colorpalette) | 색상 팔레트를 구성하는 색상의 배열을 정의합니다. | +| [EmfPlusRecordType](../com.aspose.drawing.imaging/emfplusrecordtype) | 메타파일을 사용하여 그래픽 명령을 읽고 쓰는 데 사용할 수 있는 메서드를 지정합니다. | +| [EmfType](../com.aspose.drawing.imaging/emftype) | Enhanced Metafile(EMF) 파일에 배치되는 레코드의 특성을 지정합니다. | +| [Encoder](../com.aspose.drawing.imaging/encoder) | [Encoder](../com.aspose.drawing.imaging/encoder) 객체는 이미지 인코더 매개변수의 범주를 식별하는 전역 고유 식별자(GUID)를 캡슐화합니다. | +| [EncoderParameter](../com.aspose.drawing.imaging/encoderparameter) | 이미지 인코더에 값 또는 값 배열을 전달하는 데 사용됩니다. | +| [EncoderParameters](../com.aspose.drawing.imaging/encoderparameters) | [EncoderParameter](../com.aspose.drawing.imaging/encoderparameter) 객체 배열을 캡슐화합니다. | +| [EncoderValue](../com.aspose.drawing.imaging/encodervalue) | JPEG 또는 TIFF 이미지 인코더에 전달되는 매개변수 값을 지정하는 데 사용됩니다. `M:Image.Save(System.String,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters)` 또는 `M:Image.SaveAdd(System.Drawing.Imaging.EncoderParameters)` 메서드를 사용할 때. | +| [FrameDimension](../com.aspose.drawing.imaging/framedimension) | 이미지의 프레임 차원을 가져오는 속성을 제공합니다. | +| [ImageAttributes](../com.aspose.drawing.imaging/imageattributes) | 렌더링 중 비트맵 및 메타파일 색상이 어떻게 조작되는지에 대한 정보를 포함합니다. | +| [ImageCodecInfo](../com.aspose.drawing.imaging/imagecodecinfo) | [ImageCodecInfo](../com.aspose.drawing.imaging/imagecodecinfo) 클래스는 설치된 이미지 인코더 및 디코더(코덱이라고 함)에 대한 모든 관련 정보를 검색하기 위한 필요한 저장 멤버와 메서드를 제공합니다. | +| [ImageFlags](../com.aspose.drawing.imaging/imageflags) | [Image](../com.aspose.drawing/image) 객체에 포함된 픽셀 데이터의 속성을 지정합니다. | +| [ImageFormat](../com.aspose.drawing.imaging/imageformat) | 이미지의 파일 형식을 지정합니다. | +| [ImageLockMode](../com.aspose.drawing.imaging/imagelockmode) | [Bitmap.\#lockBits(Rectangle, int, int)](../com.aspose.drawing/bitmap\#lockBits-Rectangle--int--int-) 메서드의 flags 매개변수에 전달되는 플래그를 지정합니다. | +| [MetaHeader](../com.aspose.drawing.imaging/metaheader) | Windows 형식(WMF) 메타파일에 대한 정보를 포함합니다. | +| [Metafile](../com.aspose.drawing.imaging/metafile) | 그래픽 메타파일을 정의합니다. | +| [MetafileFrameUnit](../com.aspose.drawing.imaging/metafileframeunit) | 메타파일의 크기와 위치를 지정하는 사각형에 대한 측정 단위를 지정합니다. | +| [MetafileHeader](../com.aspose.drawing.imaging/metafileheader) | 연관된 [Metafile](../com.aspose.drawing.imaging/metafile)의 속성을 포함합니다. | +| [MetafileType](../com.aspose.drawing.imaging/metafiletype) | 메타파일 유형을 지정합니다. | +| [PixelFormat](../com.aspose.drawing.imaging/pixelformat) | 이미지의 각 픽셀에 대한 색상 데이터 형식을 지정합니다. | +| [PlayRecordCallback](../com.aspose.drawing.imaging/playrecordcallback) | 이 대리자는 사용되지 않습니다. | +| [PropertyItem](../com.aspose.drawing.imaging/propertyitem) | 이미지 파일에 포함될 메타데이터 속성을 캡슐화합니다. | +| [WmfPlaceableFileHeader](../com.aspose.drawing.imaging/wmfplaceablefileheader) | 배치 가능한 메타파일을 정의합니다. | diff --git a/korean/java/com.aspose.drawing.imaging/bitmapdata/_index.md b/korean/java/com.aspose.drawing.imaging/bitmapdata/_index.md new file mode 100644 index 000000000..aa48282b7 --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/bitmapdata/_index.md @@ -0,0 +1,155 @@ +--- +title: BitmapData +second_title: Aspose.Drawing for Java API 참조 +description: 비트맵 이미지의 속성을 지정합니다. +type: docs +weight: 10 +url: /ko/java/com.aspose.drawing.imaging/bitmapdata/ +--- +**Inheritance:** +java.lang.Object +``` +public final class BitmapData +``` + +비트맵 이미지의 속성을 지정합니다. [BitmapData](../../com.aspose.drawing.imaging/bitmapdata) 클래스는 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 `E:Bitmap.LockBits` 및 `M:Bitmap.UnlockBits(BitmapData)` 메서드에서 사용됩니다. 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [BitmapData()](#BitmapData--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getWidth()](#getWidth--) | [Bitmap](../../com.aspose.drawing/bitmap) 객체의 픽셀 너비를 가져옵니다. | +| [setWidth(int value)](#setWidth-int-) | [Bitmap](../../com.aspose.drawing/bitmap) 객체의 픽셀 너비를 설정합니다. | +| [getHeight()](#getHeight--) | [Bitmap](../../com.aspose.drawing/bitmap) 객체의 픽셀 높이를 가져옵니다. | +| [setHeight(int value)](#setHeight-int-) | [Bitmap](../../com.aspose.drawing/bitmap) 객체의 픽셀 높이를 설정합니다. | +| [getStride()](#getStride--) | [Bitmap](../../com.aspose.drawing/bitmap) 객체의 스트라이드 너비(스캔 너비라고도 함)를 가져옵니다. | +| [setStride(int value)](#setStride-int-) | [Bitmap](../../com.aspose.drawing/bitmap) 객체의 스트라이드 너비(스캔 너비라고도 함)를 설정합니다. | +| [getPixelFormat()](#getPixelFormat--) | 이 [BitmapData](../../com.aspose.drawing.imaging/bitmapdata) 객체를 반환한 [Bitmap](../../com.aspose.drawing/bitmap) 객체의 픽셀 정보 형식을 가져옵니다. | +| [setPixelFormat(int value)](#setPixelFormat-int-) | 이 [BitmapData](../../com.aspose.drawing.imaging/bitmapdata) 객체를 반환한 [Bitmap](../../com.aspose.drawing/bitmap) 객체의 픽셀 정보 형식을 설정합니다. | +| [getScan0()](#getScan0--) | 비트맵에서 첫 번째 픽셀 데이터의 주소를 가져옵니다. | +| [setScan0(int[] value)](#setScan0-int---) | 비트맵에서 첫 번째 픽셀 데이터의 주소를 설정합니다. | +### BitmapData() {#BitmapData--} +``` +public BitmapData() +``` + + +### getWidth() {#getWidth--} +``` +public int getWidth() +``` + + +[Bitmap](../../com.aspose.drawing/bitmap) 객체의 픽셀 너비를 가져옵니다. 이는 한 스캔 라인에 있는 픽셀 수로도 생각할 수 있습니다. + +**Returns:** +int - [Bitmap](../../com.aspose.drawing/bitmap) 객체의 픽셀 너비. +### setWidth(int value) {#setWidth-int-} +``` +public void setWidth(int value) +``` + + +[Bitmap](../../com.aspose.drawing/bitmap) 객체의 픽셀 너비를 설정합니다. 이는 한 스캔 라인의 픽셀 수로도 생각할 수 있습니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | [Bitmap](../../com.aspose.drawing/bitmap) 객체의 픽셀 너비. | + +### getHeight() {#getHeight--} +``` +public int getHeight() +``` + + +[Bitmap](../../com.aspose.drawing/bitmap) 객체의 픽셀 높이를 가져옵니다. 또한 스캔 라인 수라고도 합니다. + +**Returns:** +int - [Bitmap](../../com.aspose.drawing/bitmap) 객체의 픽셀 높이. +### setHeight(int value) {#setHeight-int-} +``` +public void setHeight(int value) +``` + + +[Bitmap](../../com.aspose.drawing/bitmap) 객체의 픽셀 높이를 설정합니다. 또한 스캔 라인 수라고도 합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | [Bitmap](../../com.aspose.drawing/bitmap) 객체의 픽셀 높이. | + +### getStride() {#getStride--} +``` +public int getStride() +``` + + +[Bitmap](../../com.aspose.drawing/bitmap) 객체의 스트라이드 너비(스캔 너비라고도 함)를 가져옵니다. + +**Returns:** +int - [Bitmap](../../com.aspose.drawing/bitmap) 객체의 바이트 단위 스트라이드 너비. +### setStride(int value) {#setStride-int-} +``` +public void setStride(int value) +``` + + +[Bitmap](../../com.aspose.drawing/bitmap) 객체의 스트라이드 너비(스캔 너비라고도 함)를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | [Bitmap](../../com.aspose.drawing/bitmap) 객체의 스트라이드 너비(스캔 너비라고도 함). | + +### getPixelFormat() {#getPixelFormat--} +``` +public int getPixelFormat() +``` + + +이 [BitmapData](../../com.aspose.drawing.imaging/bitmapdata) 객체를 반환한 [Bitmap](../../com.aspose.drawing/bitmap) 객체의 픽셀 정보 형식을 가져옵니다. + +**Returns:** +int - 연관된 [Bitmap](../../com.aspose.drawing/bitmap) 객체의 픽셀 정보 형식을 지정하는 `PixelFormat`([.getPixelFormat](../../null/\#getPixelFormat)/[.setPixelFormat(int)](../../null/\#setPixelFormat-int-)). +### setPixelFormat(int value) {#setPixelFormat-int-} +``` +public void setPixelFormat(int value) +``` + + +이 [BitmapData](../../com.aspose.drawing.imaging/bitmapdata) 객체를 반환한 [Bitmap](../../com.aspose.drawing/bitmap) 객체의 픽셀 정보 형식을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | 이 [BitmapData](../../com.aspose.drawing.imaging/bitmapdata) 객체를 반환한 [Bitmap](../../com.aspose.drawing/bitmap) 객체의 픽셀 정보 형식. | + +### getScan0() {#getScan0--} +``` +public int[] getScan0() +``` + + +비트맵에서 첫 번째 픽셀 데이터의 주소를 가져옵니다. 이는 비트맵의 첫 번째 스캔 라인으로도 생각할 수 있습니다. + +**Returns:** +int[] - 비트맵에서 첫 번째 픽셀 데이터의 주소. +### setScan0(int[] value) {#setScan0-int---} +``` +public void setScan0(int[] value) +``` + + +비트맵에서 첫 번째 픽셀 데이터의 주소를 설정합니다. 이는 비트맵의 첫 번째 스캔 라인으로도 생각할 수 있습니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int[] | 비트맵에서 첫 번째 픽셀 데이터의 주소. | + diff --git a/korean/java/com.aspose.drawing.imaging/coloradjusttype/_index.md b/korean/java/com.aspose.drawing.imaging/coloradjusttype/_index.md new file mode 100644 index 000000000..8602e8996 --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/coloradjusttype/_index.md @@ -0,0 +1,82 @@ +--- +title: ColorAdjustType +second_title: Aspose.Drawing for Java API 참조 +description: 어떤 GDI 객체가 색상 보정 정보를 사용하는지 지정합니다. +type: docs +weight: 11 +url: /ko/java/com.aspose.drawing.imaging/coloradjusttype/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class ColorAdjustType extends System.Enum +``` + +어떤 GDI+ 객체가 색상 조정 정보를 사용하는지 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Default](#Default) | 자체 색상 보정 정보를 갖지 않는 모든 GDI+ 객체에서 사용하는 색상 보정 정보. | +| [Bitmap](#Bitmap) | [Bitmap](../../com.aspose.drawing.imaging/coloradjusttype\#Bitmap) 객체에 대한 색상 보정 정보. | +| [Brush](#Brush) | [Brush](../../com.aspose.drawing.imaging/coloradjusttype\#Brush) 객체에 대한 색상 보정 정보. | +| [Pen](#Pen) | [Pen](../../com.aspose.drawing.imaging/coloradjusttype\#Pen) 객체에 대한 색상 조정 정보. | +| [Text](#Text) | 텍스트에 대한 색상 조정 정보. | +| [Count](#Count) | 지정된 유형의 수. | +| [Any](#Any) | 지정된 유형의 수. | +### Default {#Default} +``` +public static final int Default +``` + + +자체 색상 보정 정보를 갖지 않는 모든 GDI+ 객체에서 사용하는 색상 보정 정보. + +### Bitmap {#Bitmap} +``` +public static final int Bitmap +``` + + +[Bitmap](../../com.aspose.drawing.imaging/coloradjusttype\#Bitmap) 객체에 대한 색상 보정 정보. + +### Brush {#Brush} +``` +public static final int Brush +``` + + +[Brush](../../com.aspose.drawing.imaging/coloradjusttype\#Brush) 객체에 대한 색상 보정 정보. + +### Pen {#Pen} +``` +public static final int Pen +``` + + +[Pen](../../com.aspose.drawing.imaging/coloradjusttype\#Pen) 객체에 대한 색상 조정 정보. + +### Text {#Text} +``` +public static final int Text +``` + + +텍스트에 대한 색상 조정 정보. + +### Count {#Count} +``` +public static final int Count +``` + + +지정된 유형의 수. + +### Any {#Any} +``` +public static final int Any +``` + + +지정된 유형의 수. + diff --git a/korean/java/com.aspose.drawing.imaging/colorchannelflag/_index.md b/korean/java/com.aspose.drawing.imaging/colorchannelflag/_index.md new file mode 100644 index 000000000..95efe0a60 --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/colorchannelflag/_index.md @@ -0,0 +1,64 @@ +--- +title: ColorChannelFlag +second_title: Aspose.Drawing for Java API 참조 +description: CMYK 시안 마젠타 옐로우 블랙 색 공간에서 개별 채널을 지정합니다. +type: docs +weight: 12 +url: /ko/java/com.aspose.drawing.imaging/colorchannelflag/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class ColorChannelFlag extends System.Enum +``` + +CMYK(시안, 마젠타, 옐로우, 블랙) 색 공간에서 개별 채널을 지정합니다. 이 열거형은 `ImageAttributes.SetOutputChannel` 메서드에서 사용됩니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [ColorChannelC](#ColorChannelC) | 시안 색 채널입니다. | +| [ColorChannelM](#ColorChannelM) | 마젠타 색 채널입니다. | +| [ColorChannelY](#ColorChannelY) | 노란색 색상 채널. | +| [ColorChannelK](#ColorChannelK) | 검은색 색상 채널. | +| [ColorChannelLast](#ColorChannelLast) | 마지막으로 선택된 채널을 사용해야 합니다. | +### ColorChannelC {#ColorChannelC} +``` +public static final int ColorChannelC +``` + + +시안 색 채널입니다. + +### ColorChannelM {#ColorChannelM} +``` +public static final int ColorChannelM +``` + + +마젠타 색 채널입니다. + +### ColorChannelY {#ColorChannelY} +``` +public static final int ColorChannelY +``` + + +노란색 색상 채널. + +### ColorChannelK {#ColorChannelK} +``` +public static final int ColorChannelK +``` + + +검은색 색상 채널. + +### ColorChannelLast {#ColorChannelLast} +``` +public static final int ColorChannelLast +``` + + +마지막으로 선택된 채널을 사용해야 합니다. + diff --git a/korean/java/com.aspose.drawing.imaging/colormap/_index.md b/korean/java/com.aspose.drawing.imaging/colormap/_index.md new file mode 100644 index 000000000..b87c198ea --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/colormap/_index.md @@ -0,0 +1,82 @@ +--- +title: ColorMap +second_title: Aspose.Drawing for Java API 참조 +description: 색상을 변환하기 위한 매핑을 정의합니다. +type: docs +weight: 13 +url: /ko/java/com.aspose.drawing.imaging/colormap/ +--- +**Inheritance:** +java.lang.Object +``` +public final class ColorMap +``` + +색상을 변환하기 위한 매핑을 정의합니다. [ImageAttributes](../../com.aspose.drawing.imaging/imageattributes) 클래스의 여러 메서드는 색상 재매핑 테이블(즉, [ColorMap](../../com.aspose.drawing.imaging/colormap) 구조체 배열)을 사용하여 이미지 색상을 조정합니다. 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [ColorMap()](#ColorMap--) | [ColorMap](../../com.aspose.drawing.imaging/colormap) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getOldColor()](#getOldColor--) | 변환될 기존 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [setOldColor(Color value)](#setOldColor-com.aspose.drawing.Color-) | 변환될 기존 [Color](../../com.aspose.drawing/color) 구조체를 설정합니다. | +| [getNewColor()](#getNewColor--) | 변환 대상이 되는 새 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [setNewColor(Color value)](#setNewColor-com.aspose.drawing.Color-) | 변환 대상이 되는 새 [Color](../../com.aspose.drawing/color) 구조체를 설정합니다. | +### ColorMap() {#ColorMap--} +``` +public ColorMap() +``` + + +[ColorMap](../../com.aspose.drawing.imaging/colormap) 클래스의 새 인스턴스를 초기화합니다. + +### getOldColor() {#getOldColor--} +``` +public Color getOldColor() +``` + + +변환될 기존 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - The existing [Color](../../com.aspose.drawing/color) structure to be converted. +### setOldColor(Color value) {#setOldColor-com.aspose.drawing.Color-} +``` +public void setOldColor(Color value) +``` + + +변환될 기존 [Color](../../com.aspose.drawing/color) 구조체를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Color](../../com.aspose.drawing/color) | 변환될 기존 [Color](../../com.aspose.drawing/color) 구조체 | + +### getNewColor() {#getNewColor--} +``` +public Color getNewColor() +``` + + +변환 대상이 되는 새 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - The new [Color](../../com.aspose.drawing/color) structure to which to convert. +### setNewColor(Color value) {#setNewColor-com.aspose.drawing.Color-} +``` +public void setNewColor(Color value) +``` + + +변환 대상이 되는 새 [Color](../../com.aspose.drawing/color) 구조체를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Color](../../com.aspose.drawing/color) | 변환 대상이 되는 새 [Color](../../com.aspose.drawing/color) 구조체 | + diff --git a/korean/java/com.aspose.drawing.imaging/colormatrix/_index.md b/korean/java/com.aspose.drawing.imaging/colormatrix/_index.md new file mode 100644 index 000000000..78bfc8ad7 --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/colormatrix/_index.md @@ -0,0 +1,704 @@ +--- +title: ColorMatrix +second_title: Aspose.Drawing for Java API 참조 +description: RGBA 공간의 좌표를 포함하는 5 x 5 행렬을 정의합니다. +type: docs +weight: 14 +url: /ko/java/com.aspose.drawing.imaging/colormatrix/ +--- +**Inheritance:** +java.lang.Object +``` +public final class ColorMatrix +``` + +RGBA 공간의 좌표를 포함하는 5 x 5 행렬을 정의합니다. [ImageAttributes](../../com.aspose.drawing.imaging/imageattributes) 클래스의 여러 메서드는 컬러 매트릭스를 사용하여 이미지 색상을 조정합니다. 이 클래스는 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [ColorMatrix()](#ColorMatrix--) | 새로운 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix) 클래스 인스턴스를 초기화합니다. | +| [ColorMatrix(float[][] newColorMatrix)](#ColorMatrix-float-----) | 지정된 행렬 `newColorMatrix`의 요소를 사용하여 새로운 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix) 클래스 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getMatrix00()](#getMatrix00--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 0(영) 행 및 0 열에 있는 요소를 가져옵니다. | +| [setMatrix00(float value)](#setMatrix00-float-) | 이 [ColorMatrix](../../com.aspose.drawing/colormatrix)의 0(영) 행 및 0 열에 있는 요소를 설정합니다. | +| [getMatrix01()](#getMatrix01--) | 이 [ColorMatrix](../../com.aspose.drawing/colormatrix)의 0(영) 행 및 첫 번째 열에 있는 요소를 가져옵니다. | +| [setMatrix01(float value)](#setMatrix01-float-) | 이 [ColorMatrix](../../com.aspose.drawing/colormatrix)의 0(영) 행 및 첫 번째 열에 있는 요소를 설정합니다. | +| [getMatrix02()](#getMatrix02--) | 이 [ColorMatrix](../../com.aspose.drawing/colormatrix)의 0(영) 행 및 두 번째 열에 있는 요소를 가져옵니다. | +| [setMatrix02(float value)](#setMatrix02-float-) | 이 [ColorMatrix](../../com.aspose.drawing/colormatrix)의 0(영) 행 및 두 번째 열에 있는 요소를 설정합니다. | +| [getMatrix03()](#getMatrix03--) | 이 [ColorMatrix](../../com.aspose.drawing/colormatrix)의 0(영) 행 및 세 번째 열에 있는 요소를 가져옵니다. | +| [setMatrix03(float value)](#setMatrix03-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 0(제로) 행 및 세 번째 열에 요소를 설정합니다. | +| [getMatrix04()](#getMatrix04--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 0(제로) 행 및 네 번째 열에서 요소를 가져옵니다. | +| [setMatrix04(float value)](#setMatrix04-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 0(제로) 행 및 네 번째 열에 요소를 설정합니다. | +| [getMatrix10()](#getMatrix10--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 0(제로) 열에서 요소를 가져옵니다. | +| [setMatrix10(float value)](#setMatrix10-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 0(제로) 열에 요소를 설정합니다. | +| [getMatrix11()](#getMatrix11--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 첫 번째 열에서 요소를 가져옵니다. | +| [setMatrix11(float value)](#setMatrix11-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 첫 번째 열에 요소를 설정합니다. | +| [getMatrix12()](#getMatrix12--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 두 번째 열에서 요소를 가져옵니다. | +| [setMatrix12(float value)](#setMatrix12-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 두 번째 열에 요소를 설정합니다. | +| [getMatrix13()](#getMatrix13--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 세 번째 열에서 요소를 가져옵니다. | +| [setMatrix13(float value)](#setMatrix13-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 세 번째 열에 요소를 설정합니다. | +| [getMatrix14()](#getMatrix14--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 네 번째 열에서 요소를 가져옵니다. | +| [setMatrix14(float value)](#setMatrix14-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 네 번째 열에 요소를 설정합니다. | +| [getMatrix20()](#getMatrix20--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 0(제로) 열에서 요소를 가져옵니다. | +| [setMatrix20(float value)](#setMatrix20-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 0(제로) 열에 요소를 설정합니다. | +| [getMatrix21()](#getMatrix21--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 첫 번째 열에서 요소를 가져옵니다. | +| [setMatrix21(float value)](#setMatrix21-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 첫 번째 열에 요소를 설정합니다. | +| [getMatrix22()](#getMatrix22--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 두 번째 열에서 요소를 가져옵니다. | +| [setMatrix22(float value)](#setMatrix22-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 두 번째 열에 요소를 설정합니다. | +| [getMatrix23()](#getMatrix23--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 세 번째 열에서 요소를 가져옵니다. | +| [setMatrix23(float value)](#setMatrix23-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 세 번째 열에 요소를 설정합니다. | +| [getMatrix24()](#getMatrix24--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 네 번째 열에서 요소를 가져옵니다. | +| [setMatrix24(float value)](#setMatrix24-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 네 번째 열에 요소를 설정합니다. | +| [getMatrix30()](#getMatrix30--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 0(제로) 열에서 요소를 가져옵니다. | +| [setMatrix30(float value)](#setMatrix30-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 0(제로) 열에 요소를 설정합니다. | +| [getMatrix31()](#getMatrix31--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 첫 번째 열에 있는 요소를 가져옵니다. | +| [setMatrix31(float value)](#setMatrix31-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 첫 번째 열에 있는 요소를 설정합니다. | +| [getMatrix32()](#getMatrix32--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 두 번째 열에 있는 요소를 가져옵니다. | +| [setMatrix32(float value)](#setMatrix32-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 두 번째 열에 있는 요소를 설정합니다. | +| [getMatrix33()](#getMatrix33--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 세 번째 열에 있는 요소를 가져옵니다. | +| [setMatrix33(float value)](#setMatrix33-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 세 번째 열에 있는 요소를 설정합니다. | +| [getMatrix34()](#getMatrix34--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 네 번째 열에 있는 요소를 가져옵니다. | +| [setMatrix34(float value)](#setMatrix34-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 네 번째 열에 있는 요소를 설정합니다. | +| [getMatrix40()](#getMatrix40--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 0(영) 열에 있는 요소를 가져옵니다. | +| [setMatrix40(float value)](#setMatrix40-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 0(영) 열에 있는 요소를 설정합니다. | +| [getMatrix41()](#getMatrix41--) | 이 `.ColorMatrix`의 네 번째 행 및 첫 번째 열에 있는 요소를 가져옵니다. | +| [setMatrix41(float value)](#setMatrix41-float-) | 이 `.ColorMatrix`의 네 번째 행 및 첫 번째 열에 있는 요소를 설정합니다. | +| [getMatrix42()](#getMatrix42--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 두 번째 열에 있는 요소를 가져옵니다. | +| [setMatrix42(float value)](#setMatrix42-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 두 번째 열에 있는 요소를 설정합니다. | +| [getMatrix43()](#getMatrix43--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 세 번째 열에 있는 요소를 가져옵니다. | +| [setMatrix43(float value)](#setMatrix43-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 세 번째 열에 있는 요소를 설정합니다. | +| [getMatrix44()](#getMatrix44--) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 네 번째 열에 있는 요소를 가져옵니다. | +| [setMatrix44(float value)](#setMatrix44-float-) | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 네 번째 열에 있는 요소를 설정합니다. | +| [get_Item(int row, int column)](#get-Item-int-int-) | 지정된 행 및 열에 있는 요소를 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)에서 가져옵니다. | +| [set_Item(int row, int column, float value)](#set-Item-int-int-float-) | 지정된 행 및 열에 있는 요소를 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)에서 설정합니다. | +### ColorMatrix() {#ColorMatrix--} +``` +public ColorMatrix() +``` + + +새로운 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix) 클래스 인스턴스를 초기화합니다. + +### ColorMatrix(float[][] newColorMatrix) {#ColorMatrix-float-----} +``` +public ColorMatrix(float[][] newColorMatrix) +``` + + +지정된 행렬 `newColorMatrix`의 요소를 사용하여 새로운 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix) 클래스 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| newColorMatrix | float[][] | 새 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 요소 값들입니다. | + +### getMatrix00() {#getMatrix00--} +``` +public float getMatrix00() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 0(영) 행 및 0 열에 있는 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 0(영) 행 및 0 열에 있는 요소. +### setMatrix00(float value) {#setMatrix00-float-} +``` +public void setMatrix00(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing/colormatrix)의 0(영) 행 및 0 열에 있는 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 0(영) 행 및 0 열에 있는 요소. | + +### getMatrix01() {#getMatrix01--} +``` +public float getMatrix01() +``` + + +이 [ColorMatrix](../../com.aspose.drawing/colormatrix)의 0(영) 행 및 첫 번째 열에 있는 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 0(영) 행 및 첫 번째 열에 있는 요소. +### setMatrix01(float value) {#setMatrix01-float-} +``` +public void setMatrix01(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing/colormatrix)의 0(영) 행 및 첫 번째 열에 있는 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 0(영) 행 및 첫 번째 열에 있는 요소. | + +### getMatrix02() {#getMatrix02--} +``` +public float getMatrix02() +``` + + +이 [ColorMatrix](../../com.aspose.drawing/colormatrix)의 0(영) 행 및 두 번째 열에 있는 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 0 (zero) 행 및 두 번째 열에 있는 요소. +### setMatrix02(float value) {#setMatrix02-float-} +``` +public void setMatrix02(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing/colormatrix)의 0(영) 행 및 두 번째 열에 있는 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 0 (zero) 행 및 두 번째 열에 있는 요소. | + +### getMatrix03() {#getMatrix03--} +``` +public float getMatrix03() +``` + + +이 [ColorMatrix](../../com.aspose.drawing/colormatrix)의 0(영) 행 및 세 번째 열에 있는 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 0 (zero) 행 및 세 번째 열에 있는 요소. +### setMatrix03(float value) {#setMatrix03-float-} +``` +public void setMatrix03(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 0(제로) 행 및 세 번째 열에 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 0 (zero) 행 및 세 번째 열에 있는 요소. | + +### getMatrix04() {#getMatrix04--} +``` +public float getMatrix04() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 0(제로) 행 및 네 번째 열에서 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 0 (zero) 행 및 네 번째 열에 있는 요소. +### setMatrix04(float value) {#setMatrix04-float-} +``` +public void setMatrix04(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 0(제로) 행 및 네 번째 열에 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 0 (zero) 행 및 네 번째 열에 있는 요소. | + +### getMatrix10() {#getMatrix10--} +``` +public float getMatrix10() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 0(제로) 열에서 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 0 (zero) 열에 있는 요소. +### setMatrix10(float value) {#setMatrix10-float-} +``` +public void setMatrix10(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 0(제로) 열에 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 0 (zero) 열에 있는 요소. | + +### getMatrix11() {#getMatrix11--} +``` +public float getMatrix11() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 첫 번째 열에서 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 첫 번째 열에 있는 요소. +### setMatrix11(float value) {#setMatrix11-float-} +``` +public void setMatrix11(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 첫 번째 열에 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 첫 번째 열에 있는 요소. | + +### getMatrix12() {#getMatrix12--} +``` +public float getMatrix12() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 두 번째 열에서 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 두 번째 열에 있는 요소. +### setMatrix12(float value) {#setMatrix12-float-} +``` +public void setMatrix12(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 두 번째 열에 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 두 번째 열에 있는 요소. | + +### getMatrix13() {#getMatrix13--} +``` +public float getMatrix13() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 세 번째 열에서 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 세 번째 열에 있는 요소. +### setMatrix13(float value) {#setMatrix13-float-} +``` +public void setMatrix13(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 세 번째 열에 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 세 번째 열에 있는 요소. | + +### getMatrix14() {#getMatrix14--} +``` +public float getMatrix14() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 네 번째 열에서 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 네 번째 열에 있는 요소. +### setMatrix14(float value) {#setMatrix14-float-} +``` +public void setMatrix14(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 네 번째 열에 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 첫 번째 행 및 네 번째 열에 있는 요소. | + +### getMatrix20() {#getMatrix20--} +``` +public float getMatrix20() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 0(제로) 열에서 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 0 (zero) 열에 있는 요소. +### setMatrix20(float value) {#setMatrix20-float-} +``` +public void setMatrix20(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 0(제로) 열에 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 0 (zero) 열에 있는 요소. | + +### getMatrix21() {#getMatrix21--} +``` +public float getMatrix21() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 첫 번째 열에서 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 첫 번째 열에 있는 요소. +### setMatrix21(float value) {#setMatrix21-float-} +``` +public void setMatrix21(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 첫 번째 열에 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 첫 번째 열에 있는 요소. | + +### getMatrix22() {#getMatrix22--} +``` +public float getMatrix22() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 두 번째 열에서 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 두 번째 열에 있는 요소. +### setMatrix22(float value) {#setMatrix22-float-} +``` +public void setMatrix22(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 두 번째 열에 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 두 번째 열에 있는 요소. | + +### getMatrix23() {#getMatrix23--} +``` +public float getMatrix23() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 세 번째 열에서 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 세 번째 열에 있는 요소. +### setMatrix23(float value) {#setMatrix23-float-} +``` +public void setMatrix23(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 세 번째 열에 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 세 번째 열에 있는 요소. | + +### getMatrix24() {#getMatrix24--} +``` +public float getMatrix24() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 네 번째 열에서 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 네 번째 열에 있는 요소. +### setMatrix24(float value) {#setMatrix24-float-} +``` +public void setMatrix24(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 네 번째 열에 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 두 번째 행 및 네 번째 열에 있는 요소. | + +### getMatrix30() {#getMatrix30--} +``` +public float getMatrix30() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 0(제로) 열에서 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 0 (영) 열에 있는 요소. +### setMatrix30(float value) {#setMatrix30-float-} +``` +public void setMatrix30(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 0(제로) 열에 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 0 (영) 열에 있는 요소. | + +### getMatrix31() {#getMatrix31--} +``` +public float getMatrix31() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 첫 번째 열에 있는 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 첫 번째 열에 있는 요소. +### setMatrix31(float value) {#setMatrix31-float-} +``` +public void setMatrix31(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 첫 번째 열에 있는 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 첫 번째 열에 있는 요소. | + +### getMatrix32() {#getMatrix32--} +``` +public float getMatrix32() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 두 번째 열에 있는 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 두 번째 열에 있는 요소. +### setMatrix32(float value) {#setMatrix32-float-} +``` +public void setMatrix32(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 두 번째 열에 있는 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 두 번째 열에 있는 요소. | + +### getMatrix33() {#getMatrix33--} +``` +public float getMatrix33() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 세 번째 열에 있는 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 세 번째 열에 있는 요소. +### setMatrix33(float value) {#setMatrix33-float-} +``` +public void setMatrix33(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 세 번째 열에 있는 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 세 번째 열에 있는 요소. | + +### getMatrix34() {#getMatrix34--} +``` +public float getMatrix34() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 네 번째 열에 있는 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 네 번째 열에 있는 요소. +### setMatrix34(float value) {#setMatrix34-float-} +``` +public void setMatrix34(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 네 번째 열에 있는 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 세 번째 행 및 네 번째 열에 있는 요소. | + +### getMatrix40() {#getMatrix40--} +``` +public float getMatrix40() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 0(영) 열에 있는 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 0 (영) 열에 있는 요소. +### setMatrix40(float value) {#setMatrix40-float-} +``` +public void setMatrix40(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 0(영) 열에 있는 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 0 (영) 열에 있는 요소. | + +### getMatrix41() {#getMatrix41--} +``` +public float getMatrix41() +``` + + +이 `.ColorMatrix`의 네 번째 행 및 첫 번째 열에 있는 요소를 가져옵니다. + +**Returns:** +float - 이 `.ColorMatrix`의 네 번째 행 및 첫 번째 열에 있는 요소. +### setMatrix41(float value) {#setMatrix41-float-} +``` +public void setMatrix41(float value) +``` + + +이 `.ColorMatrix`의 네 번째 행 및 첫 번째 열에 있는 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 `.ColorMatrix`의 네 번째 행 및 첫 번째 열에 있는 요소. | + +### getMatrix42() {#getMatrix42--} +``` +public float getMatrix42() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 두 번째 열에 있는 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 두 번째 열에 있는 요소. +### setMatrix42(float value) {#setMatrix42-float-} +``` +public void setMatrix42(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 두 번째 열에 있는 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 두 번째 열에 있는 요소. | + +### getMatrix43() {#getMatrix43--} +``` +public float getMatrix43() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 세 번째 열에 있는 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 세 번째 열에 있는 요소. +### setMatrix43(float value) {#setMatrix43-float-} +``` +public void setMatrix43(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 세 번째 열에 있는 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 세 번째 열에 있는 요소. | + +### getMatrix44() {#getMatrix44--} +``` +public float getMatrix44() +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 네 번째 열에 있는 요소를 가져옵니다. + +**Returns:** +float - 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 네 번째 열에 있는 요소. +### setMatrix44(float value) {#setMatrix44-float-} +``` +public void setMatrix44(float value) +``` + + +이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 네 번째 열에 있는 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)의 네 번째 행 및 네 번째 열에 있는 요소. | + +### get_Item(int row, int column) {#get-Item-int-int-} +``` +public float get_Item(int row, int column) +``` + + +지정된 행 및 열에 있는 요소를 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)에서 가져옵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 행 | int | 요소의 행. | +| 열 | int | 요소의 열. | + +**Returns:** +float - 지정된 행과 열에 있는 요소. +### set_Item(int row, int column, float value) {#set-Item-int-int-float-} +``` +public void set_Item(int row, int column, float value) +``` + + +지정된 행 및 열에 있는 요소를 [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)에서 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 행 | int | 요소의 행. | +| 열 | int | 요소의 열. | +| value | float | [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix)에서 지정된 행과 열에 있는 요소. | + diff --git a/korean/java/com.aspose.drawing.imaging/colormatrixflag/_index.md b/korean/java/com.aspose.drawing.imaging/colormatrixflag/_index.md new file mode 100644 index 000000000..6675dbc6b --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/colormatrixflag/_index.md @@ -0,0 +1,46 @@ +--- +title: ColorMatrixFlag +second_title: Aspose.Drawing for Java API 참조 +description: 색상 및 그레이스케일 조정 설정에 의해 영향을 받는 이미지 및 색상의 유형을 지정합니다. +type: docs +weight: 15 +url: /ko/java/com.aspose.drawing.imaging/colormatrixflag/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class ColorMatrixFlag extends System.Enum +``` + +색상 및 그레이스케일 조정 설정에 의해 영향을 받는 이미지 및 색상의 유형을 지정합니다 [ImageAttributes](../../com.aspose.drawing.imaging/imageattributes). +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Default](#Default) | 회색 음영을 포함한 모든 색상 값이 동일한 색상 조정 매트릭스로 조정됩니다. | +| [SkipGrays](#SkipGrays) | 모든 색상이 조정되지만 회색 음영은 조정되지 않습니다. | +| [AltGrays](#AltGrays) | 회색 음영만 조정됩니다. | +### Default {#Default} +``` +public static final int Default +``` + + +회색 음영을 포함한 모든 색상 값이 동일한 색상 조정 매트릭스로 조정됩니다. + +### SkipGrays {#SkipGrays} +``` +public static final int SkipGrays +``` + + +모든 색상이 조정되지만 회색 음영은 조정되지 않습니다. 회색 음영은 빨강, 초록, 파랑 구성 요소의 값이 동일한 모든 색상입니다. + +### AltGrays {#AltGrays} +``` +public static final int AltGrays +``` + + +회색 음영만 조정됩니다. + diff --git a/korean/java/com.aspose.drawing.imaging/colorpalette/_index.md b/korean/java/com.aspose.drawing.imaging/colorpalette/_index.md new file mode 100644 index 000000000..6a313e4bd --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/colorpalette/_index.md @@ -0,0 +1,101 @@ +--- +title: ColorPalette +second_title: Aspose.Drawing for Java API 참조 +description: 색상 팔레트를 구성하는 색상의 배열을 정의합니다. +type: docs +weight: 16 +url: /ko/java/com.aspose.drawing.imaging/colorpalette/ +--- +**Inheritance:** +java.lang.Object +``` +public final class ColorPalette +``` + +색상 팔레트를 구성하는 색상의 배열을 정의합니다. 색상은 32비트 ARGB 색상입니다. 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [ColorPalette(int count)](#ColorPalette-int-) | 새 `ColorPalette` 클래스 인스턴스를 초기화하고 IsCompactPalette는 false입니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getEntries()](#getEntries--) | `com.aspose.drawing.Color` 구조체 배열을 가져옵니다. | +| [isCompactPalette()](#isCompactPalette--) | 컴팩트 팔레트를 사용하는지 여부를 나타내는 값을 가져오거나 설정합니다. | +| [getFlags()](#getFlags--) | | +| [setFlags(int flags)](#setFlags-int-) | | +| [setEntries(int i, Color color)](#setEntries-int-com.aspose.drawing.Color-) | | +### ColorPalette(int count) {#ColorPalette-int-} +``` +public ColorPalette(int count) +``` + + +새 `ColorPalette` 클래스 인스턴스를 초기화하고 IsCompactPalette는 false입니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| count | int | 색상 팔레트 항목. | + +### getEntries() {#getEntries--} +``` +public Color[] getEntries() +``` + + +`com.aspose.drawing.Color` 구조체 배열을 가져옵니다. + +**Returns:** +com.aspose.drawing.Color[] - 항목들. 이 `Aspose.Imaging.ColorPalette`를 구성하는 `com.aspose.drawing.Color` 구조체 배열입니다. +### isCompactPalette() {#isCompactPalette--} +``` +public boolean isCompactPalette() +``` + + +컴팩트 팔레트를 사용하는지 여부를 나타내는 값을 가져오거나 설정합니다. + +**Returns:** +boolean - 컴팩트 팔레트를 사용하면 `true`; 그렇지 않으면 `false`. + +컴팩트 팔레트는 이미지가 가능한 경우 지정된 팔레트 항목만 포함한다는 의미이며, 즉 이미지가 더 컴팩트해져 차지하는 공간이 적어집니다; 그렇지 않으면 2^BitsPerPixel 개의 항목이 존재하고 이미지가 모든 가능한 팔레트 항목을 위해 더 많은 공간을 예약합니다. 이 값을 true로 설정하고 팔레트 항목을 변경하면 데이터 이동이 발생할 수 있어 성능 저하가 발생할 수 있으므로 주의해서 사용하십시오. +### getFlags() {#getFlags--} +``` +public int getFlags() +``` + + + + +**Returns:** +int +### setFlags(int flags) {#setFlags-int-} +``` +public void setFlags(int flags) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| flags | int | | + +### setEntries(int i, Color color) {#setEntries-int-com.aspose.drawing.Color-} +``` +public void setEntries(int i, Color color) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| i | int | | +| color | [Color](../../com.aspose.drawing/color) | | + diff --git a/korean/java/com.aspose.drawing.imaging/emfplusrecordtype/_index.md b/korean/java/com.aspose.drawing.imaging/emfplusrecordtype/_index.md new file mode 100644 index 000000000..7d696f245 --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/emfplusrecordtype/_index.md @@ -0,0 +1,2296 @@ +--- +title: EmfPlusRecordType +second_title: Aspose.Drawing for Java API 참조 +description: 메타파일을 사용하여 그래픽 명령을 읽고 쓰는 데 사용할 수 있는 메서드를 지정합니다. +type: docs +weight: 17 +url: /ko/java/com.aspose.drawing.imaging/emfplusrecordtype/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class EmfPlusRecordType extends System.Enum +``` + +메타파일을 사용하여 그래픽 명령을 읽고 쓰는 데 사용할 수 있는 메서드를 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [EmfHeader](#EmfHeader) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfMin](#EmfMin) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPolyBezier](#EmfPolyBezier) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPolygon](#EmfPolygon) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPolyline](#EmfPolyline) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPolyBezierTo](#EmfPolyBezierTo) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPolyLineTo](#EmfPolyLineTo) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPolyPolyline](#EmfPolyPolyline) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPolyPolygon](#EmfPolyPolygon) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetWindowExtEx](#EmfSetWindowExtEx) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetWindowOrgEx](#EmfSetWindowOrgEx) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetViewportExtEx](#EmfSetViewportExtEx) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetViewportOrgEx](#EmfSetViewportOrgEx) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetBrushOrgEx](#EmfSetBrushOrgEx) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfEof](#EmfEof) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetPixelV](#EmfSetPixelV) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetMapperFlags](#EmfSetMapperFlags) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetMapMode](#EmfSetMapMode) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetBkMode](#EmfSetBkMode) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetPolyFillMode](#EmfSetPolyFillMode) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetROP2](#EmfSetROP2) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetStretchBltMode](#EmfSetStretchBltMode) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetTextAlign](#EmfSetTextAlign) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetColorAdjustment](#EmfSetColorAdjustment) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetTextColor](#EmfSetTextColor) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetBkColor](#EmfSetBkColor) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfOffsetClipRgn](#EmfOffsetClipRgn) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfMoveToEx](#EmfMoveToEx) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetMetaRgn](#EmfSetMetaRgn) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfExcludeClipRect](#EmfExcludeClipRect) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfIntersectClipRect](#EmfIntersectClipRect) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfScaleViewportExtEx](#EmfScaleViewportExtEx) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfScaleWindowExtEx](#EmfScaleWindowExtEx) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSaveDC](#EmfSaveDC) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfRestoreDC](#EmfRestoreDC) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetWorldTransform](#EmfSetWorldTransform) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfModifyWorldTransform](#EmfModifyWorldTransform) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSelectObject](#EmfSelectObject) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfCreatePen](#EmfCreatePen) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfCreateBrushIndirect](#EmfCreateBrushIndirect) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfDeleteObject](#EmfDeleteObject) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfAngleArc](#EmfAngleArc) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfEllipse](#EmfEllipse) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfRectangle](#EmfRectangle) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfRoundRect](#EmfRoundRect) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfRoundArc](#EmfRoundArc) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfChord](#EmfChord) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPie](#EmfPie) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSelectPalette](#EmfSelectPalette) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfCreatePalette](#EmfCreatePalette) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetPaletteEntries](#EmfSetPaletteEntries) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfResizePalette](#EmfResizePalette) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfRealizePalette](#EmfRealizePalette) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfExtFloodFill](#EmfExtFloodFill) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfLineTo](#EmfLineTo) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfArcTo](#EmfArcTo) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPolyDraw](#EmfPolyDraw) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetArcDirection](#EmfSetArcDirection) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetMiterLimit](#EmfSetMiterLimit) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfBeginPath](#EmfBeginPath) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfEndPath](#EmfEndPath) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfCloseFigure](#EmfCloseFigure) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfFillPath](#EmfFillPath) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfStrokeAndFillPath](#EmfStrokeAndFillPath) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfStrokePath](#EmfStrokePath) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfFlattenPath](#EmfFlattenPath) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfWidenPath](#EmfWidenPath) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSelectClipPath](#EmfSelectClipPath) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfAbortPath](#EmfAbortPath) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfReserved069](#EmfReserved069) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfGdiComment](#EmfGdiComment) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfFillRgn](#EmfFillRgn) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfFrameRgn](#EmfFrameRgn) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfInvertRgn](#EmfInvertRgn) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPaintRgn](#EmfPaintRgn) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfExtSelectClipRgn](#EmfExtSelectClipRgn) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfBitBlt](#EmfBitBlt) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfStretchBlt](#EmfStretchBlt) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfMaskBlt](#EmfMaskBlt) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPlgBlt](#EmfPlgBlt) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetDIBitsToDevice](#EmfSetDIBitsToDevice) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfStretchDIBits](#EmfStretchDIBits) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfExtCreateFontIndirect](#EmfExtCreateFontIndirect) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfExtTextOutA](#EmfExtTextOutA) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfExtTextOutW](#EmfExtTextOutW) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPolyBezier16](#EmfPolyBezier16) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPolygon16](#EmfPolygon16) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPolyline16](#EmfPolyline16) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPolyBezierTo16](#EmfPolyBezierTo16) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPolylineTo16](#EmfPolylineTo16) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPolyPolyline16](#EmfPolyPolyline16) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPolyPolygon16](#EmfPolyPolygon16) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPolyDraw16](#EmfPolyDraw16) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfCreateMonoBrush](#EmfCreateMonoBrush) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfCreateDibPatternBrushPt](#EmfCreateDibPatternBrushPt) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfExtCreatePen](#EmfExtCreatePen) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPolyTextOutA](#EmfPolyTextOutA) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPolyTextOutW](#EmfPolyTextOutW) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetIcmMode](#EmfSetIcmMode) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfCreateColorSpace](#EmfCreateColorSpace) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetColorSpace](#EmfSetColorSpace) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfDeleteColorSpace](#EmfDeleteColorSpace) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfGlsRecord](#EmfGlsRecord) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfGlsBoundedRecord](#EmfGlsBoundedRecord) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPixelFormat](#EmfPixelFormat) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfDrawEscape](#EmfDrawEscape) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfExtEscape](#EmfExtEscape) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfStartDoc](#EmfStartDoc) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSmallTextOut](#EmfSmallTextOut) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfForceUfiMapping](#EmfForceUfiMapping) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfNamedEscpae](#EmfNamedEscpae) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfColorCorrectPalette](#EmfColorCorrectPalette) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetIcmProfileA](#EmfSetIcmProfileA) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetIcmProfileW](#EmfSetIcmProfileW) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfAlphaBlend](#EmfAlphaBlend) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetLayout](#EmfSetLayout) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfTransparentBlt](#EmfTransparentBlt) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfReserved117](#EmfReserved117) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfGradientFill](#EmfGradientFill) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetLinkedUfis](#EmfSetLinkedUfis) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfSetTextJustification](#EmfSetTextJustification) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfColorMatchToTargetW](#EmfColorMatchToTargetW) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfCreateColorSpaceW](#EmfCreateColorSpaceW) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfMax](#EmfMax) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [EmfPlusRecordBase](#EmfPlusRecordBase) | MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. | +| [Invalid](#Invalid) | 잘못된 데이터를 나타냅니다. | +| [Header](#Header) | EMF+ 헤더인 레코드를 식별합니다. | +| [Min](#Min) | 이 열거형의 최소값입니다. | +| [EndOfFile](#EndOfFile) | 메타파일의 마지막 EMF+ 레코드를 표시하는 레코드를 식별합니다. | +| [Comment](#Comment) | `M:Graphics.AddMetafileComment`를 참조하십시오. | +| [GetDC](#GetDC) | `M:Graphics.GetHdc`를 참조하십시오. | +| [MultiFormatStart](#MultiFormatStart) | 다중 형식 섹션의 시작을 표시합니다. | +| [MultiFormatSection](#MultiFormatSection) | 다중 형식 섹션을 표시합니다. | +| [MultiFormatEnd](#MultiFormatEnd) | 다중 형식 섹션의 끝을 표시합니다. | +| [Object](#Object) | 객체를 표시합니다. | +| [Clear](#Clear) | `M:Graphics.Clear`를 참조하십시오. | +| [FillRects](#FillRects) | `M:Graphics.FillRectangles` 메서드를 참조하십시오. | +| [DrawRects](#DrawRects) | `M:Graphics.DrawRectangles` 메서드를 참조하십시오. | +| [FillPolygon](#FillPolygon) | `M:Graphics.FillPolygon` 메서드를 참조하십시오. | +| [DrawLines](#DrawLines) | `M:Graphics.DrawLines` 메서드를 참조하십시오. | +| [FillEllipse](#FillEllipse) | `M:Graphics.FillEllipse` 메서드를 참조하십시오. | +| [DrawEllipse](#DrawEllipse) | `M:Graphics.DrawEllipse` 메서드를 참조하십시오. | +| [FillPie](#FillPie) | `M:Graphics.FillPie` 메서드를 참조하십시오. | +| [DrawPie](#DrawPie) | `M:Graphics.DrawPie` 메서드를 참조하십시오. | +| [DrawArc](#DrawArc) | `M:Graphics.DrawArc` 메서드를 참조하십시오. | +| [FillRegion](#FillRegion) | `M:Graphics.FillRegion`를 참조하십시오. | +| [FillPath](#FillPath) | `M:Graphics.FillPath`를 참조하십시오. | +| [DrawPath](#DrawPath) | `M:Graphics.DrawPath`를 참조하십시오. | +| [FillClosedCurve](#FillClosedCurve) | `M:Graphics.FillClosedCurve` 메서드를 참조하십시오. | +| [DrawClosedCurve](#DrawClosedCurve) | `M:Graphics.DrawClosedCurve` 메서드를 참조하십시오. | +| [DrawCurve](#DrawCurve) | `M:Graphics.DrawCurve` 메서드를 참조하십시오. | +| [DrawBeziers](#DrawBeziers) | `M:Graphics.DrawBeziers` 메서드를 참조하십시오. | +| [DrawImage](#DrawImage) | `M:Graphics.DrawImage` 메서드를 참조하십시오. | +| [DrawImagePoints](#DrawImagePoints) | `M:Graphics.DrawImagePoints` 메서드를 참조하십시오. | +| [DrawString](#DrawString) | `M:Graphics.DrawString` 메서드를 참조하십시오. | +| [SetRenderingOrigin](#SetRenderingOrigin) | `M:Graphics.RenderingOrigin`를 참조하십시오. | +| [SetAntiAliasMode](#SetAntiAliasMode) | `M:Graphics.SmoothingMode`를 참조하십시오. | +| [SetTextRenderingHint](#SetTextRenderingHint) | `M:Graphics.TextRenderingHint`를 참조하십시오. | +| [SetTextContrast](#SetTextContrast) | `M:Graphics.TextContrast`를 참조하십시오. | +| [SetInterpolationMode](#SetInterpolationMode) | `M:Graphics.InterpolationMode`를 참조하십시오. | +| [SetPixelOffsetMode](#SetPixelOffsetMode) | 참조 `M:Graphics.PixelOffsetMode`. | +| [SetCompositingMode](#SetCompositingMode) | 참조 `M:Graphics.CompositingMode`. | +| [SetCompositingQuality](#SetCompositingQuality) | 참조 `M:Graphics.CompositingQuality`. | +| [Save](#Save) | 참조 `M:Graphics.Save`. | +| [Restore](#Restore) | 참조 `M:Graphics.Restore`. | +| [BeginContainer](#BeginContainer) | 참조 `M:Graphics.BeginContainer` 메서드. | +| [BeginContainerNoParams](#BeginContainerNoParams) | 참조 `M:Graphics.BeginContainer` 메서드. | +| [EndContainer](#EndContainer) | 참조 `M:Graphics.EndContainer`. | +| [SetWorldTransform](#SetWorldTransform) | 참조 `M:Graphics.TransformPoints` 메서드. | +| [ResetWorldTransform](#ResetWorldTransform) | 참조 `M:Graphics.ResetTransform`. | +| [MultiplyWorldTransform](#MultiplyWorldTransform) | 참조 `M:Graphics.MultiplyTransform` 메서드. | +| [TranslateWorldTransform](#TranslateWorldTransform) | 참조 `M:Graphics.TransformPoints` 메서드. | +| [ScaleWorldTransform](#ScaleWorldTransform) | 참조 `M:Graphics.ScaleTransform` 메서드. | +| [RotateWorldTransform](#RotateWorldTransform) | 참조 `M:Graphics.RotateTransform` 메서드. | +| [SetPageTransform](#SetPageTransform) | 참조 `M:Graphics.TransformPoints` 메서드. | +| [ResetClip](#ResetClip) | 참조 `M:Graphics.ResetClip`. | +| [SetClipRect](#SetClipRect) | 참조 `M:Graphics.SetClip` 메서드. | +| [SetClipPath](#SetClipPath) | 참조 `M:Graphics.SetClip` 메서드. | +| [SetClipRegion](#SetClipRegion) | 참조 `M:Graphics.SetClip` 메서드. | +| [OffsetClip](#OffsetClip) | 참조 `M:Graphics.TranslateClip` 메서드. | +| [DrawDriverString](#DrawDriverString) | 문자열, 위치 및 서식 정보를 지정합니다. | +| [Max](#Max) | 이 열거형의 최대값입니다. | +| [Total](#Total) | 내부에서 사용됩니다. | +| [WmfRecordBase](#WmfRecordBase) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSaveDC](#WmfSaveDC) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfRealizePalette](#WmfRealizePalette) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetPalEntries](#WmfSetPalEntries) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfCreatePalette](#WmfCreatePalette) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetBkMode](#WmfSetBkMode) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetMapMode](#WmfSetMapMode) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetROP2](#WmfSetROP2) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetRelAbs](#WmfSetRelAbs) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetPolyFillMode](#WmfSetPolyFillMode) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetStretchBltMode](#WmfSetStretchBltMode) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetTextCharExtra](#WmfSetTextCharExtra) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfRestoreDC](#WmfRestoreDC) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfInvertRegion](#WmfInvertRegion) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfPaintRegion](#WmfPaintRegion) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSelectClipRegion](#WmfSelectClipRegion) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSelectObject](#WmfSelectObject) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetTextAlign](#WmfSetTextAlign) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfResizePalette](#WmfResizePalette) | 지정된 값에 따라 논리 팔레트의 크기를 늘리거나 줄입니다. | +| [WmfDibCreatePatternBrush](#WmfDibCreatePatternBrush) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetLayout](#WmfSetLayout) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfDeleteObject](#WmfDeleteObject) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfCreatePatternBrush](#WmfCreatePatternBrush) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetBkColor](#WmfSetBkColor) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetTextColor](#WmfSetTextColor) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetTextJustification](#WmfSetTextJustification) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetWindowOrg](#WmfSetWindowOrg) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetWindowExt](#WmfSetWindowExt) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetViewportOrg](#WmfSetViewportOrg) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetViewportExt](#WmfSetViewportExt) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfOffsetWindowOrg](#WmfOffsetWindowOrg) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfOffsetViewportOrg](#WmfOffsetViewportOrg) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfLineTo](#WmfLineTo) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfMoveTo](#WmfMoveTo) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfOffsetCilpRgn](#WmfOffsetCilpRgn) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfFillRegion](#WmfFillRegion) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetMapperFlags](#WmfSetMapperFlags) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSelectPalette](#WmfSelectPalette) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfCreatePenIndirect](#WmfCreatePenIndirect) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfCreateFontIndirect](#WmfCreateFontIndirect) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfCreateBrushIndirect](#WmfCreateBrushIndirect) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfPolygon](#WmfPolygon) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfPolyline](#WmfPolyline) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfScaleWindowExt](#WmfScaleWindowExt) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfScaleViewportExt](#WmfScaleViewportExt) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfExcludeClipRect](#WmfExcludeClipRect) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfIntersectClipRect](#WmfIntersectClipRect) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfEllipse](#WmfEllipse) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfFloodFill](#WmfFloodFill) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfRectangle](#WmfRectangle) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetPixel](#WmfSetPixel) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfFrameRegion](#WmfFrameRegion) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfAnimatePalette](#WmfAnimatePalette) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfTextOut](#WmfTextOut) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfPolyPolygon](#WmfPolyPolygon) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfExtFloodFill](#WmfExtFloodFill) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfRoundRect](#WmfRoundRect) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfPatBlt](#WmfPatBlt) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfEscape](#WmfEscape) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfCreateRegion](#WmfCreateRegion) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfArc](#WmfArc) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfPie](#WmfPie) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfChord](#WmfChord) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfBitBlt](#WmfBitBlt) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfDibBitBlt](#WmfDibBitBlt) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfExtTextOut](#WmfExtTextOut) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfStretchBlt](#WmfStretchBlt) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfDibStretchBlt](#WmfDibStretchBlt) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfSetDibToDev](#WmfSetDibToDev) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +| [WmfStretchDib](#WmfStretchDib) | MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. | +### EmfHeader {#EmfHeader} +``` +public static final int EmfHeader +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfMin {#EmfMin} +``` +public static final int EmfMin +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPolyBezier {#EmfPolyBezier} +``` +public static final int EmfPolyBezier +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPolygon {#EmfPolygon} +``` +public static final int EmfPolygon +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPolyline {#EmfPolyline} +``` +public static final int EmfPolyline +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPolyBezierTo {#EmfPolyBezierTo} +``` +public static final int EmfPolyBezierTo +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPolyLineTo {#EmfPolyLineTo} +``` +public static final int EmfPolyLineTo +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPolyPolyline {#EmfPolyPolyline} +``` +public static final int EmfPolyPolyline +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPolyPolygon {#EmfPolyPolygon} +``` +public static final int EmfPolyPolygon +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetWindowExtEx {#EmfSetWindowExtEx} +``` +public static final int EmfSetWindowExtEx +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetWindowOrgEx {#EmfSetWindowOrgEx} +``` +public static final int EmfSetWindowOrgEx +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetViewportExtEx {#EmfSetViewportExtEx} +``` +public static final int EmfSetViewportExtEx +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetViewportOrgEx {#EmfSetViewportOrgEx} +``` +public static final int EmfSetViewportOrgEx +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetBrushOrgEx {#EmfSetBrushOrgEx} +``` +public static final int EmfSetBrushOrgEx +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfEof {#EmfEof} +``` +public static final int EmfEof +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetPixelV {#EmfSetPixelV} +``` +public static final int EmfSetPixelV +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetMapperFlags {#EmfSetMapperFlags} +``` +public static final int EmfSetMapperFlags +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetMapMode {#EmfSetMapMode} +``` +public static final int EmfSetMapMode +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetBkMode {#EmfSetBkMode} +``` +public static final int EmfSetBkMode +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetPolyFillMode {#EmfSetPolyFillMode} +``` +public static final int EmfSetPolyFillMode +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetROP2 {#EmfSetROP2} +``` +public static final int EmfSetROP2 +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetStretchBltMode {#EmfSetStretchBltMode} +``` +public static final int EmfSetStretchBltMode +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetTextAlign {#EmfSetTextAlign} +``` +public static final int EmfSetTextAlign +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetColorAdjustment {#EmfSetColorAdjustment} +``` +public static final int EmfSetColorAdjustment +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetTextColor {#EmfSetTextColor} +``` +public static final int EmfSetTextColor +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetBkColor {#EmfSetBkColor} +``` +public static final int EmfSetBkColor +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfOffsetClipRgn {#EmfOffsetClipRgn} +``` +public static final int EmfOffsetClipRgn +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfMoveToEx {#EmfMoveToEx} +``` +public static final int EmfMoveToEx +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetMetaRgn {#EmfSetMetaRgn} +``` +public static final int EmfSetMetaRgn +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfExcludeClipRect {#EmfExcludeClipRect} +``` +public static final int EmfExcludeClipRect +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfIntersectClipRect {#EmfIntersectClipRect} +``` +public static final int EmfIntersectClipRect +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfScaleViewportExtEx {#EmfScaleViewportExtEx} +``` +public static final int EmfScaleViewportExtEx +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfScaleWindowExtEx {#EmfScaleWindowExtEx} +``` +public static final int EmfScaleWindowExtEx +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSaveDC {#EmfSaveDC} +``` +public static final int EmfSaveDC +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfRestoreDC {#EmfRestoreDC} +``` +public static final int EmfRestoreDC +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetWorldTransform {#EmfSetWorldTransform} +``` +public static final int EmfSetWorldTransform +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfModifyWorldTransform {#EmfModifyWorldTransform} +``` +public static final int EmfModifyWorldTransform +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSelectObject {#EmfSelectObject} +``` +public static final int EmfSelectObject +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfCreatePen {#EmfCreatePen} +``` +public static final int EmfCreatePen +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfCreateBrushIndirect {#EmfCreateBrushIndirect} +``` +public static final int EmfCreateBrushIndirect +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfDeleteObject {#EmfDeleteObject} +``` +public static final int EmfDeleteObject +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfAngleArc {#EmfAngleArc} +``` +public static final int EmfAngleArc +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfEllipse {#EmfEllipse} +``` +public static final int EmfEllipse +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfRectangle {#EmfRectangle} +``` +public static final int EmfRectangle +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfRoundRect {#EmfRoundRect} +``` +public static final int EmfRoundRect +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfRoundArc {#EmfRoundArc} +``` +public static final int EmfRoundArc +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfChord {#EmfChord} +``` +public static final int EmfChord +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPie {#EmfPie} +``` +public static final int EmfPie +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSelectPalette {#EmfSelectPalette} +``` +public static final int EmfSelectPalette +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfCreatePalette {#EmfCreatePalette} +``` +public static final int EmfCreatePalette +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetPaletteEntries {#EmfSetPaletteEntries} +``` +public static final int EmfSetPaletteEntries +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfResizePalette {#EmfResizePalette} +``` +public static final int EmfResizePalette +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfRealizePalette {#EmfRealizePalette} +``` +public static final int EmfRealizePalette +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfExtFloodFill {#EmfExtFloodFill} +``` +public static final int EmfExtFloodFill +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfLineTo {#EmfLineTo} +``` +public static final int EmfLineTo +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfArcTo {#EmfArcTo} +``` +public static final int EmfArcTo +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPolyDraw {#EmfPolyDraw} +``` +public static final int EmfPolyDraw +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetArcDirection {#EmfSetArcDirection} +``` +public static final int EmfSetArcDirection +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetMiterLimit {#EmfSetMiterLimit} +``` +public static final int EmfSetMiterLimit +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfBeginPath {#EmfBeginPath} +``` +public static final int EmfBeginPath +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfEndPath {#EmfEndPath} +``` +public static final int EmfEndPath +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfCloseFigure {#EmfCloseFigure} +``` +public static final int EmfCloseFigure +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfFillPath {#EmfFillPath} +``` +public static final int EmfFillPath +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfStrokeAndFillPath {#EmfStrokeAndFillPath} +``` +public static final int EmfStrokeAndFillPath +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfStrokePath {#EmfStrokePath} +``` +public static final int EmfStrokePath +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfFlattenPath {#EmfFlattenPath} +``` +public static final int EmfFlattenPath +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfWidenPath {#EmfWidenPath} +``` +public static final int EmfWidenPath +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSelectClipPath {#EmfSelectClipPath} +``` +public static final int EmfSelectClipPath +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfAbortPath {#EmfAbortPath} +``` +public static final int EmfAbortPath +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfReserved069 {#EmfReserved069} +``` +public static final int EmfReserved069 +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfGdiComment {#EmfGdiComment} +``` +public static final int EmfGdiComment +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfFillRgn {#EmfFillRgn} +``` +public static final int EmfFillRgn +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfFrameRgn {#EmfFrameRgn} +``` +public static final int EmfFrameRgn +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfInvertRgn {#EmfInvertRgn} +``` +public static final int EmfInvertRgn +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPaintRgn {#EmfPaintRgn} +``` +public static final int EmfPaintRgn +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfExtSelectClipRgn {#EmfExtSelectClipRgn} +``` +public static final int EmfExtSelectClipRgn +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfBitBlt {#EmfBitBlt} +``` +public static final int EmfBitBlt +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfStretchBlt {#EmfStretchBlt} +``` +public static final int EmfStretchBlt +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfMaskBlt {#EmfMaskBlt} +``` +public static final int EmfMaskBlt +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPlgBlt {#EmfPlgBlt} +``` +public static final int EmfPlgBlt +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetDIBitsToDevice {#EmfSetDIBitsToDevice} +``` +public static final int EmfSetDIBitsToDevice +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfStretchDIBits {#EmfStretchDIBits} +``` +public static final int EmfStretchDIBits +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfExtCreateFontIndirect {#EmfExtCreateFontIndirect} +``` +public static final int EmfExtCreateFontIndirect +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfExtTextOutA {#EmfExtTextOutA} +``` +public static final int EmfExtTextOutA +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfExtTextOutW {#EmfExtTextOutW} +``` +public static final int EmfExtTextOutW +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPolyBezier16 {#EmfPolyBezier16} +``` +public static final int EmfPolyBezier16 +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPolygon16 {#EmfPolygon16} +``` +public static final int EmfPolygon16 +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPolyline16 {#EmfPolyline16} +``` +public static final int EmfPolyline16 +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPolyBezierTo16 {#EmfPolyBezierTo16} +``` +public static final int EmfPolyBezierTo16 +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPolylineTo16 {#EmfPolylineTo16} +``` +public static final int EmfPolylineTo16 +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPolyPolyline16 {#EmfPolyPolyline16} +``` +public static final int EmfPolyPolyline16 +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPolyPolygon16 {#EmfPolyPolygon16} +``` +public static final int EmfPolyPolygon16 +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPolyDraw16 {#EmfPolyDraw16} +``` +public static final int EmfPolyDraw16 +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfCreateMonoBrush {#EmfCreateMonoBrush} +``` +public static final int EmfCreateMonoBrush +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfCreateDibPatternBrushPt {#EmfCreateDibPatternBrushPt} +``` +public static final int EmfCreateDibPatternBrushPt +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfExtCreatePen {#EmfExtCreatePen} +``` +public static final int EmfExtCreatePen +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPolyTextOutA {#EmfPolyTextOutA} +``` +public static final int EmfPolyTextOutA +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPolyTextOutW {#EmfPolyTextOutW} +``` +public static final int EmfPolyTextOutW +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetIcmMode {#EmfSetIcmMode} +``` +public static final int EmfSetIcmMode +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfCreateColorSpace {#EmfCreateColorSpace} +``` +public static final int EmfCreateColorSpace +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetColorSpace {#EmfSetColorSpace} +``` +public static final int EmfSetColorSpace +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfDeleteColorSpace {#EmfDeleteColorSpace} +``` +public static final int EmfDeleteColorSpace +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfGlsRecord {#EmfGlsRecord} +``` +public static final int EmfGlsRecord +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfGlsBoundedRecord {#EmfGlsBoundedRecord} +``` +public static final int EmfGlsBoundedRecord +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPixelFormat {#EmfPixelFormat} +``` +public static final int EmfPixelFormat +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfDrawEscape {#EmfDrawEscape} +``` +public static final int EmfDrawEscape +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfExtEscape {#EmfExtEscape} +``` +public static final int EmfExtEscape +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfStartDoc {#EmfStartDoc} +``` +public static final int EmfStartDoc +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSmallTextOut {#EmfSmallTextOut} +``` +public static final int EmfSmallTextOut +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfForceUfiMapping {#EmfForceUfiMapping} +``` +public static final int EmfForceUfiMapping +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfNamedEscpae {#EmfNamedEscpae} +``` +public static final int EmfNamedEscpae +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfColorCorrectPalette {#EmfColorCorrectPalette} +``` +public static final int EmfColorCorrectPalette +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetIcmProfileA {#EmfSetIcmProfileA} +``` +public static final int EmfSetIcmProfileA +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetIcmProfileW {#EmfSetIcmProfileW} +``` +public static final int EmfSetIcmProfileW +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfAlphaBlend {#EmfAlphaBlend} +``` +public static final int EmfAlphaBlend +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetLayout {#EmfSetLayout} +``` +public static final int EmfSetLayout +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfTransparentBlt {#EmfTransparentBlt} +``` +public static final int EmfTransparentBlt +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfReserved117 {#EmfReserved117} +``` +public static final int EmfReserved117 +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfGradientFill {#EmfGradientFill} +``` +public static final int EmfGradientFill +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetLinkedUfis {#EmfSetLinkedUfis} +``` +public static final int EmfSetLinkedUfis +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfSetTextJustification {#EmfSetTextJustification} +``` +public static final int EmfSetTextJustification +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfColorMatchToTargetW {#EmfColorMatchToTargetW} +``` +public static final int EmfColorMatchToTargetW +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfCreateColorSpaceW {#EmfCreateColorSpaceW} +``` +public static final int EmfCreateColorSpaceW +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfMax {#EmfMax} +``` +public static final int EmfMax +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### EmfPlusRecordBase {#EmfPlusRecordBase} +``` +public static final int EmfPlusRecordBase +``` + + +MSDN 라이브러리의 GDI 섹션에 있는 "Enhanced-Format Metafiles"를 참조하십시오. + +### Invalid {#Invalid} +``` +public static final int Invalid +``` + + +잘못된 데이터를 나타냅니다. + +### Header {#Header} +``` +public static final int Header +``` + + +EMF+ 헤더인 레코드를 식별합니다. + +### Min {#Min} +``` +public static final int Min +``` + + +이 열거형의 최소값입니다. + +### EndOfFile {#EndOfFile} +``` +public static final int EndOfFile +``` + + +메타파일의 마지막 EMF+ 레코드를 표시하는 레코드를 식별합니다. + +### Comment {#Comment} +``` +public static final int Comment +``` + + +`M:Graphics.AddMetafileComment`를 참조하십시오. + +### GetDC {#GetDC} +``` +public static final int GetDC +``` + + +`M:Graphics.GetHdc`를 참조하십시오. + +### MultiFormatStart {#MultiFormatStart} +``` +public static final int MultiFormatStart +``` + + +다중 형식 섹션의 시작을 표시합니다. + +### MultiFormatSection {#MultiFormatSection} +``` +public static final int MultiFormatSection +``` + + +다중 형식 섹션을 표시합니다. + +### MultiFormatEnd {#MultiFormatEnd} +``` +public static final int MultiFormatEnd +``` + + +다중 형식 섹션의 끝을 표시합니다. + +### Object {#Object} +``` +public static final int Object +``` + + +객체를 표시합니다. + +### Clear {#Clear} +``` +public static final int Clear +``` + + +`M:Graphics.Clear`를 참조하십시오. + +### FillRects {#FillRects} +``` +public static final int FillRects +``` + + +`M:Graphics.FillRectangles` 메서드를 참조하십시오. + +### DrawRects {#DrawRects} +``` +public static final int DrawRects +``` + + +`M:Graphics.DrawRectangles` 메서드를 참조하십시오. + +### FillPolygon {#FillPolygon} +``` +public static final int FillPolygon +``` + + +`M:Graphics.FillPolygon` 메서드를 참조하십시오. + +### DrawLines {#DrawLines} +``` +public static final int DrawLines +``` + + +`M:Graphics.DrawLines` 메서드를 참조하십시오. + +### FillEllipse {#FillEllipse} +``` +public static final int FillEllipse +``` + + +`M:Graphics.FillEllipse` 메서드를 참조하십시오. + +### DrawEllipse {#DrawEllipse} +``` +public static final int DrawEllipse +``` + + +`M:Graphics.DrawEllipse` 메서드를 참조하십시오. + +### FillPie {#FillPie} +``` +public static final int FillPie +``` + + +`M:Graphics.FillPie` 메서드를 참조하십시오. + +### DrawPie {#DrawPie} +``` +public static final int DrawPie +``` + + +`M:Graphics.DrawPie` 메서드를 참조하십시오. + +### DrawArc {#DrawArc} +``` +public static final int DrawArc +``` + + +`M:Graphics.DrawArc` 메서드를 참조하십시오. + +### FillRegion {#FillRegion} +``` +public static final int FillRegion +``` + + +`M:Graphics.FillRegion`를 참조하십시오. + +### FillPath {#FillPath} +``` +public static final int FillPath +``` + + +`M:Graphics.FillPath`를 참조하십시오. + +### DrawPath {#DrawPath} +``` +public static final int DrawPath +``` + + +`M:Graphics.DrawPath`를 참조하십시오. + +### FillClosedCurve {#FillClosedCurve} +``` +public static final int FillClosedCurve +``` + + +`M:Graphics.FillClosedCurve` 메서드를 참조하십시오. + +### DrawClosedCurve {#DrawClosedCurve} +``` +public static final int DrawClosedCurve +``` + + +`M:Graphics.DrawClosedCurve` 메서드를 참조하십시오. + +### DrawCurve {#DrawCurve} +``` +public static final int DrawCurve +``` + + +`M:Graphics.DrawCurve` 메서드를 참조하십시오. + +### DrawBeziers {#DrawBeziers} +``` +public static final int DrawBeziers +``` + + +`M:Graphics.DrawBeziers` 메서드를 참조하십시오. + +### DrawImage {#DrawImage} +``` +public static final int DrawImage +``` + + +`M:Graphics.DrawImage` 메서드를 참조하십시오. + +### DrawImagePoints {#DrawImagePoints} +``` +public static final int DrawImagePoints +``` + + +`M:Graphics.DrawImagePoints` 메서드를 참조하십시오. + +### DrawString {#DrawString} +``` +public static final int DrawString +``` + + +`M:Graphics.DrawString` 메서드를 참조하십시오. + +### SetRenderingOrigin {#SetRenderingOrigin} +``` +public static final int SetRenderingOrigin +``` + + +`M:Graphics.RenderingOrigin`를 참조하십시오. + +### SetAntiAliasMode {#SetAntiAliasMode} +``` +public static final int SetAntiAliasMode +``` + + +`M:Graphics.SmoothingMode`를 참조하십시오. + +### SetTextRenderingHint {#SetTextRenderingHint} +``` +public static final int SetTextRenderingHint +``` + + +`M:Graphics.TextRenderingHint`를 참조하십시오. + +### SetTextContrast {#SetTextContrast} +``` +public static final int SetTextContrast +``` + + +`M:Graphics.TextContrast`를 참조하십시오. + +### SetInterpolationMode {#SetInterpolationMode} +``` +public static final int SetInterpolationMode +``` + + +`M:Graphics.InterpolationMode`를 참조하십시오. + +### SetPixelOffsetMode {#SetPixelOffsetMode} +``` +public static final int SetPixelOffsetMode +``` + + +참조 `M:Graphics.PixelOffsetMode`. + +### SetCompositingMode {#SetCompositingMode} +``` +public static final int SetCompositingMode +``` + + +참조 `M:Graphics.CompositingMode`. + +### SetCompositingQuality {#SetCompositingQuality} +``` +public static final int SetCompositingQuality +``` + + +참조 `M:Graphics.CompositingQuality`. + +### Save {#Save} +``` +public static final int Save +``` + + +참조 `M:Graphics.Save`. + +### Restore {#Restore} +``` +public static final int Restore +``` + + +참조 `M:Graphics.Restore`. + +### BeginContainer {#BeginContainer} +``` +public static final int BeginContainer +``` + + +참조 `M:Graphics.BeginContainer` 메서드. + +### BeginContainerNoParams {#BeginContainerNoParams} +``` +public static final int BeginContainerNoParams +``` + + +참조 `M:Graphics.BeginContainer` 메서드. + +### EndContainer {#EndContainer} +``` +public static final int EndContainer +``` + + +참조 `M:Graphics.EndContainer`. + +### SetWorldTransform {#SetWorldTransform} +``` +public static final int SetWorldTransform +``` + + +참조 `M:Graphics.TransformPoints` 메서드. + +### ResetWorldTransform {#ResetWorldTransform} +``` +public static final int ResetWorldTransform +``` + + +참조 `M:Graphics.ResetTransform`. + +### MultiplyWorldTransform {#MultiplyWorldTransform} +``` +public static final int MultiplyWorldTransform +``` + + +참조 `M:Graphics.MultiplyTransform` 메서드. + +### TranslateWorldTransform {#TranslateWorldTransform} +``` +public static final int TranslateWorldTransform +``` + + +참조 `M:Graphics.TransformPoints` 메서드. + +### ScaleWorldTransform {#ScaleWorldTransform} +``` +public static final int ScaleWorldTransform +``` + + +참조 `M:Graphics.ScaleTransform` 메서드. + +### RotateWorldTransform {#RotateWorldTransform} +``` +public static final int RotateWorldTransform +``` + + +참조 `M:Graphics.RotateTransform` 메서드. + +### SetPageTransform {#SetPageTransform} +``` +public static final int SetPageTransform +``` + + +참조 `M:Graphics.TransformPoints` 메서드. + +### ResetClip {#ResetClip} +``` +public static final int ResetClip +``` + + +참조 `M:Graphics.ResetClip`. + +### SetClipRect {#SetClipRect} +``` +public static final int SetClipRect +``` + + +참조 `M:Graphics.SetClip` 메서드. + +### SetClipPath {#SetClipPath} +``` +public static final int SetClipPath +``` + + +참조 `M:Graphics.SetClip` 메서드. + +### SetClipRegion {#SetClipRegion} +``` +public static final int SetClipRegion +``` + + +참조 `M:Graphics.SetClip` 메서드. + +### OffsetClip {#OffsetClip} +``` +public static final int OffsetClip +``` + + +참조 `M:Graphics.TranslateClip` 메서드. + +### DrawDriverString {#DrawDriverString} +``` +public static final int DrawDriverString +``` + + +문자열, 위치 및 서식 정보를 지정합니다. + +### Max {#Max} +``` +public static final int Max +``` + + +이 열거형의 최대값입니다. + +### Total {#Total} +``` +public static final int Total +``` + + +내부에서 사용됩니다. + +### WmfRecordBase {#WmfRecordBase} +``` +public static final int WmfRecordBase +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSaveDC {#WmfSaveDC} +``` +public static final int WmfSaveDC +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfRealizePalette {#WmfRealizePalette} +``` +public static final int WmfRealizePalette +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetPalEntries {#WmfSetPalEntries} +``` +public static final int WmfSetPalEntries +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfCreatePalette {#WmfCreatePalette} +``` +public static final int WmfCreatePalette +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetBkMode {#WmfSetBkMode} +``` +public static final int WmfSetBkMode +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetMapMode {#WmfSetMapMode} +``` +public static final int WmfSetMapMode +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetROP2 {#WmfSetROP2} +``` +public static final int WmfSetROP2 +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetRelAbs {#WmfSetRelAbs} +``` +public static final int WmfSetRelAbs +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetPolyFillMode {#WmfSetPolyFillMode} +``` +public static final int WmfSetPolyFillMode +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetStretchBltMode {#WmfSetStretchBltMode} +``` +public static final int WmfSetStretchBltMode +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetTextCharExtra {#WmfSetTextCharExtra} +``` +public static final int WmfSetTextCharExtra +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfRestoreDC {#WmfRestoreDC} +``` +public static final int WmfRestoreDC +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfInvertRegion {#WmfInvertRegion} +``` +public static final int WmfInvertRegion +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfPaintRegion {#WmfPaintRegion} +``` +public static final int WmfPaintRegion +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSelectClipRegion {#WmfSelectClipRegion} +``` +public static final int WmfSelectClipRegion +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSelectObject {#WmfSelectObject} +``` +public static final int WmfSelectObject +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetTextAlign {#WmfSetTextAlign} +``` +public static final int WmfSetTextAlign +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfResizePalette {#WmfResizePalette} +``` +public static final int WmfResizePalette +``` + + +지정된 값에 따라 논리 팔레트의 크기를 늘리거나 줄입니다. + +### WmfDibCreatePatternBrush {#WmfDibCreatePatternBrush} +``` +public static final int WmfDibCreatePatternBrush +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetLayout {#WmfSetLayout} +``` +public static final int WmfSetLayout +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfDeleteObject {#WmfDeleteObject} +``` +public static final int WmfDeleteObject +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfCreatePatternBrush {#WmfCreatePatternBrush} +``` +public static final int WmfCreatePatternBrush +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetBkColor {#WmfSetBkColor} +``` +public static final int WmfSetBkColor +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetTextColor {#WmfSetTextColor} +``` +public static final int WmfSetTextColor +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetTextJustification {#WmfSetTextJustification} +``` +public static final int WmfSetTextJustification +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetWindowOrg {#WmfSetWindowOrg} +``` +public static final int WmfSetWindowOrg +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetWindowExt {#WmfSetWindowExt} +``` +public static final int WmfSetWindowExt +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetViewportOrg {#WmfSetViewportOrg} +``` +public static final int WmfSetViewportOrg +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetViewportExt {#WmfSetViewportExt} +``` +public static final int WmfSetViewportExt +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfOffsetWindowOrg {#WmfOffsetWindowOrg} +``` +public static final int WmfOffsetWindowOrg +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfOffsetViewportOrg {#WmfOffsetViewportOrg} +``` +public static final int WmfOffsetViewportOrg +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfLineTo {#WmfLineTo} +``` +public static final int WmfLineTo +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfMoveTo {#WmfMoveTo} +``` +public static final int WmfMoveTo +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfOffsetCilpRgn {#WmfOffsetCilpRgn} +``` +public static final int WmfOffsetCilpRgn +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfFillRegion {#WmfFillRegion} +``` +public static final int WmfFillRegion +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetMapperFlags {#WmfSetMapperFlags} +``` +public static final int WmfSetMapperFlags +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSelectPalette {#WmfSelectPalette} +``` +public static final int WmfSelectPalette +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfCreatePenIndirect {#WmfCreatePenIndirect} +``` +public static final int WmfCreatePenIndirect +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfCreateFontIndirect {#WmfCreateFontIndirect} +``` +public static final int WmfCreateFontIndirect +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfCreateBrushIndirect {#WmfCreateBrushIndirect} +``` +public static final int WmfCreateBrushIndirect +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfPolygon {#WmfPolygon} +``` +public static final int WmfPolygon +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfPolyline {#WmfPolyline} +``` +public static final int WmfPolyline +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfScaleWindowExt {#WmfScaleWindowExt} +``` +public static final int WmfScaleWindowExt +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfScaleViewportExt {#WmfScaleViewportExt} +``` +public static final int WmfScaleViewportExt +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfExcludeClipRect {#WmfExcludeClipRect} +``` +public static final int WmfExcludeClipRect +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfIntersectClipRect {#WmfIntersectClipRect} +``` +public static final int WmfIntersectClipRect +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfEllipse {#WmfEllipse} +``` +public static final int WmfEllipse +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfFloodFill {#WmfFloodFill} +``` +public static final int WmfFloodFill +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfRectangle {#WmfRectangle} +``` +public static final int WmfRectangle +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetPixel {#WmfSetPixel} +``` +public static final int WmfSetPixel +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfFrameRegion {#WmfFrameRegion} +``` +public static final int WmfFrameRegion +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfAnimatePalette {#WmfAnimatePalette} +``` +public static final int WmfAnimatePalette +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfTextOut {#WmfTextOut} +``` +public static final int WmfTextOut +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfPolyPolygon {#WmfPolyPolygon} +``` +public static final int WmfPolyPolygon +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfExtFloodFill {#WmfExtFloodFill} +``` +public static final int WmfExtFloodFill +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfRoundRect {#WmfRoundRect} +``` +public static final int WmfRoundRect +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfPatBlt {#WmfPatBlt} +``` +public static final int WmfPatBlt +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfEscape {#WmfEscape} +``` +public static final int WmfEscape +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfCreateRegion {#WmfCreateRegion} +``` +public static final int WmfCreateRegion +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfArc {#WmfArc} +``` +public static final int WmfArc +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfPie {#WmfPie} +``` +public static final int WmfPie +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfChord {#WmfChord} +``` +public static final int WmfChord +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfBitBlt {#WmfBitBlt} +``` +public static final int WmfBitBlt +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfDibBitBlt {#WmfDibBitBlt} +``` +public static final int WmfDibBitBlt +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfExtTextOut {#WmfExtTextOut} +``` +public static final int WmfExtTextOut +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfStretchBlt {#WmfStretchBlt} +``` +public static final int WmfStretchBlt +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfDibStretchBlt {#WmfDibStretchBlt} +``` +public static final int WmfDibStretchBlt +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfSetDibToDev {#WmfSetDibToDev} +``` +public static final int WmfSetDibToDev +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + +### WmfStretchDib {#WmfStretchDib} +``` +public static final int WmfStretchDib +``` + + +MSDN 라이브러리의 GDI 섹션에서 "Windows-Format Metafiles"를 참조하십시오. + diff --git a/korean/java/com.aspose.drawing.imaging/emftype/_index.md b/korean/java/com.aspose.drawing.imaging/emftype/_index.md new file mode 100644 index 000000000..c79af46af --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/emftype/_index.md @@ -0,0 +1,46 @@ +--- +title: EmfType +second_title: Aspose.Drawing for Java API 참조 +description: Enhanced Metafile EMF 파일에 배치되는 레코드의 특성을 지정합니다. +type: docs +weight: 18 +url: /ko/java/com.aspose.drawing.imaging/emftype/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class EmfType extends System.Enum +``` + +Enhanced Metafile (EMF) 파일에 배치되는 레코드의 특성을 지정합니다. 이 열거형은 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 여러 생성자에서 사용됩니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [EmfOnly](#EmfOnly) | 메타파일의 모든 레코드가 EMF 레코드임을 지정하며, 이는 GDI 또는 GDI+로 표시할 수 있습니다. | +| [EmfPlusOnly](#EmfPlusOnly) | 메타파일의 모든 레코드가 EMF+ 레코드임을 지정하며, 이는 GDI+로는 표시할 수 있지만 GDI에서는 표시할 수 없습니다. | +| [EmfPlusDual](#EmfPlusDual) | 메타파일의 모든 EMF+ 레코드가 대체 EMF 레코드와 연결되어 있음을 지정합니다. | +### EmfOnly {#EmfOnly} +``` +public static final int EmfOnly +``` + + +메타파일의 모든 레코드가 EMF 레코드임을 지정하며, 이는 GDI 또는 GDI+로 표시할 수 있습니다. + +### EmfPlusOnly {#EmfPlusOnly} +``` +public static final int EmfPlusOnly +``` + + +메타파일의 모든 레코드가 EMF+ 레코드임을 지정하며, 이는 GDI+로는 표시할 수 있지만 GDI에서는 표시할 수 없습니다. + +### EmfPlusDual {#EmfPlusDual} +``` +public static final int EmfPlusDual +``` + + +메타파일의 모든 EMF+ 레코드가 대체 EMF 레코드와 연결되어 있음을 지정합니다. `EmfType.EmfPlusDual` 유형의 메타파일은 GDI 또는 GDI+로 표시할 수 있습니다. + diff --git a/korean/java/com.aspose.drawing.imaging/encoder/_index.md b/korean/java/com.aspose.drawing.imaging/encoder/_index.md new file mode 100644 index 000000000..5c6f53ff5 --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/encoder/_index.md @@ -0,0 +1,142 @@ +--- +title: 인코더 +second_title: Aspose.Drawing for Java API 참조 +description: 객체는 이미지 인코더 매개변수의 카테고리를 식별하는 전역 고유 식별자 GUID를 캡슐화합니다. +type: docs +weight: 19 +url: /ko/java/com.aspose.drawing.imaging/encoder/ +--- +**Inheritance:** +java.lang.Object +``` +public final class Encoder +``` + +하나의 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체는 이미지 인코더 매개변수의 카테고리를 식별하는 전역 고유 식별자(GUID)를 캡슐화합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [Encoder(UUID guid)](#Encoder-java.util.UUID-) | 지정된 전역 고유 식별자(GUID)에서 [Encoder](../../com.aspose.drawing.imaging/encoder) 클래스의 새 인스턴스를 초기화합니다. | +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [COMPRESSION](#COMPRESSION) | 전역 고유 식별자로 초기화된 압축 매개변수 카테고리용 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체. | +| [COLOR_DEPTH](#COLOR-DEPTH) | 전역 고유 식별자로 초기화된 색 깊이 매개변수 카테고리용 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체. | +| [SCAN_METHOD](#SCAN-METHOD) | 스캔 방법 매개변수 카테고리용 전역 고유 식별자로 초기화된 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체를 나타냅니다. | +| [VERSION](#VERSION) | 버전 매개변수 카테고리용 전역 고유 식별자로 초기화된 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체를 나타냅니다. | +| [RENDER_METHOD](#RENDER-METHOD) | 렌더링 방법 매개변수 카테고리용 전역 고유 식별자로 초기화된 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체를 나타냅니다. | +| [QUALITY](#QUALITY) | 품질 매개변수 카테고리용 전역 고유 식별자로 초기화된 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체를 나타냅니다. | +| [TRANSFORMATION](#TRANSFORMATION) | 변환 매개변수 카테고리용 전역 고유 식별자로 초기화된 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체를 나타냅니다. | +| [LUMINANCE_TABLE](#LUMINANCE-TABLE) | 휘도 테이블 매개변수 카테고리용 전역 고유 식별자로 초기화된 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체를 나타냅니다. | +| [CHROMINANCE_TABLE](#CHROMINANCE-TABLE) | 전역 고유 식별자로 초기화된 색차 테이블 매개변수 카테고리용 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체. | +| [SAVE_FLAG](#SAVE-FLAG) | 저장 플래그 매개변수 카테고리용 전역 고유 식별자로 초기화된 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체를 나타냅니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getGuid()](#getGuid--) | 이미지 인코더 매개변수 카테고리를 식별하는 전역 고유 식별자(GUID)를 가져옵니다. | +### Encoder(UUID guid) {#Encoder-java.util.UUID-} +``` +public Encoder(UUID guid) +``` + + +지정된 전역 고유 식별자(GUID)에서 [Encoder](../../com.aspose.drawing.imaging/encoder) 클래스의 새 인스턴스를 초기화합니다. GUID는 이미지 인코더 매개변수 카테고리를 지정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| guid | java.util.UUID | 이미지 인코더 매개변수 카테고리를 식별하는 전역 고유 식별자. | + +### COMPRESSION {#COMPRESSION} +``` +public static final Encoder COMPRESSION +``` + + +전역 고유 식별자로 초기화된 압축 매개변수 카테고리용 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체. + +### COLOR_DEPTH {#COLOR-DEPTH} +``` +public static final Encoder COLOR_DEPTH +``` + + +전역 고유 식별자로 초기화된 색 깊이 매개변수 카테고리용 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체. + +### SCAN_METHOD {#SCAN-METHOD} +``` +public static final Encoder SCAN_METHOD +``` + + +스캔 방법 매개변수 카테고리용 전역 고유 식별자로 초기화된 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체를 나타냅니다. + +### VERSION {#VERSION} +``` +public static final Encoder VERSION +``` + + +버전 매개변수 카테고리용 전역 고유 식별자로 초기화된 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체를 나타냅니다. + +### RENDER_METHOD {#RENDER-METHOD} +``` +public static final Encoder RENDER_METHOD +``` + + +렌더링 방법 매개변수 카테고리용 전역 고유 식별자로 초기화된 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체를 나타냅니다. + +### QUALITY {#QUALITY} +``` +public static final Encoder QUALITY +``` + + +품질 매개변수 카테고리용 전역 고유 식별자로 초기화된 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체를 나타냅니다. + +### TRANSFORMATION {#TRANSFORMATION} +``` +public static final Encoder TRANSFORMATION +``` + + +변환 매개변수 카테고리용 전역 고유 식별자로 초기화된 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체를 나타냅니다. + +### LUMINANCE_TABLE {#LUMINANCE-TABLE} +``` +public static final Encoder LUMINANCE_TABLE +``` + + +휘도 테이블 매개변수 카테고리용 전역 고유 식별자로 초기화된 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체를 나타냅니다. + +### CHROMINANCE_TABLE {#CHROMINANCE-TABLE} +``` +public static final Encoder CHROMINANCE_TABLE +``` + + +전역 고유 식별자로 초기화된 색차 테이블 매개변수 카테고리용 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체. + +### SAVE_FLAG {#SAVE-FLAG} +``` +public static final Encoder SAVE_FLAG +``` + + +저장 플래그 매개변수 카테고리용 전역 고유 식별자로 초기화된 [Encoder](../../com.aspose.drawing.imaging/encoder) 객체를 나타냅니다. + +### getGuid() {#getGuid--} +``` +public UUID getGuid() +``` + + +이미지 인코더 매개변수 카테고리를 식별하는 전역 고유 식별자(GUID)를 가져옵니다. + +**Returns:** +java.util.UUID diff --git a/korean/java/com.aspose.drawing.imaging/encoderparameter/_index.md b/korean/java/com.aspose.drawing.imaging/encoderparameter/_index.md new file mode 100644 index 000000000..ccbd1b20c --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/encoderparameter/_index.md @@ -0,0 +1,325 @@ +--- +title: EncoderParameter +second_title: Aspose.Drawing for Java API 참조 +description: 이미지 인코더에 값 또는 값 배열을 전달하는 데 사용됩니다. +type: docs +weight: 20 +url: /ko/java/com.aspose.drawing.imaging/encoderparameter/ +--- +**Inheritance:** +java.lang.Object + +**All Implemented Interfaces:** +com.aspose.ms.System.IDisposable +``` +public final class EncoderParameter implements System.IDisposable +``` + +이미지 인코더에 값 또는 값 배열을 전달하는 데 사용됩니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [EncoderParameter(Encoder encoder, byte value)](#EncoderParameter-com.aspose.drawing.imaging.Encoder-byte-) | 지정된 `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) 객체와 하나의 부호 없는 8비트 정수를 사용하여 [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) 클래스의 새 인스턴스를 초기화합니다. | +| [EncoderParameter(Encoder encoder, byte value, boolean undefined)](#EncoderParameter-com.aspose.drawing.imaging.Encoder-byte-boolean-) | 지정된 `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) 객체와 하나의 8비트 값을 사용하여 [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) 클래스의 새 인스턴스를 초기화합니다. | +| [EncoderParameter(Encoder encoder, short value)](#EncoderParameter-com.aspose.drawing.imaging.Encoder-short-) | 지정된 `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) 객체와 하나의 16비트 정수를 사용하여 [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) 클래스의 새 인스턴스를 초기화합니다. | +| [EncoderParameter(Encoder encoder, long value)](#EncoderParameter-com.aspose.drawing.imaging.Encoder-long-) | 지정된 `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) 객체와 하나의 64비트 정수를 사용하여 [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) 클래스의 새 인스턴스를 초기화합니다. | +| [EncoderParameter(Encoder encoder, int numerator, int denominator)](#EncoderParameter-com.aspose.drawing.imaging.Encoder-int-int-) | 지정된 \{@link \#\#System\} 객체와 32비트 정수 한 쌍을 사용하여 [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) 클래스의 새 인스턴스를 초기화합니다. | +| [EncoderParameter(Encoder encoder, long rangebegin, long rangeend)](#EncoderParameter-com.aspose.drawing.imaging.Encoder-long-long-) | 지정된 `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) 객체와 64비트 정수 한 쌍을 사용하여 [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) 클래스의 새 인스턴스를 초기화합니다. | +| [EncoderParameter(Encoder encoder, int numerator1, int demoninator1, int numerator2, int demoninator2)](#EncoderParameter-com.aspose.drawing.imaging.Encoder-int-int-int-int-) | 지정된 `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) 객체와 네 개의 32비트 정수를 사용하여 [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) 클래스의 새 인스턴스를 초기화합니다. | +| [EncoderParameter(Encoder encoder, String value)](#EncoderParameter-com.aspose.drawing.imaging.Encoder-java.lang.String-) | Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and a character string. | +| [EncoderParameter(Encoder encoder, byte[] value)](#EncoderParameter-com.aspose.drawing.imaging.Encoder-byte---) | Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and an array of unsigned 8-bit integers. | +| [EncoderParameter(Encoder encoder, byte[] value, boolean undefined)](#EncoderParameter-com.aspose.drawing.imaging.Encoder-byte---boolean-) | Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and an array of bytes. | +| [EncoderParameter(Encoder encoder, short[] value)](#EncoderParameter-com.aspose.drawing.imaging.Encoder-short---) | Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and an array of 16-bit integers. | +| [EncoderParameter(Encoder encoder, long[] value)](#EncoderParameter-com.aspose.drawing.imaging.Encoder-long---) | Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and an array of 64-bit integers. | +| [EncoderParameter(Encoder encoder, int[] numerator, int[] denominator)](#EncoderParameter-com.aspose.drawing.imaging.Encoder-int---int---) | Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and two arrays of 32-bit integers. | +| [EncoderParameter(Encoder encoder, long[] rangebegin, long[] rangeend)](#EncoderParameter-com.aspose.drawing.imaging.Encoder-long---long---) | Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and two arrays of 64-bit integers. | +| [EncoderParameter(Encoder encoder, int[] numerator1, int[] denominator1, int[] numerator2, int[] denominator2)](#EncoderParameter-com.aspose.drawing.imaging.Encoder-int---int---int---int---) | Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and four arrays of 32-bit integers. | +| [EncoderParameter(Encoder encoder, int numberOfValues, int type, int value)](#EncoderParameter-com.aspose.drawing.imaging.Encoder-int-int-int-) | Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and three integers that specify the number of values, the data type of the values, and a pointer to the values stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getEncoder()](#getEncoder--) | Gets or sets the `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object associated with this [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. | +| [setEncoder(Encoder value)](#setEncoder-com.aspose.drawing.imaging.Encoder-) | Gets or sets the `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object associated with this [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. | +| [getNumberOfValues()](#getNumberOfValues--) | Gets the number of elements in the array of values stored in this [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. | +| [dispose()](#dispose--) | Releases all resources used by this [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. | +### EncoderParameter(Encoder encoder, byte value) {#EncoderParameter-com.aspose.drawing.imaging.Encoder-byte-} +``` +public EncoderParameter(Encoder encoder, byte value) +``` + + +Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and one unsigned 8-bit integer. Sets the `EncoderParameter.ValueType` property to `EncoderParameterValueType.ValueTypeByte`, and sets the `EncoderParameter.NumberOfValues` property to 1. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| encoder | [Encoder](../../com.aspose.drawing.imaging/encoder) | An `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object that encapsulates the globally unique identifier of the parameter category. | +| value | byte | An 8-bit unsigned integer that specifies the value stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. | + +### EncoderParameter(Encoder encoder, byte value, boolean undefined) {#EncoderParameter-com.aspose.drawing.imaging.Encoder-byte-boolean-} +``` +public EncoderParameter(Encoder encoder, byte value, boolean undefined) +``` + + +Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and one 8-bit value. Sets the `EncoderParameter.ValueType` property to `EncoderParameterValueType.ValueTypeUndefined` or `EncoderParameterValueType.ValueTypeByte`, and sets the `EncoderParameter.NumberOfValues` property to 1. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| encoder | [Encoder](../../com.aspose.drawing.imaging/encoder) | An `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object that encapsulates the globally unique identifier of the parameter category. | +| value | byte | A byte that specifies the value stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. | +| undefined | boolean | If true, the `EncoderParameter.ValueType` property is set to `EncoderParameterValueType.ValueTypeUndefined`; otherwise, the `EncoderParameter.ValueType` property is set to `EncoderParameterValueType.ValueTypeByte`. | + +### EncoderParameter(Encoder encoder, short value) {#EncoderParameter-com.aspose.drawing.imaging.Encoder-short-} +``` +public EncoderParameter(Encoder encoder, short value) +``` + + +Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and one, 16-bit integer. Sets the `EncoderParameter.ValueType` property to `EncoderParameterValueType.ValueTypeShort`, and sets the `EncoderParameter.NumberOfValues` property to 1. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| encoder | [Encoder](../../com.aspose.drawing.imaging/encoder) | An `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object that encapsulates the globally unique identifier of the parameter category. | +| value | short | A 16-bit integer that specifies the value stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. Must be nonnegative. | + +### EncoderParameter(Encoder encoder, long value) {#EncoderParameter-com.aspose.drawing.imaging.Encoder-long-} +``` +public EncoderParameter(Encoder encoder, long value) +``` + + +Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and one 64-bit integer. Sets the `EncoderParameter.ValueType` property to `EncoderParameterValueType.ValueTypeLong` (32 bits), and sets the `EncoderParameter.NumberOfValues` property to 1. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| encoder | [Encoder](../../com.aspose.drawing.imaging/encoder) | An `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object that encapsulates the globally unique identifier of the parameter category. | +| value | long | A 64-bit integer that specifies the value stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. Must be nonnegative. This parameter is converted to a 32-bit integer before it is stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. | + +### EncoderParameter(Encoder encoder, int numerator, int denominator) {#EncoderParameter-com.aspose.drawing.imaging.Encoder-int-int-} +``` +public EncoderParameter(Encoder encoder, int numerator, int denominator) +``` + + +Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified \{@link \#\#System\} object and a pair of 32-bit integers. The pair of integers represents a fraction, the first integer being the numerator, and the second integer being the denominator. Sets the `EncoderParameter.ValueType` property to `EncoderParameterValueType.ValueTypeRational`, and sets the `EncoderParameter.NumberOfValues` property to 1. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| encoder | [Encoder](../../com.aspose.drawing.imaging/encoder) | An `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object that encapsulates the globally unique identifier of the parameter category. | +| numerator | int | A 32-bit integer that represents the numerator of a fraction. Must be nonnegative. | +| denominator | int | A 32-bit integer that represents the denominator of a fraction. Must be nonnegative. | + +### EncoderParameter(Encoder encoder, long rangebegin, long rangeend) {#EncoderParameter-com.aspose.drawing.imaging.Encoder-long-long-} +``` +public EncoderParameter(Encoder encoder, long rangebegin, long rangeend) +``` + + +Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and a pair of 64-bit integers. The pair of integers represents a range of integers, the first integer being the smallest number in the range, and the second integer being the largest number in the range. Sets the `EncoderParameter.ValueType` property to `EncoderParameterValueType.ValueTypeLongRange`, and sets the `P:EncoderParameter.NumberOfValues` property to 1. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| encoder | [Encoder](../../com.aspose.drawing.imaging/encoder) | An `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object that encapsulates the globally unique identifier of the parameter category. | +| rangebegin | long | A 64-bit integer that represents the smallest number in a range of integers. Must be nonnegative. This parameter is converted to a 32-bit integer before it is stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. | +| rangeend | long | A 64-bit integer that represents the largest number in a range of integers. Must be nonnegative. This parameter is converted to a 32-bit integer before it is stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. | + +### EncoderParameter(Encoder encoder, int numerator1, int demoninator1, int numerator2, int demoninator2) {#EncoderParameter-com.aspose.drawing.imaging.Encoder-int-int-int-int-} +``` +public EncoderParameter(Encoder encoder, int numerator1, int demoninator1, int numerator2, int demoninator2) +``` + + +Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and four, 32-bit integers. The four integers represent a range of fractions. The first two integers represent the smallest fraction in the range, and the remaining two integers represent the largest fraction in the range. Sets the `P:EncoderParameter.ValueType` property to `EncoderParameterValueType.ValueTypeRationalRange`, and sets the `P:EncoderParameter.NumberOfValues` property to 1. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| encoder | [Encoder](../../com.aspose.drawing.imaging/encoder) | An `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object that encapsulates the globally unique identifier of the parameter category. | +| numerator1 | int | A 32-bit integer that represents the numerator of the smallest fraction in the range. Must be nonnegative. | +| demoninator1 | int | A 32-bit integer that represents the denominator of the smallest fraction in the range. Must be nonnegative. | +| numerator2 | int | A 32-bit integer that represents the numerator of the largest fraction in the range. Must be nonnegative. | +| demoninator2 | int | A 32-bit integer that represents the denominator of the largest fraction in the range. Must be nonnegative. | + +### EncoderParameter(Encoder encoder, String value) {#EncoderParameter-com.aspose.drawing.imaging.Encoder-java.lang.String-} +``` +public EncoderParameter(Encoder encoder, String value) +``` + + +Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and a character string. The string is converted to a null-terminated ASCII string before it is stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. Sets the `P:EncoderParameter.ValueType` property to `EncoderParameterValueType.ValueTypeAscii`, and sets the `P:EncoderParameter.NumberOfValues` property to the length of the ASCII string including the NULL terminator. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| encoder | [Encoder](../../com.aspose.drawing.imaging/encoder) | An `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object that encapsulates the globally unique identifier of the parameter category. | +| value | java.lang.String | A String that specifies the value stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. | + +### EncoderParameter(Encoder encoder, byte[] value) {#EncoderParameter-com.aspose.drawing.imaging.Encoder-byte---} +``` +public EncoderParameter(Encoder encoder, byte[] value) +``` + + +Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and an array of unsigned 8-bit integers. Sets the `P:EncoderParameter.ValueType` property to `EncoderParameterValueType.ValueTypeByte`, and sets the `P:EncoderParameter.NumberOfValues` property to the number of elements in the array. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| encoder | [Encoder](../../com.aspose.drawing.imaging/encoder) | An `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object that encapsulates the globally unique identifier of the parameter category. | +| value | byte[] | An array of 8-bit unsigned integers that specifies the values stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. | + +### EncoderParameter(Encoder encoder, byte[] value, boolean undefined) {#EncoderParameter-com.aspose.drawing.imaging.Encoder-byte---boolean-} +``` +public EncoderParameter(Encoder encoder, byte[] value, boolean undefined) +``` + + +Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and an array of bytes. Sets the `P:EncoderParameter.ValueType` property to `EncoderParameterValueType.ValueTypeUndefined` or `EncoderParameterValueType.ValueTypeByte`, and sets the `P:EncoderParameter.NumberOfValues` property to the number of elements in the array. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| encoder | [Encoder](../../com.aspose.drawing.imaging/encoder) | An `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object that encapsulates the globally unique identifier of the parameter category. | +| value | byte[] | An array of bytes that specifies the values stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. | +| undefined | boolean | If true, the `P:EncoderParameter.ValueType` property is set to `EncoderParameterValueType.ValueTypeUndefined`; otherwise, the `P:EncoderParameter.ValueType` property is set to `EncoderParameterValueType.ValueTypeByte`. | + +### EncoderParameter(Encoder encoder, short[] value) {#EncoderParameter-com.aspose.drawing.imaging.Encoder-short---} +``` +public EncoderParameter(Encoder encoder, short[] value) +``` + + +Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and an array of 16-bit integers. Sets the `P:EncoderParameter.ValueType` property to `EncoderParameterValueType.ValueTypeShort`, and sets the `P:EncoderParameter.NumberOfValues` property to the number of elements in the array. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| encoder | [Encoder](../../com.aspose.drawing.imaging/encoder) | An `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object that encapsulates the globally unique identifier of the parameter category. | +| value | short[] | An array of 16-bit integers that specifies the values stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. The integers in the array must be nonnegative. | + +### EncoderParameter(Encoder encoder, long[] value) {#EncoderParameter-com.aspose.drawing.imaging.Encoder-long---} +``` +public EncoderParameter(Encoder encoder, long[] value) +``` + + +Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and an array of 64-bit integers. Sets the `P:EncoderParameter.ValueType` property to `EncoderParameterValueType.ValueTypeLong` (32-bit), and sets the `P:EncoderParameter.NumberOfValues` property to the number of elements in the array. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| encoder | [Encoder](../../com.aspose.drawing.imaging/encoder) | An `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object that encapsulates the globally unique identifier of the parameter category. | +| value | long[] | An array of 64-bit integers that specifies the values stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. The integers in the array must be nonnegative. The 64-bit integers are converted to 32-bit integers before they are stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. | + +### EncoderParameter(Encoder encoder, int[] numerator, int[] denominator) {#EncoderParameter-com.aspose.drawing.imaging.Encoder-int---int---} +``` +public EncoderParameter(Encoder encoder, int[] numerator, int[] denominator) +``` + + +Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and two arrays of 32-bit integers. The two arrays represent an array of fractions. Sets the `P:EncoderParameter.ValueType` property to `EncoderParameterValueType.ValueTypeRational`, and sets the `P:EncoderParameter.NumberOfValues` property to the number of elements in the `numerator` array, which must be the same as the number of elements in the `denominator` array. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| encoder | [Encoder](../../com.aspose.drawing.imaging/encoder) | An `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object that encapsulates the globally unique identifier of the parameter category. | +| numerator | int[] | An array of 32-bit integers that specifies the numerators of the fractions. The integers in the array must be nonnegative. | +| denominator | int[] | An array of 32-bit integers that specifies the denominators of the fractions. The integers in the array must be nonnegative. A denominator of a given index is paired with the numerator of the same index. | + +### EncoderParameter(Encoder encoder, long[] rangebegin, long[] rangeend) {#EncoderParameter-com.aspose.drawing.imaging.Encoder-long---long---} +``` +public EncoderParameter(Encoder encoder, long[] rangebegin, long[] rangeend) +``` + + +Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and two arrays of 64-bit integers. The two arrays represent an array integer ranges. Sets the `P:EncoderParameter.ValueType` property to `EncoderParameterValueType.ValueTypeLongRange`, and sets the `P:EncoderParameter.NumberOfValues` property to the number of elements in the `rangebegin` array, which must be the same as the number of elements in the `rangeend` array. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| encoder | [Encoder](../../com.aspose.drawing.imaging/encoder) | An `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object that encapsulates the globally unique identifier of the parameter category. | +| rangebegin | long[] | An array of 64-bit integers that specifies the minimum values for the integer ranges. The integers in the array must be nonnegative. The 64-bit integers are converted to 32-bit integers before they are stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. | +| rangeend | long[] | An array of 64-bit integers that specifies the maximum values for the integer ranges. The integers in the array must be nonnegative. The 64-bit integers are converted to 32-bit integers before they are stored in the [EncoderParameters](../../com.aspose.drawing.imaging/encoderparameters) object. A maximum value of a given index is paired with the minimum value of the same index. | + +### EncoderParameter(Encoder encoder, int[] numerator1, int[] denominator1, int[] numerator2, int[] denominator2) {#EncoderParameter-com.aspose.drawing.imaging.Encoder-int---int---int---int---} +``` +public EncoderParameter(Encoder encoder, int[] numerator1, int[] denominator1, int[] numerator2, int[] denominator2) +``` + + +Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and four arrays of 32-bit integers. The four arrays represent an array rational ranges. A rational range is the set of all fractions from a minimum fractional value through a maximum fractional value. Sets the `P:EncoderParameter.ValueType` property to `EncoderParameterValueType.ValueTypeRationalRange`, and sets the `P:EncoderParameter.NumberOfValues` property to the number of elements in the `numerator1` array, which must be the same as the number of elements in the other three arrays. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| encoder | [Encoder](../../com.aspose.drawing.imaging/encoder) | An `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object that encapsulates the globally unique identifier of the parameter category. | +| numerator1 | int[] | An array of 32-bit integers that specifies the numerators of the minimum values for the ranges. The integers in the array must be nonnegative. | +| denominator1 | int[] | An array of 32-bit integers that specifies the denominators of the minimum values for the ranges. The integers in the array must be nonnegative. | +| numerator2 | int[] | An array of 32-bit integers that specifies the numerators of the maximum values for the ranges. The integers in the array must be nonnegative. | +| denominator2 | int[] | An array of 32-bit integers that specifies the denominators of the maximum values for the ranges. The integers in the array must be nonnegative. | + +### EncoderParameter(Encoder encoder, int numberOfValues, int type, int value) {#EncoderParameter-com.aspose.drawing.imaging.Encoder-int-int-int-} +``` +public EncoderParameter(Encoder encoder, int numberOfValues, int type, int value) +``` + + +Initializes a new instance of the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) class with the specified `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object and three integers that specify the number of values, the data type of the values, and a pointer to the values stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| encoder | [Encoder](../../com.aspose.drawing.imaging/encoder) | An `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object that encapsulates the globally unique identifier of the parameter category. | +| numberOfValues | int | An integer that specifies the number of values stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. The `P:EncoderParameter.NumberOfValues` property is set to this value. | +| type | int | A member of the `EncoderParameterValueType` enumeration that specifies the data type of the values stored in the [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. The Type and `P:EncoderParameter.ValueType` properties are set to this value. | +| value | int | A pointer to an array of values of the type specified by the `type` parameter. | + +### getEncoder() {#getEncoder--} +``` +public Encoder getEncoder() +``` + + +Gets or sets the `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object associated with this [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. The `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object encapsulates the globally unique identifier (GUID) that specifies the category (for example `Encoder.Quality`, `Encoder.ColorDepth`, or `Encoder.Compression`) of the parameter stored in this [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. + +**Returns:** +[Encoder](../../com.aspose.drawing.imaging/encoder) +### setEncoder(Encoder value) {#setEncoder-com.aspose.drawing.imaging.Encoder-} +``` +public void setEncoder(Encoder value) +``` + + +Gets or sets the `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object associated with this [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. The `Encoder`([.getEncoder](../../null/\#getEncoder)/[.setEncoder(Encoder)](../../null/\#setEncoder-Encoder-)) object encapsulates the globally unique identifier (GUID) that specifies the category (for example `Encoder.Quality`, `Encoder.ColorDepth`, or `Encoder.Compression`) of the parameter stored in this [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Encoder](../../com.aspose.drawing.imaging/encoder) | | + +### getNumberOfValues() {#getNumberOfValues--} +``` +public int getNumberOfValues() +``` + + +Gets the number of elements in the array of values stored in this [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. + +**Returns:** +int +### dispose() {#dispose--} +``` +public void dispose() +``` + + +Releases all resources used by this [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) object. + diff --git a/korean/java/com.aspose.drawing.imaging/encoderparameters/_index.md b/korean/java/com.aspose.drawing.imaging/encoderparameters/_index.md new file mode 100644 index 000000000..a3e07bd7d --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/encoderparameters/_index.md @@ -0,0 +1,83 @@ +--- +title: EncoderParameters +second_title: Aspose.Drawing for Java API 참조 +description: 객체 배열을 캡슐화합니다. +type: docs +weight: 21 +url: /ko/java/com.aspose.drawing.imaging/encoderparameters/ +--- +**Inheritance:** +java.lang.Object + +**All Implemented Interfaces:** +com.aspose.ms.System.IDisposable +``` +public final class EncoderParameters implements System.IDisposable +``` + +[EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) 객체 배열을 캡슐화합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [EncoderParameters(int count)](#EncoderParameters-int-) | [EncoderParameters](../../com.aspose.drawing.imaging/encoderparameters) 클래스의 새 인스턴스를 초기화하며, 지정된 수의 [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) 객체를 포함할 수 있습니다. | +| [EncoderParameters()](#EncoderParameters--) | [EncoderParameters](../../com.aspose.drawing.imaging/encoderparameters) 클래스의 새 인스턴스를 초기화하며, 하나의 [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) 객체를 포함할 수 있습니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getParam()](#getParam--) | [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) 객체 배열을 가져오거나 설정합니다. | +| [setParam(EncoderParameter[] value)](#setParam-com.aspose.drawing.imaging.EncoderParameter---) | [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) 객체 배열을 가져오거나 설정합니다. | +| [dispose()](#dispose--) | 이 [EncoderParameters](../../com.aspose.drawing.imaging/encoderparameters) 객체가 사용한 모든 리소스를 해제합니다. | +### EncoderParameters(int count) {#EncoderParameters-int-} +``` +public EncoderParameters(int count) +``` + + +[EncoderParameters](../../com.aspose.drawing.imaging/encoderparameters) 클래스의 새 인스턴스를 초기화하며, 지정된 수의 [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) 객체를 포함할 수 있습니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| count | int | [EncoderParameters](../../com.aspose.drawing.imaging/encoderparameters) 객체가 포함할 수 있는 [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) 객체의 수를 지정하는 정수입니다. | + +### EncoderParameters() {#EncoderParameters--} +``` +public EncoderParameters() +``` + + +[EncoderParameters](../../com.aspose.drawing.imaging/encoderparameters) 클래스의 새 인스턴스를 초기화하며, 하나의 [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) 객체를 포함할 수 있습니다. + +### getParam() {#getParam--} +``` +public EncoderParameter[] getParam() +``` + + +[EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) 객체 배열을 가져오거나 설정합니다. + +**Returns:** +com.aspose.drawing.imaging.EncoderParameter[] - [EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) 객체 배열. +### setParam(EncoderParameter[] value) {#setParam-com.aspose.drawing.imaging.EncoderParameter---} +``` +public void setParam(EncoderParameter[] value) +``` + + +[EncoderParameter](../../com.aspose.drawing.imaging/encoderparameter) 객체 배열을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [EncoderParameter\[\]](../../com.aspose.drawing.imaging/encoderparameter) | | + +### dispose() {#dispose--} +``` +public void dispose() +``` + + +이 [EncoderParameters](../../com.aspose.drawing.imaging/encoderparameters) 객체가 사용한 모든 리소스를 해제합니다. + diff --git a/korean/java/com.aspose.drawing.imaging/encodervalue/_index.md b/korean/java/com.aspose.drawing.imaging/encodervalue/_index.md new file mode 100644 index 000000000..a1a0709ff --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/encodervalue/_index.md @@ -0,0 +1,235 @@ +--- +title: EncoderValue +second_title: Aspose.Drawing for Java API 참조 +description: JPEG 또는 TIFF 이미지 인코더에 전달되는 매개변수 값을 지정하는 데 사용됩니다. MImage.SaveSystem.StringSystem.Drawing.Imaging.ImageCodecInfoSystem.Drawing.Imaging.EncoderParameters 또는 MImage.SaveAddSystem.Drawing.Imaging.EncoderParameters 메서드를 사용할 때. +type: docs +weight: 22 +url: /ko/java/com.aspose.drawing.imaging/encodervalue/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class EncoderValue extends System.Enum +``` + +JPEG 또는 TIFF 이미지 인코더에 전달되는 매개변수 값을 지정하는 데 사용됩니다. `M:Image.Save(System.String,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters)` 또는 `M:Image.SaveAdd(System.Drawing.Imaging.EncoderParameters)` 메서드를 사용할 때. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [ColorTypeCMYK](#ColorTypeCMYK) | GDI+ 버전 1.0에서는 사용되지 않습니다. | +| [ColorTypeYCCK](#ColorTypeYCCK) | GDI+ 버전 1.0에서는 사용되지 않습니다. | +| [CompressionLZW](#CompressionLZW) | LZW 압축 방식을 지정합니다. | +| [CompressionCCITT3](#CompressionCCITT3) | CCITT3 압축 방식을 지정합니다. | +| [CompressionCCITT4](#CompressionCCITT4) | CCITT4 압축 방식을 지정합니다. | +| [CompressionRle](#CompressionRle) | RLE 압축 방식을 지정합니다. | +| [CompressionNone](#CompressionNone) | 압축을 사용하지 않음을 지정합니다. | +| [ScanMethodInterlaced](#ScanMethodInterlaced) | GDI+ 버전 1.0에서는 사용되지 않습니다. | +| [ScanMethodNonInterlaced](#ScanMethodNonInterlaced) | GDI+ 버전 1.0에서는 사용되지 않습니다. | +| [VersionGif87](#VersionGif87) | GDI+ 버전 1.0에서는 사용되지 않습니다. | +| [VersionGif89](#VersionGif89) | GDI+ 버전 1.0에서는 사용되지 않습니다. | +| [RenderProgressive](#RenderProgressive) | GDI+ 버전 1.0에서는 사용되지 않습니다. | +| [RenderNonProgressive](#RenderNonProgressive) | GDI+ 버전 1.0에서는 사용되지 않습니다. | +| [TransformRotate90](#TransformRotate90) | 이미지를 중심을 기준으로 시계 방향으로 90도 회전하도록 지정합니다. | +| [TransformRotate180](#TransformRotate180) | 이미지를 중심을 기준으로 180도 회전하도록 지정합니다. | +| [TransformRotate270](#TransformRotate270) | 이미지를 중심을 기준으로 시계 방향으로 270도 회전하도록 지정합니다. | +| [TransformFlipHorizontal](#TransformFlipHorizontal) | 이미지를 수평으로 뒤집도록 지정합니다(수직 축을 기준). | +| [TransformFlipVertical](#TransformFlipVertical) | 이미지를 수직으로 뒤집도록 지정합니다(수평 축을 기준). | +| [MultiFrame](#MultiFrame) | 이미지에 하나 이상의 프레임(페이지)이 있음을 지정합니다. | +| [LastFrame](#LastFrame) | 다중 프레임 이미지에서 마지막 프레임을 지정합니다. | +| [Flush](#Flush) | 다중 프레임 파일 또는 스트림을 닫아야 함을 지정합니다. | +| [FrameDimensionTime](#FrameDimensionTime) | GDI+ 버전 1.0에서는 사용되지 않습니다. | +| [FrameDimensionResolution](#FrameDimensionResolution) | GDI+ 버전 1.0에서는 사용되지 않습니다. | +| [FrameDimensionPage](#FrameDimensionPage) | 프레임을 이미지의 페이지 차원에 추가하도록 지정합니다. | +### ColorTypeCMYK {#ColorTypeCMYK} +``` +public static final int ColorTypeCMYK +``` + + +GDI+ 버전 1.0에서는 사용되지 않습니다. + +### ColorTypeYCCK {#ColorTypeYCCK} +``` +public static final int ColorTypeYCCK +``` + + +GDI+ 버전 1.0에서는 사용되지 않습니다. + +### CompressionLZW {#CompressionLZW} +``` +public static final int CompressionLZW +``` + + +LZW 압축 방식을 지정합니다. 압축 카테고리에 속하는 매개변수로 TIFF 인코더에 전달될 수 있습니다. + +### CompressionCCITT3 {#CompressionCCITT3} +``` +public static final int CompressionCCITT3 +``` + + +CCITT3 압축 방식을 지정합니다. 압축 카테고리에 속하는 매개변수로 TIFF 인코더에 전달될 수 있습니다. + +### CompressionCCITT4 {#CompressionCCITT4} +``` +public static final int CompressionCCITT4 +``` + + +CCITT4 압축 방식을 지정합니다. 압축 카테고리에 속하는 매개변수로 TIFF 인코더에 전달될 수 있습니다. + +### CompressionRle {#CompressionRle} +``` +public static final int CompressionRle +``` + + +RLE 압축 방식을 지정합니다. 압축 카테고리에 속하는 매개변수로 TIFF 인코더에 전달될 수 있습니다. + +### CompressionNone {#CompressionNone} +``` +public static final int CompressionNone +``` + + +압축을 사용하지 않음을 지정합니다. 압축 카테고리에 속하는 매개변수로 TIFF 인코더에 전달될 수 있습니다. + +### ScanMethodInterlaced {#ScanMethodInterlaced} +``` +public static final int ScanMethodInterlaced +``` + + +GDI+ 버전 1.0에서는 사용되지 않습니다. + +### ScanMethodNonInterlaced {#ScanMethodNonInterlaced} +``` +public static final int ScanMethodNonInterlaced +``` + + +GDI+ 버전 1.0에서는 사용되지 않습니다. + +### VersionGif87 {#VersionGif87} +``` +public static final int VersionGif87 +``` + + +GDI+ 버전 1.0에서는 사용되지 않습니다. + +### VersionGif89 {#VersionGif89} +``` +public static final int VersionGif89 +``` + + +GDI+ 버전 1.0에서는 사용되지 않습니다. + +### RenderProgressive {#RenderProgressive} +``` +public static final int RenderProgressive +``` + + +GDI+ 버전 1.0에서는 사용되지 않습니다. + +### RenderNonProgressive {#RenderNonProgressive} +``` +public static final int RenderNonProgressive +``` + + +GDI+ 버전 1.0에서는 사용되지 않습니다. + +### TransformRotate90 {#TransformRotate90} +``` +public static final int TransformRotate90 +``` + + +이미지를 중심을 기준으로 시계 방향으로 90도 회전하도록 지정합니다. 변환 카테고리에 속하는 매개변수로 JPEG 인코더에 전달될 수 있습니다. + +### TransformRotate180 {#TransformRotate180} +``` +public static final int TransformRotate180 +``` + + +이미지를 중심을 기준으로 180도 회전하도록 지정합니다. 변환 카테고리에 속하는 매개변수로 JPEG 인코더에 전달될 수 있습니다. + +### TransformRotate270 {#TransformRotate270} +``` +public static final int TransformRotate270 +``` + + +이미지를 중심을 기준으로 시계 방향으로 270도 회전하도록 지정합니다. 변환 카테고리에 속하는 매개변수로 JPEG 인코더에 전달될 수 있습니다. + +### TransformFlipHorizontal {#TransformFlipHorizontal} +``` +public static final int TransformFlipHorizontal +``` + + +이미지를 수평으로 뒤집도록 지정합니다(수직 축을 기준). 변환 카테고리에 속하는 매개변수로 JPEG 인코더에 전달될 수 있습니다. + +### TransformFlipVertical {#TransformFlipVertical} +``` +public static final int TransformFlipVertical +``` + + +이미지를 수직으로 뒤집도록 지정합니다(수평 축을 기준). 변환 카테고리에 속하는 매개변수로 JPEG 인코더에 전달될 수 있습니다. + +### MultiFrame {#MultiFrame} +``` +public static final int MultiFrame +``` + + +이미지에 하나 이상의 프레임(페이지)이 있음을 지정합니다. 저장 플래그 카테고리에 속하는 매개변수로 TIFF 인코더에 전달될 수 있습니다. + +### LastFrame {#LastFrame} +``` +public static final int LastFrame +``` + + +다중 프레임 이미지에서 마지막 프레임을 지정합니다. 저장 플래그 카테고리에 속하는 매개변수로 TIFF 인코더에 전달될 수 있습니다. + +### Flush {#Flush} +``` +public static final int Flush +``` + + +다중 프레임 파일 또는 스트림을 닫아야 함을 지정합니다. 저장 플래그 카테고리에 속하는 매개변수로 TIFF 인코더에 전달될 수 있습니다. + +### FrameDimensionTime {#FrameDimensionTime} +``` +public static final int FrameDimensionTime +``` + + +GDI+ 버전 1.0에서는 사용되지 않습니다. + +### FrameDimensionResolution {#FrameDimensionResolution} +``` +public static final int FrameDimensionResolution +``` + + +GDI+ 버전 1.0에서는 사용되지 않습니다. + +### FrameDimensionPage {#FrameDimensionPage} +``` +public static final int FrameDimensionPage +``` + + +프레임을 이미지의 페이지 차원에 추가하도록 지정합니다. 저장 플래그 카테고리에 속하는 매개변수로 TIFF 인코더에 전달될 수 있습니다. + diff --git a/korean/java/com.aspose.drawing.imaging/framedimension/_index.md b/korean/java/com.aspose.drawing.imaging/framedimension/_index.md new file mode 100644 index 000000000..d17c4f5eb --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/framedimension/_index.md @@ -0,0 +1,119 @@ +--- +title: FrameDimension +second_title: Aspose.Drawing for Java API 참조 +description: 이미지의 프레임 차원을 가져오는 속성을 제공합니다. +type: docs +weight: 23 +url: /ko/java/com.aspose.drawing.imaging/framedimension/ +--- +**Inheritance:** +java.lang.Object +``` +public final class FrameDimension +``` + +이미지의 프레임 차원을 가져오는 속성을 제공합니다. 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [FrameDimension(UUID guid)](#FrameDimension-java.util.UUID-) | 지정된 GUID 구조를 사용하여 [FrameDimension](../../com.aspose.drawing.imaging/framedimension) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getTime()](#getTime--) | 시간 차원을 가져옵니다. | +| [getResolution()](#getResolution--) | 해상도 차원을 가져옵니다. | +| [getPage()](#getPage--) | 페이지 차원을 가져옵니다. | +| [getGuid()](#getGuid--) | 이 [FrameDimension](../../com.aspose.drawing.imaging/framedimension) 객체를 나타내는 전역 고유 식별자(GUID)를 가져옵니다. | +| [equals(Object o)](#equals-java.lang.Object-) | 지정된 객체가 이 [FrameDimension](../../com.aspose.drawing.imaging/framedimension) 객체와 동등한 [FrameDimension](../../com.aspose.drawing.imaging/framedimension)인지 여부를 나타내는 값을 반환합니다. | +| [hashCode()](#hashCode--) | 이 [FrameDimension](../../com.aspose.drawing.imaging/framedimension) 객체의 해시 코드를 반환합니다. | +| [toString()](#toString--) | 이 [FrameDimension](../../com.aspose.drawing.imaging/framedimension) 객체를 사람이 읽을 수 있는 문자열로 변환합니다. | +### FrameDimension(UUID guid) {#FrameDimension-java.util.UUID-} +``` +public FrameDimension(UUID guid) +``` + + +지정된 GUID 구조를 사용하여 [FrameDimension](../../com.aspose.drawing.imaging/framedimension) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| guid | java.util.UUID | 이 [FrameDimension](../../com.aspose.drawing.imaging/framedimension) 객체에 대한 GUID를 포함하는 GUID 구조입니다. | + +### getTime() {#getTime--} +``` +public static FrameDimension getTime() +``` + + +시간 차원을 가져옵니다. + +**Returns:** +[FrameDimension](../../com.aspose.drawing.imaging/framedimension) +### getResolution() {#getResolution--} +``` +public static FrameDimension getResolution() +``` + + +해상도 차원을 가져옵니다. + +**Returns:** +[FrameDimension](../../com.aspose.drawing.imaging/framedimension) +### getPage() {#getPage--} +``` +public static FrameDimension getPage() +``` + + +페이지 차원을 가져옵니다. + +**Returns:** +[FrameDimension](../../com.aspose.drawing.imaging/framedimension) +### getGuid() {#getGuid--} +``` +public UUID getGuid() +``` + + +이 [FrameDimension](../../com.aspose.drawing.imaging/framedimension) 객체를 나타내는 전역 고유 식별자(GUID)를 가져옵니다. + +**Returns:** +java.util.UUID +### equals(Object o) {#equals-java.lang.Object-} +``` +public boolean equals(Object o) +``` + + +지정된 객체가 이 [FrameDimension](../../com.aspose.drawing.imaging/framedimension) 객체와 동등한 [FrameDimension](../../com.aspose.drawing.imaging/framedimension)인지 여부를 나타내는 값을 반환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| o | java.lang.Object | 테스트할 객체입니다. | + +**Returns:** +boolean - `o`가 이 [FrameDimension](../../com.aspose.drawing.imaging/framedimension) 객체와 동등한 경우 true를 반환하고, 그렇지 않으면 false를 반환합니다. +### hashCode() {#hashCode--} +``` +public int hashCode() +``` + + +이 [FrameDimension](../../com.aspose.drawing.imaging/framedimension) 객체의 해시 코드를 반환합니다. + +**Returns:** +int - 이 [FrameDimension](../../com.aspose.drawing.imaging/framedimension) 객체의 해시 코드인 정수 값을 반환합니다. +### toString() {#toString--} +``` +public String toString() +``` + + +이 [FrameDimension](../../com.aspose.drawing.imaging/framedimension) 객체를 사람이 읽을 수 있는 문자열로 변환합니다. + +**Returns:** +java.lang.String - 이 [FrameDimension](../../com.aspose.drawing.imaging/framedimension) 객체를 나타내는 문자열입니다. diff --git a/korean/java/com.aspose.drawing.imaging/imageattributes/_index.md b/korean/java/com.aspose.drawing.imaging/imageattributes/_index.md new file mode 100644 index 000000000..055356bc3 --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/imageattributes/_index.md @@ -0,0 +1,614 @@ +--- +title: ImageAttributes +second_title: Aspose.Drawing for Java API 참조 +description: 렌더링 중 비트맵 및 메타파일 색상이 어떻게 조작되는지에 대한 정보를 포함합니다. +type: docs +weight: 24 +url: /ko/java/com.aspose.drawing.imaging/imageattributes/ +--- +**Inheritance:** +java.lang.Object + +**All Implemented Interfaces:** +com.aspose.ms.System.IDisposable +``` +public final class ImageAttributes implements System.IDisposable +``` + +렌더링 중 비트맵 및 메타파일 색상이 어떻게 조작되는지에 대한 정보를 포함합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [ImageAttributes()](#ImageAttributes--) | [ImageAttributes](../../com.aspose.drawing.imaging/imageattributes) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [dispose()](#dispose--) | 이 [ImageAttributes](../../com.aspose.drawing.imaging/imageattributes) 객체가 사용한 모든 리소스를 해제합니다. | +| [deepClone()](#deepClone--) | 이 [ImageAttributes](../../com.aspose.drawing.imaging/imageattributes) 객체의 정확한 복사본을 생성합니다. | +| [setColorMatrix(ColorMatrix newColorMatrix)](#setColorMatrix-com.aspose.drawing.imaging.ColorMatrix-) | 기본 카테고리에 대한 색상 보정 매트릭스를 설정합니다. | +| [setColorMatrix(ColorMatrix newColorMatrix, int flags)](#setColorMatrix-com.aspose.drawing.imaging.ColorMatrix-int-) | 기본 카테고리에 대한 색상 보정 매트릭스를 설정합니다. | +| [setColorMatrix(ColorMatrix newColorMatrix, int mode, int type)](#setColorMatrix-com.aspose.drawing.imaging.ColorMatrix-int-int-) | 지정된 카테고리에 대한 색상 보정 매트릭스를 설정합니다. | +| [clearColorMatrix()](#clearColorMatrix--) | 기본 카테고리의 색상 조정 매트릭스를 지웁니다. | +| [clearColorMatrix(int type)](#clearColorMatrix-int-) | 지정된 카테고리의 색상 조정 매트릭스를 지웁니다. | +| [setColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix)](#setColorMatrices-com.aspose.drawing.imaging.ColorMatrix-com.aspose.drawing.imaging.ColorMatrix-) | 기본 카테고리의 색상 조정 매트릭스와 그레이스케일 조정 매트릭스를 설정합니다. | +| [setColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix, int flags)](#setColorMatrices-com.aspose.drawing.imaging.ColorMatrix-com.aspose.drawing.imaging.ColorMatrix-int-) | 기본 카테고리의 색상 조정 매트릭스와 그레이스케일 조정 매트릭스를 설정합니다. | +| [setColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix, int mode, int type)](#setColorMatrices-com.aspose.drawing.imaging.ColorMatrix-com.aspose.drawing.imaging.ColorMatrix-int-int-) | 지정된 카테고리의 색상 조정 매트릭스와 그레이스케일 조정 매트릭스를 설정합니다. | +| [setThreshold(float threshold)](#setThreshold-float-) | 기본 카테고리의 임계값(투명도 범위)을 설정합니다. | +| [setThreshold(float threshold, int type)](#setThreshold-float-int-) | 지정된 카테고리의 임계값(투명도 범위)을 설정합니다. | +| [clearThreshold()](#clearThreshold--) | 기본 카테고리의 임계값을 지웁니다. | +| [clearThreshold(int type)](#clearThreshold-int-) | 지정된 카테고리의 임계값을 지웁니다. | +| [setGamma(float gamma)](#setGamma-float-) | 기본 카테고리의 감마 값을 설정합니다. | +| [setGamma(float gamma, int type)](#setGamma-float-int-) | 지정된 카테고리의 감마 값을 설정합니다. | +| [clearGamma()](#clearGamma--) | 기본 카테고리의 감마 보정을 비활성화합니다. | +| [clearGamma(int type)](#clearGamma-int-) | 지정된 카테고리의 감마 보정을 비활성화합니다. | +| [setNoOp()](#setNoOp--) | 기본 카테고리의 색상 조정을 끕니다. | +| [setNoOp(int type)](#setNoOp-int-) | 지정된 카테고리의 색상 조정을 끕니다. | +| [clearNoOp()](#clearNoOp--) | 기본 카테고리의 NoOp 설정을 지웁니다. | +| [clearNoOp(int type)](#clearNoOp-int-) | 지정된 카테고리의 NoOp 설정을 지웁니다. | +| [setColorKey(Color colorLow, Color colorHigh)](#setColorKey-com.aspose.drawing.Color-com.aspose.drawing.Color-) | 기본 카테고리의 컬러 키를 설정합니다. | +| [setColorKey(Color colorLow, Color colorHigh, int type)](#setColorKey-com.aspose.drawing.Color-com.aspose.drawing.Color-int-) | 지정된 카테고리의 컬러 키(투명도 범위)를 설정합니다. | +| [clearColorKey()](#clearColorKey--) | 기본 카테고리의 컬러 키(투명도 범위)를 지웁니다. | +| [clearColorKey(int type)](#clearColorKey-int-) | 지정된 카테고리의 컬러 키(투명도 범위)를 지웁니다. | +| [setOutputChannel(int flags)](#setOutputChannel-int-) | 기본 카테고리의 CMYK(시안-마젠타-옐로우-블랙) 출력 채널을 설정합니다. | +| [setOutputChannel(int flags, int type)](#setOutputChannel-int-int-) | 지정된 카테고리의 CMYK(시안-마젠타-옐로우-블랙) 출력 채널을 설정합니다. | +| [clearOutputChannel()](#clearOutputChannel--) | 기본 카테고리의 CMYK(시안-마젠타-옐로우-블랙) 출력 채널 설정을 지웁니다. | +| [clearOutputChannel(int type)](#clearOutputChannel-int-) | 지정된 카테고리의 (시안-마젠타-옐로우-블랙) 출력 채널 설정을 지웁니다. | +| [setOutputChannelColorProfile(String colorProfileFilename)](#setOutputChannelColorProfile-java.lang.String-) | 기본 카테고리의 출력 채널 색상 프로파일 파일을 설정합니다. | +| [setOutputChannelColorProfile(String colorProfileFilename, int type)](#setOutputChannelColorProfile-java.lang.String-int-) | 지정된 카테고리에 대한 출력 채널 색상 프로파일 파일을 설정합니다. | +| [clearOutputChannelColorProfile()](#clearOutputChannelColorProfile--) | 기본 카테고리에 대한 출력 채널 색상 프로파일 설정을 지웁니다. | +| [clearOutputChannelColorProfile(int type)](#clearOutputChannelColorProfile-int-) | 지정된 카테고리에 대한 출력 채널 색상 프로파일 설정을 지웁니다. | +| [setRemapTable(ColorMap[] map)](#setRemapTable-com.aspose.drawing.imaging.ColorMap---) | 기본 카테고리에 대한 색상 재매핑 테이블을 설정합니다. | +| [setRemapTable(ColorMap[] map, int type)](#setRemapTable-com.aspose.drawing.imaging.ColorMap---int-) | 지정된 카테고리에 대한 색상 재매핑 테이블을 설정합니다. | +| [clearRemapTable()](#clearRemapTable--) | 기본 카테고리에 대한 색상 재매핑 테이블을 지웁니다. | +| [clearRemapTable(int type)](#clearRemapTable-int-) | 지정된 카테고리에 대한 색상 재매핑 테이블을 지웁니다. | +| [setBrushRemapTable(ColorMap[] map)](#setBrushRemapTable-com.aspose.drawing.imaging.ColorMap---) | 브러시 카테고리에 대한 색상 재매핑 테이블을 설정합니다. | +| [clearBrushRemapTable()](#clearBrushRemapTable--) | 이 [ImageAttributes](../../com.aspose.drawing.imaging/imageattributes) 객체의 브러시 색상 재매핑 테이블을 지웁니다. | +| [setWrapMode(int mode)](#setWrapMode-int-) | 텍스처를 도형 전체에 타일링하거나 도형 경계에서 어떻게 타일링할지 결정하는 데 사용되는 랩 모드를 설정합니다. | +| [setWrapMode(int mode, Color color)](#setWrapMode-int-com.aspose.drawing.Color-) | 텍스처를 도형 전체에 타일링하거나 도형 경계에서 어떻게 타일링할지 결정하는 데 사용되는 랩 모드와 색상을 설정합니다. | +| [setWrapMode(int mode, Color color, boolean clamp)](#setWrapMode-int-com.aspose.drawing.Color-boolean-) | 텍스처를 도형 전체에 타일링하거나 도형 경계에서 어떻게 타일링할지 결정하는 데 사용되는 랩 모드와 색상을 설정합니다. | +| [getAdjustedPalette(ColorPalette palette, int type)](#getAdjustedPalette-com.aspose.drawing.imaging.ColorPalette-int-) | 지정된 카테고리의 조정 설정에 따라 팔레트의 색상을 조정합니다. | +### ImageAttributes() {#ImageAttributes--} +``` +public ImageAttributes() +``` + + +[ImageAttributes](../../com.aspose.drawing.imaging/imageattributes) 클래스의 새 인스턴스를 초기화합니다. + +### dispose() {#dispose--} +``` +public void dispose() +``` + + +이 [ImageAttributes](../../com.aspose.drawing.imaging/imageattributes) 객체가 사용한 모든 리소스를 해제합니다. + +### deepClone() {#deepClone--} +``` +public Object deepClone() +``` + + +이 [ImageAttributes](../../com.aspose.drawing.imaging/imageattributes) 객체의 정확한 복사본을 생성합니다. + +**Returns:** +java.lang.Object - 이 클래스가 생성하는 [ImageAttributes](../../com.aspose.drawing.imaging/imageattributes) 객체를 객체로 캐스팅한 것입니다. +### setColorMatrix(ColorMatrix newColorMatrix) {#setColorMatrix-com.aspose.drawing.imaging.ColorMatrix-} +``` +public void setColorMatrix(ColorMatrix newColorMatrix) +``` + + +기본 카테고리에 대한 색상 보정 매트릭스를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| newColorMatrix | [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix) | 색상 조정 매트릭스. | + +### setColorMatrix(ColorMatrix newColorMatrix, int flags) {#setColorMatrix-com.aspose.drawing.imaging.ColorMatrix-int-} +``` +public void setColorMatrix(ColorMatrix newColorMatrix, int flags) +``` + + +기본 카테고리에 대한 색상 보정 매트릭스를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| newColorMatrix | [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix) | 색상 조정 매트릭스. | +| flags | int | [ColorMatrixFlag](../../com.aspose.drawing.imaging/colormatrixflag)의 요소로, 색상 조정 매트릭스에 의해 영향을 받는 이미지 및 색상의 유형을 지정합니다. | + +### setColorMatrix(ColorMatrix newColorMatrix, int mode, int type) {#setColorMatrix-com.aspose.drawing.imaging.ColorMatrix-int-int-} +``` +public void setColorMatrix(ColorMatrix newColorMatrix, int mode, int type) +``` + + +지정된 카테고리에 대한 색상 보정 매트릭스를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| newColorMatrix | [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix) | 색상 조정 매트릭스. | +| mode | int | [ColorMatrixFlag](../../com.aspose.drawing.imaging/colormatrixflag)의 요소로, 색상 조정 매트릭스에 의해 영향을 받는 이미지 및 색상의 유형을 지정합니다. | +| type | int | [ColorAdjustType](../../com.aspose.drawing.imaging/coloradjusttype)의 요소로, 색상 조정 매트릭스가 설정되는 카테고리를 지정합니다. | + +### clearColorMatrix() {#clearColorMatrix--} +``` +public void clearColorMatrix() +``` + + +기본 카테고리의 색상 조정 매트릭스를 지웁니다. + +### clearColorMatrix(int type) {#clearColorMatrix-int-} +``` +public void clearColorMatrix(int type) +``` + + +지정된 카테고리의 색상 조정 매트릭스를 지웁니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| type | int | [ColorAdjustType](../../com.aspose.drawing.imaging/coloradjusttype)의 요소로, 색상 조정 매트릭스가 지워지는 카테고리를 지정합니다. | + +### setColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix) {#setColorMatrices-com.aspose.drawing.imaging.ColorMatrix-com.aspose.drawing.imaging.ColorMatrix-} +``` +public void setColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix) +``` + + +기본 카테고리의 색상 조정 매트릭스와 그레이스케일 조정 매트릭스를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| newColorMatrix | [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix) | 색상 조정 매트릭스. | +| grayMatrix | [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix) | 그레이스케일 조정 매트릭스. | + +### setColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix, int flags) {#setColorMatrices-com.aspose.drawing.imaging.ColorMatrix-com.aspose.drawing.imaging.ColorMatrix-int-} +``` +public void setColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix, int flags) +``` + + +기본 카테고리의 색상 조정 매트릭스와 그레이스케일 조정 매트릭스를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| newColorMatrix | [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix) | 색상 조정 매트릭스. | +| grayMatrix | [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix) | 그레이스케일 조정 매트릭스. | +| flags | int | [ColorMatrixFlag](../../com.aspose.drawing.imaging/colormatrixflag)의 요소로, 색상 조정 및 그레이스케일 조정 매트릭스에 의해 영향을 받는 이미지 및 색상의 유형을 지정합니다. | + +### setColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix, int mode, int type) {#setColorMatrices-com.aspose.drawing.imaging.ColorMatrix-com.aspose.drawing.imaging.ColorMatrix-int-int-} +``` +public void setColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix, int mode, int type) +``` + + +지정된 카테고리의 색상 조정 매트릭스와 그레이스케일 조정 매트릭스를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| newColorMatrix | [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix) | 색상 조정 매트릭스. | +| grayMatrix | [ColorMatrix](../../com.aspose.drawing.imaging/colormatrix) | 그레이스케일 조정 매트릭스. | +| mode | int | [ColorMatrixFlag](../../com.aspose.drawing.imaging/colormatrixflag)의 요소로, 색상 조정 및 그레이스케일 조정 매트릭스에 의해 영향을 받는 이미지 및 색상의 유형을 지정합니다. | +| type | int | [ColorAdjustType](../../com.aspose.drawing.imaging/coloradjusttype)의 요소로, 색상 조정 및 그레이스케일 조정 매트릭스가 설정되는 카테고리를 지정합니다. | + +### setThreshold(float threshold) {#setThreshold-float-} +``` +public void setThreshold(float threshold) +``` + + +기본 카테고리의 임계값(투명도 범위)을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 임계값 | float | 임계값을 지정하는 실수입니다. | + +### setThreshold(float threshold, int type) {#setThreshold-float-int-} +``` +public void setThreshold(float threshold, int type) +``` + + +지정된 카테고리의 임계값(투명도 범위)을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 임계값 | float | 0.0에서 1.0 사이의 임계값으로, 최대값 또는 최소값으로 매핑될 색상을 정렬하는 분기점으로 사용됩니다. | +| type | int | [ColorAdjustType](../../com.aspose.drawing.imaging/coloradjusttype)의 요소로, 색상 임계값이 설정되는 카테고리를 지정합니다. | + +### clearThreshold() {#clearThreshold--} +``` +public void clearThreshold() +``` + + +기본 카테고리의 임계값을 지웁니다. + +### clearThreshold(int type) {#clearThreshold-int-} +``` +public void clearThreshold(int type) +``` + + +지정된 카테고리의 임계값을 지웁니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| type | int | [ColorAdjustType](../../com.aspose.drawing.imaging/coloradjusttype)의 요소로, 임계값이 지워지는 카테고리를 지정합니다. | + +### setGamma(float gamma) {#setGamma-float-} +``` +public void setGamma(float gamma) +``` + + +기본 카테고리의 감마 값을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 감마 | float | 감마 보정 값입니다. | + +### setGamma(float gamma, int type) {#setGamma-float-int-} +``` +public void setGamma(float gamma, int type) +``` + + +지정된 카테고리의 감마 값을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 감마 | float | 감마 보정 값입니다. | +| type | int | 감마 값이 설정되는 범주를 지정하는 [ColorAdjustType](../../com.aspose.drawing.imaging/coloradjusttype) 열거형의 요소입니다. | + +### clearGamma() {#clearGamma--} +``` +public void clearGamma() +``` + + +기본 카테고리의 감마 보정을 비활성화합니다. + +### clearGamma(int type) {#clearGamma-int-} +``` +public void clearGamma(int type) +``` + + +지정된 카테고리의 감마 보정을 비활성화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| type | int | 감마 보정이 비활성화되는 범주를 지정하는 [ColorAdjustType](../../com.aspose.drawing.imaging/coloradjusttype) 요소입니다. | + +### setNoOp() {#setNoOp--} +``` +public void setNoOp() +``` + + +기본 범주에 대한 색상 조정을 끕니다. [.clearNoOp](../../null/\#clearNoOp) 메서드를 호출하면 [.setNoOp](../../null/\#setNoOp) 메서드를 호출하기 전의 색상 조정 설정을 복원할 수 있습니다. + +### setNoOp(int type) {#setNoOp-int-} +``` +public void setNoOp(int type) +``` + + +지정된 범주에 대한 색상 조정을 끕니다. [.clearNoOp](../../null/\#clearNoOp) 메서드를 호출하면 [.setNoOp](../../null/\#setNoOp) 메서드를 호출하기 전의 색상 조정 설정을 복원할 수 있습니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| type | int | 색상 보정이 꺼지는 범주를 지정하는 [ColorAdjustType](../../com.aspose.drawing.imaging/coloradjusttype) 요소입니다. | + +### clearNoOp() {#clearNoOp--} +``` +public void clearNoOp() +``` + + +기본 카테고리의 NoOp 설정을 지웁니다. + +### clearNoOp(int type) {#clearNoOp-int-} +``` +public void clearNoOp(int type) +``` + + +지정된 카테고리의 NoOp 설정을 지웁니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| type | int | NoOp 설정이 해제되는 범주를 지정하는 [ColorAdjustType](../../com.aspose.drawing.imaging/coloradjusttype) 요소입니다. | + +### setColorKey(Color colorLow, Color colorHigh) {#setColorKey-com.aspose.drawing.Color-com.aspose.drawing.Color-} +``` +public void setColorKey(Color colorLow, Color colorHigh) +``` + + +기본 카테고리의 컬러 키를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| colorLow | [Color](../../com.aspose.drawing/color) | 낮은 컬러 키 값입니다. | +| colorHigh | [Color](../../com.aspose.drawing/color) | 높은 컬러 키 값입니다. | + +### setColorKey(Color colorLow, Color colorHigh, int type) {#setColorKey-com.aspose.drawing.Color-com.aspose.drawing.Color-int-} +``` +public void setColorKey(Color colorLow, Color colorHigh, int type) +``` + + +지정된 카테고리의 컬러 키(투명도 범위)를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| colorLow | [Color](../../com.aspose.drawing/color) | 낮은 컬러 키 값입니다. | +| colorHigh | [Color](../../com.aspose.drawing/color) | 높은 컬러 키 값입니다. | +| type | int | 컬러 키가 설정되는 범주를 지정하는 [ColorAdjustType](../../com.aspose.drawing.imaging/coloradjusttype) 요소입니다. | + +### clearColorKey() {#clearColorKey--} +``` +public void clearColorKey() +``` + + +기본 카테고리의 컬러 키(투명도 범위)를 지웁니다. + +### clearColorKey(int type) {#clearColorKey-int-} +``` +public void clearColorKey(int type) +``` + + +지정된 카테고리의 컬러 키(투명도 범위)를 지웁니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| type | int | 컬러 키가 해제되는 범주를 지정하는 [ColorAdjustType](../../com.aspose.drawing.imaging/coloradjusttype) 요소입니다. | + +### setOutputChannel(int flags) {#setOutputChannel-int-} +``` +public void setOutputChannel(int flags) +``` + + +기본 카테고리의 CMYK(시안-마젠타-옐로우-블랙) 출력 채널을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| flags | int | [ColorChannelFlag](../../com.aspose.drawing.imaging/colorchannelflag) 요소로, 출력 채널을 지정합니다. | + +### setOutputChannel(int flags, int type) {#setOutputChannel-int-int-} +``` +public void setOutputChannel(int flags, int type) +``` + + +지정된 카테고리의 CMYK(시안-마젠타-옐로우-블랙) 출력 채널을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| flags | int | [ColorChannelFlag](../../com.aspose.drawing.imaging/colorchannelflag) 요소로, 출력 채널을 지정합니다. | +| type | int | 출력 채널이 설정되는 범주를 지정하는 [ColorAdjustType](../../com.aspose.drawing.imaging/coloradjusttype) 요소입니다. | + +### clearOutputChannel() {#clearOutputChannel--} +``` +public void clearOutputChannel() +``` + + +기본 카테고리의 CMYK(시안-마젠타-옐로우-블랙) 출력 채널 설정을 지웁니다. + +### clearOutputChannel(int type) {#clearOutputChannel-int-} +``` +public void clearOutputChannel(int type) +``` + + +지정된 카테고리의 (시안-마젠타-옐로우-블랙) 출력 채널 설정을 지웁니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| type | int | 출력 채널 설정이 해제되는 범주를 지정하는 [ColorAdjustType](../../com.aspose.drawing.imaging/coloradjusttype) 요소입니다. | + +### setOutputChannelColorProfile(String colorProfileFilename) {#setOutputChannelColorProfile-java.lang.String-} +``` +public void setOutputChannelColorProfile(String colorProfileFilename) +``` + + +기본 카테고리의 출력 채널 색상 프로파일 파일을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| colorProfileFilename | java.lang.String | 컬러 프로파일 파일의 경로 이름입니다. 컬러 프로파일 파일이 %SystemRoot%\\System32\\Spool\\Drivers\\Color 디렉터리에 있는 경우 이 매개변수는 파일 이름일 수 있습니다. 그렇지 않으면 이 매개변수는 전체 경로 이름이어야 합니다. | + +### setOutputChannelColorProfile(String colorProfileFilename, int type) {#setOutputChannelColorProfile-java.lang.String-int-} +``` +public void setOutputChannelColorProfile(String colorProfileFilename, int type) +``` + + +지정된 카테고리에 대한 출력 채널 색상 프로파일 파일을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| colorProfileFilename | java.lang.String | 컬러 프로파일 파일의 경로 이름입니다. 컬러 프로파일 파일이 %SystemRoot%\\System32\\Spool\\Drivers\\Color 디렉터리에 있는 경우 이 매개변수는 파일 이름일 수 있습니다. 그렇지 않으면 이 매개변수는 전체 경로 이름이어야 합니다. | +| type | int | 출력 채널 컬러 프로파일 파일이 설정되는 범주를 지정하는 [ColorAdjustType](../../com.aspose.drawing.imaging/coloradjusttype) 요소입니다. | + +### clearOutputChannelColorProfile() {#clearOutputChannelColorProfile--} +``` +public void clearOutputChannelColorProfile() +``` + + +기본 카테고리에 대한 출력 채널 색상 프로파일 설정을 지웁니다. + +### clearOutputChannelColorProfile(int type) {#clearOutputChannelColorProfile-int-} +``` +public void clearOutputChannelColorProfile(int type) +``` + + +지정된 카테고리에 대한 출력 채널 색상 프로파일 설정을 지웁니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| type | int | 출력 채널 프로파일 설정이 해제되는 범주를 지정하는 [ColorAdjustType](../../com.aspose.drawing.imaging/coloradjusttype) 요소입니다. | + +### setRemapTable(ColorMap[] map) {#setRemapTable-com.aspose.drawing.imaging.ColorMap---} +``` +public void setRemapTable(ColorMap[] map) +``` + + +기본 카테고리에 대한 색상 재매핑 테이블을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| map | [ColorMap\[\]](../../com.aspose.drawing.imaging/colormap) | 타입이 [ColorMap](../../com.aspose.drawing.imaging/colormap)인 색상 쌍 배열입니다. 각 색상 쌍은 기존 색상(첫 번째 값)과 매핑될 색상(두 번째 값)을 포함합니다. | + +### setRemapTable(ColorMap[] map, int type) {#setRemapTable-com.aspose.drawing.imaging.ColorMap---int-} +``` +public void setRemapTable(ColorMap[] map, int type) +``` + + +지정된 카테고리에 대한 색상 재매핑 테이블을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| map | [ColorMap\[\]](../../com.aspose.drawing.imaging/colormap) | 타입이 [ColorMap](../../com.aspose.drawing.imaging/colormap)인 색상 쌍 배열입니다. 각 색상 쌍은 기존 색상(첫 번째 값)과 매핑될 색상(두 번째 값)을 포함합니다. | +| type | int | 색상 재매핑 테이블이 설정되는 범주를 지정하는 [ColorAdjustType](../../com.aspose.drawing.imaging/coloradjusttype) 요소입니다. | + +### clearRemapTable() {#clearRemapTable--} +``` +public void clearRemapTable() +``` + + +기본 카테고리에 대한 색상 재매핑 테이블을 지웁니다. + +### clearRemapTable(int type) {#clearRemapTable-int-} +``` +public void clearRemapTable(int type) +``` + + +지정된 카테고리에 대한 색상 재매핑 테이블을 지웁니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| type | int | 재매핑 테이블이 해제되는 범주를 지정하는 [ColorAdjustType](../../com.aspose.drawing.imaging/coloradjusttype) 요소입니다. | + +### setBrushRemapTable(ColorMap[] map) {#setBrushRemapTable-com.aspose.drawing.imaging.ColorMap---} +``` +public void setBrushRemapTable(ColorMap[] map) +``` + + +브러시 카테고리에 대한 색상 재매핑 테이블을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| map | [ColorMap\[\]](../../com.aspose.drawing.imaging/colormap) | [ColorMap](../../com.aspose.drawing.imaging/colormap) 객체 배열입니다. | + +### clearBrushRemapTable() {#clearBrushRemapTable--} +``` +public void clearBrushRemapTable() +``` + + +이 [ImageAttributes](../../com.aspose.drawing.imaging/imageattributes) 객체의 브러시 색상 재매핑 테이블을 지웁니다. + +### setWrapMode(int mode) {#setWrapMode-int-} +``` +public void setWrapMode(int mode) +``` + + +텍스처를 도형 전체 또는 도형 경계에 타일링하는 방법을 결정하는 랩 모드를 설정합니다. 텍스처가 채우려는 도형보다 작을 때 텍스처가 도형 전체에 타일링되어 채워집니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| mode | int | [WrapMode](../../com.aspose.drawing.drawing2d/wrapmode) 요소로, 이미지의 반복 복사본이 영역에 타일링되는 방식을 지정합니다. | + +### setWrapMode(int mode, Color color) {#setWrapMode-int-com.aspose.drawing.Color-} +``` +public void setWrapMode(int mode, Color color) +``` + + +텍스처를 도형 전체에 또는 도형 경계에 타일링하는 방식을 결정하는 랩 모드와 색상을 설정합니다. 텍스처가 도형보다 작을 때 텍스처가 도형을 채우도록 타일링됩니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| mode | int | [WrapMode](../../com.aspose.drawing.drawing2d/wrapmode) 요소로, 이미지의 반복 복사본이 영역에 타일링되는 방식을 지정합니다. | +| color | [Color](../../com.aspose.drawing/color) | [Color](../../com.aspose.drawing/color) 객체는 렌더링된 이미지 외부 픽셀의 색상을 지정합니다. 이 색상은 mode 매개변수가 `WrapMode.Clamp` 로 설정되고 `Graphics.DrawImage`에 전달된 소스 사각형이 이미지 자체보다 클 때 표시됩니다. | + +### setWrapMode(int mode, Color color, boolean clamp) {#setWrapMode-int-com.aspose.drawing.Color-boolean-} +``` +public void setWrapMode(int mode, Color color, boolean clamp) +``` + + +텍스처를 도형 전체에 또는 도형 경계에 타일링하는 방식을 결정하는 랩 모드와 색상을 설정합니다. 텍스처가 도형보다 작을 때 텍스처가 도형을 채우도록 타일링됩니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| mode | int | [WrapMode](../../com.aspose.drawing.drawing2d/wrapmode) 요소로, 이미지의 반복 복사본이 영역에 타일링되는 방식을 지정합니다. | +| color | [Color](../../com.aspose.drawing/color) | 색상 객체는 렌더링된 이미지 외부 픽셀의 색상을 지정합니다. 이 색상은 mode 매개변수가 `WrapMode.Clamp` 로 설정되고 `Graphics.DrawImage`에 전달된 소스 사각형이 이미지 자체보다 클 때 표시됩니다. | +| 클램프 | boolean | 이 매개변수는 효과가 없습니다. false 로 설정하십시오. | + +### getAdjustedPalette(ColorPalette palette, int type) {#getAdjustedPalette-com.aspose.drawing.imaging.ColorPalette-int-} +``` +public void getAdjustedPalette(ColorPalette palette, int type) +``` + + +지정된 카테고리의 조정 설정에 따라 팔레트의 색상을 조정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| palette | [ColorPalette](../../com.aspose.drawing.imaging/colorpalette) | [ColorPalette](../../com.aspose.drawing.imaging/colorpalette) 은 입력 시 조정될 팔레트를 포함하고, 출력 시 조정된 팔레트를 포함합니다. | +| type | int | [ColorAdjustType](../../com.aspose.drawing.imaging/coloradjusttype) 의 요소로, 팔레트에 적용될 조정 설정이 있는 카테고리를 지정합니다. | + diff --git a/korean/java/com.aspose.drawing.imaging/imagecodecinfo/_index.md b/korean/java/com.aspose.drawing.imaging/imagecodecinfo/_index.md new file mode 100644 index 000000000..92aedf29b --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/imagecodecinfo/_index.md @@ -0,0 +1,297 @@ +--- +title: ImageCodecInfo +second_title: Aspose.Drawing for Java API 참조 +description: 이 클래스는 코덱이라고 불리는 설치된 이미지 인코더 및 디코더에 대한 모든 관련 정보를 검색하기 위한 필요한 저장 멤버와 메서드를 제공합니다. +type: docs +weight: 25 +url: /ko/java/com.aspose.drawing.imaging/imagecodecinfo/ +--- +**Inheritance:** +java.lang.Object +``` +public final class ImageCodecInfo +``` + +이 [ImageCodecInfo](../../com.aspose.drawing.imaging/imagecodecinfo) 클래스는 설치된 이미지 인코더 및 디코더(코덱이라고 함)에 대한 모든 관련 정보를 검색하기 위해 필요한 저장 멤버와 메서드를 제공합니다. 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [ImageCodecInfo()](#ImageCodecInfo--) | 새로운 [ImageCodecInfo](../../com.aspose.drawing.imaging/imagecodecinfo) 클래스 인스턴스를 초기화합니다. | +| [ImageCodecInfo(UUID clsid, String codecName, String filenameExtension, String formatDescription, UUID formatID, String mimeType, int version)](#ImageCodecInfo-java.util.UUID-java.lang.String-java.lang.String-java.lang.String-java.util.UUID-java.lang.String-int-) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getClsid()](#getClsid--) | 특정 코덱을 식별하는 GUID를 포함하는 java.util.UUID 구조체를 가져옵니다. | +| [setClsid(UUID value)](#setClsid-java.util.UUID-) | 특정 코덱을 식별하는 GUID를 포함하는 java.util.UUID 구조체를 설정합니다. | +| [getFormatID()](#getFormatID--) | 코덱 형식을 식별하는 GUID를 포함하는 java.util.UUID 구조체를 가져옵니다. | +| [setFormatID(UUID value)](#setFormatID-java.util.UUID-) | 코덱 형식을 식별하는 GUID를 포함하는 java.util.UUID 구조체를 설정합니다. | +| [getCodecName()](#getCodecName--) | 코덱 이름을 포함하는 문자열을 가져오거나 설정합니다. | +| [setCodecName(String value)](#setCodecName-java.lang.String-) | 코덱 이름을 포함하는 문자열을 가져오거나 설정합니다. | +| [getFormatDescription()](#getFormatDescription--) | 코덱 파일 형식을 설명하는 문자열을 가져오거나 설정합니다. | +| [setFormatDescription(String value)](#setFormatDescription-java.lang.String-) | 코덱 파일 형식을 설명하는 문자열을 가져오거나 설정합니다. | +| [getFilenameExtension()](#getFilenameExtension--) | 코덱에서 사용되는 파일 이름 확장자를 포함하는 문자열을 가져오거나 설정합니다. | +| [setFilenameExtension(String value)](#setFilenameExtension-java.lang.String-) | 코덱에서 사용되는 파일 이름 확장자를 포함하는 문자열을 가져오거나 설정합니다. | +| [getMimeType()](#getMimeType--) | 코덱의 멀티퍼포스 인터넷 메일 확장(MIME) 유형을 포함하는 문자열을 가져오거나 설정합니다. | +| [setMimeType(String value)](#setMimeType-java.lang.String-) | 코덱의 멀티퍼포스 인터넷 메일 확장(MIME) 유형을 포함하는 문자열을 가져오거나 설정합니다. | +| [getVersion()](#getVersion--) | 코덱의 버전 번호를 가져오거나 설정합니다. | +| [setVersion(int value)](#setVersion-int-) | 코덱의 버전 번호를 가져오거나 설정합니다. | +| [getSignaturePatterns()](#getSignaturePatterns--) | 코덱 서명을 나타내는 바이트의 2차원 배열을 가져오거나 설정합니다. | +| [setSignaturePatterns(byte[][] value)](#setSignaturePatterns-byte-----) | 코덱 서명을 나타내는 바이트의 2차원 배열을 가져오거나 설정합니다. | +| [getSignatureMasks()](#getSignatureMasks--) | 필터로 사용할 수 있는 바이트의 2차원 배열을 가져오거나 설정합니다. | +| [setSignatureMasks(byte[][] value)](#setSignatureMasks-byte-----) | 필터로 사용할 수 있는 바이트의 2차원 배열을 가져오거나 설정합니다. | +| [getImageDecoders()](#getImageDecoders--) | GDI+에 내장된 이미지 디코더에 대한 정보를 포함하는 [ImageCodecInfo](../../com.aspose.drawing.imaging/imagecodecinfo) 객체 배열을 반환합니다. | +| [getImageEncoders()](#getImageEncoders--) | GDI+에 내장된 이미지 인코더에 대한 정보를 포함하는 [ImageCodecInfo](../../com.aspose.drawing.imaging/imagecodecinfo) 객체 배열을 반환합니다. | +### ImageCodecInfo() {#ImageCodecInfo--} +``` +public ImageCodecInfo() +``` + + +새로운 [ImageCodecInfo](../../com.aspose.drawing.imaging/imagecodecinfo) 클래스 인스턴스를 초기화합니다. + +### ImageCodecInfo(UUID clsid, String codecName, String filenameExtension, String formatDescription, UUID formatID, String mimeType, int version) {#ImageCodecInfo-java.util.UUID-java.lang.String-java.lang.String-java.lang.String-java.util.UUID-java.lang.String-int-} +``` +public ImageCodecInfo(UUID clsid, String codecName, String filenameExtension, String formatDescription, UUID formatID, String mimeType, int version) +``` + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| clsid | java.util.UUID | | +| codecName | java.lang.String | | +| filenameExtension | java.lang.String | | +| formatDescription | java.lang.String | | +| formatID | java.util.UUID | | +| mimeType | java.lang.String | | +| version | int | | + +### getClsid() {#getClsid--} +``` +public UUID getClsid() +``` + + +특정 코덱을 식별하는 GUID를 포함하는 java.util.UUID 구조체를 가져옵니다. + +**Returns:** +java.util.UUID - java.util.UUID +### setClsid(UUID value) {#setClsid-java.util.UUID-} +``` +public void setClsid(UUID value) +``` + + +특정 코덱을 식별하는 GUID를 포함하는 java.util.UUID 구조체를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | java.util.UUID | java.util.UUID | + +### getFormatID() {#getFormatID--} +``` +public UUID getFormatID() +``` + + +코덱 형식을 식별하는 GUID를 포함하는 java.util.UUID 구조체를 가져옵니다. + +**Returns:** +java.util.UUID - java.util.UUID +### setFormatID(UUID value) {#setFormatID-java.util.UUID-} +``` +public void setFormatID(UUID value) +``` + + +코덱 형식을 식별하는 GUID를 포함하는 java.util.UUID 구조체를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | java.util.UUID | java.util.UUID | + +### getCodecName() {#getCodecName--} +``` +public String getCodecName() +``` + + +코덱 이름을 포함하는 문자열을 가져오거나 설정합니다. + +**Returns:** +java.lang.String +### setCodecName(String value) {#setCodecName-java.lang.String-} +``` +public void setCodecName(String value) +``` + + +코덱 이름을 포함하는 문자열을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | java.lang.String | | + +### getFormatDescription() {#getFormatDescription--} +``` +public String getFormatDescription() +``` + + +코덱 파일 형식을 설명하는 문자열을 가져오거나 설정합니다. + +**Returns:** +java.lang.String +### setFormatDescription(String value) {#setFormatDescription-java.lang.String-} +``` +public void setFormatDescription(String value) +``` + + +코덱 파일 형식을 설명하는 문자열을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | java.lang.String | | + +### getFilenameExtension() {#getFilenameExtension--} +``` +public String getFilenameExtension() +``` + + +코덱에서 사용되는 파일 이름 확장자를 포함하는 문자열을 가져오거나 설정합니다. 확장자는 세미콜론으로 구분됩니다. + +**Returns:** +java.lang.String +### setFilenameExtension(String value) {#setFilenameExtension-java.lang.String-} +``` +public void setFilenameExtension(String value) +``` + + +코덱에서 사용되는 파일 이름 확장자를 포함하는 문자열을 가져오거나 설정합니다. 확장자는 세미콜론으로 구분됩니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | java.lang.String | | + +### getMimeType() {#getMimeType--} +``` +public String getMimeType() +``` + + +코덱의 멀티퍼포스 인터넷 메일 확장(MIME) 유형을 포함하는 문자열을 가져오거나 설정합니다. + +**Returns:** +java.lang.String +### setMimeType(String value) {#setMimeType-java.lang.String-} +``` +public void setMimeType(String value) +``` + + +코덱의 멀티퍼포스 인터넷 메일 확장(MIME) 유형을 포함하는 문자열을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | java.lang.String | | + +### getVersion() {#getVersion--} +``` +public int getVersion() +``` + + +코덱의 버전 번호를 가져오거나 설정합니다. + +**Returns:** +int +### setVersion(int value) {#setVersion-int-} +``` +public void setVersion(int value) +``` + + +코덱의 버전 번호를 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getSignaturePatterns() {#getSignaturePatterns--} +``` +public byte[][] getSignaturePatterns() +``` + + +코덱 서명을 나타내는 바이트의 2차원 배열을 가져오거나 설정합니다. + +**Returns:** +byte[][] +### setSignaturePatterns(byte[][] value) {#setSignaturePatterns-byte-----} +``` +public void setSignaturePatterns(byte[][] value) +``` + + +코덱 서명을 나타내는 바이트의 2차원 배열을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | byte[][] | | + +### getSignatureMasks() {#getSignatureMasks--} +``` +public byte[][] getSignatureMasks() +``` + + +필터로 사용할 수 있는 바이트의 2차원 배열을 가져오거나 설정합니다. + +**Returns:** +byte[][] +### setSignatureMasks(byte[][] value) {#setSignatureMasks-byte-----} +``` +public void setSignatureMasks(byte[][] value) +``` + + +필터로 사용할 수 있는 바이트의 2차원 배열을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | byte[][] | | + +### getImageDecoders() {#getImageDecoders--} +``` +public static ImageCodecInfo[] getImageDecoders() +``` + + +GDI+에 내장된 이미지 디코더에 대한 정보를 포함하는 [ImageCodecInfo](../../com.aspose.drawing.imaging/imagecodecinfo) 객체 배열을 반환합니다. + +**Returns:** +com.aspose.drawing.imaging.ImageCodecInfo[] - [ImageCodecInfo](../../com.aspose.drawing.imaging/imagecodecinfo) 객체의 배열입니다. 배열의 각 [ImageCodecInfo](../../com.aspose.drawing.imaging/imagecodecinfo) 객체는 내장 이미지 디코더 중 하나에 대한 정보를 포함합니다. +### getImageEncoders() {#getImageEncoders--} +``` +public static ImageCodecInfo[] getImageEncoders() +``` + + +GDI+에 내장된 이미지 인코더에 대한 정보를 포함하는 [ImageCodecInfo](../../com.aspose.drawing.imaging/imagecodecinfo) 객체 배열을 반환합니다. + +**Returns:** +com.aspose.drawing.imaging.ImageCodecInfo[] - [ImageCodecInfo](../../com.aspose.drawing.imaging/imagecodecinfo) 객체의 배열입니다. 배열의 각 [ImageCodecInfo](../../com.aspose.drawing.imaging/imagecodecinfo) 객체는 내장 이미지 인코더 중 하나에 대한 정보를 포함합니다. diff --git a/korean/java/com.aspose.drawing.imaging/imageflags/_index.md b/korean/java/com.aspose.drawing.imaging/imageflags/_index.md new file mode 100644 index 000000000..606d3b2e9 --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/imageflags/_index.md @@ -0,0 +1,145 @@ +--- +title: ImageFlags +second_title: Aspose.Drawing for Java API 참조 +description: 픽셀 데이터가 포함된 객체의 속성을 지정합니다. +type: docs +weight: 26 +url: /ko/java/com.aspose.drawing.imaging/imageflags/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class ImageFlags extends System.Enum +``` + +픽셀 데이터가 포함된 [Image](../../com.aspose.drawing/image) 객체의 속성을 지정합니다. Flags 속성은 이 열거형의 멤버를 반환합니다. 이 열거형은 멤버 값을 비트 단위로 결합할 수 있도록 하는 FlagsAttribute 특성을 가지고 있습니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [None](#None) | 포맷 정보가 없습니다. | +| [Scalable](#Scalable) | 픽셀 데이터는 확장 가능합니다. | +| [HasAlpha](#HasAlpha) | 픽셀 데이터에는 알파 정보가 포함됩니다. | +| [HasTranslucent](#HasTranslucent) | 픽셀 데이터가 0(투명) 및 255(불투명) 외의 알파 값을 가지고 있음을 지정합니다. | +| [PartiallyScalable](#PartiallyScalable) | 픽셀 데이터는 부분적으로 확장 가능하지만 몇 가지 제한 사항이 있습니다. | +| [ColorSpaceRgb](#ColorSpaceRgb) | 픽셀 데이터는 RGB 색 공간을 사용합니다. | +| [ColorSpaceCmyk](#ColorSpaceCmyk) | 픽셀 데이터는 CMYK 색 공간을 사용합니다. | +| [ColorSpaceGray](#ColorSpaceGray) | 픽셀 데이터는 그레이스케일입니다. | +| [ColorSpaceYcbcr](#ColorSpaceYcbcr) | 이미지가 YCBCR 색 공간을 사용하여 저장된다는 것을 지정합니다. | +| [ColorSpaceYcck](#ColorSpaceYcck) | 이미지가 YCCK 색 공간을 사용하여 저장된다는 것을 지정합니다. | +| [HasRealDpi](#HasRealDpi) | 이미지에 인치당 점(dpi) 정보가 저장된다는 것을 지정합니다. | +| [HasRealPixelSize](#HasRealPixelSize) | 이미지에 픽셀 크기가 저장된다는 것을 지정합니다. | +| [ReadOnly](#ReadOnly) | 픽셀 데이터는 읽기 전용입니다. | +| [Caching](#Caching) | 픽셀 데이터를 캐시하여 더 빠르게 접근할 수 있습니다. | +### None {#None} +``` +public static final int None +``` + + +포맷 정보가 없습니다. + +### Scalable {#Scalable} +``` +public static final int Scalable +``` + + +픽셀 데이터는 확장 가능합니다. + +### HasAlpha {#HasAlpha} +``` +public static final int HasAlpha +``` + + +픽셀 데이터에는 알파 정보가 포함됩니다. + +### HasTranslucent {#HasTranslucent} +``` +public static final int HasTranslucent +``` + + +픽셀 데이터가 0(투명) 및 255(불투명) 외의 알파 값을 가지고 있음을 지정합니다. + +### PartiallyScalable {#PartiallyScalable} +``` +public static final int PartiallyScalable +``` + + +픽셀 데이터는 부분적으로 확장 가능하지만 몇 가지 제한 사항이 있습니다. + +### ColorSpaceRgb {#ColorSpaceRgb} +``` +public static final int ColorSpaceRgb +``` + + +픽셀 데이터는 RGB 색 공간을 사용합니다. + +### ColorSpaceCmyk {#ColorSpaceCmyk} +``` +public static final int ColorSpaceCmyk +``` + + +픽셀 데이터는 CMYK 색 공간을 사용합니다. + +### ColorSpaceGray {#ColorSpaceGray} +``` +public static final int ColorSpaceGray +``` + + +픽셀 데이터는 그레이스케일입니다. + +### ColorSpaceYcbcr {#ColorSpaceYcbcr} +``` +public static final int ColorSpaceYcbcr +``` + + +이미지가 YCBCR 색 공간을 사용하여 저장된다는 것을 지정합니다. + +### ColorSpaceYcck {#ColorSpaceYcck} +``` +public static final int ColorSpaceYcck +``` + + +이미지가 YCCK 색 공간을 사용하여 저장된다는 것을 지정합니다. + +### HasRealDpi {#HasRealDpi} +``` +public static final int HasRealDpi +``` + + +이미지에 인치당 점(dpi) 정보가 저장된다는 것을 지정합니다. + +### HasRealPixelSize {#HasRealPixelSize} +``` +public static final int HasRealPixelSize +``` + + +이미지에 픽셀 크기가 저장된다는 것을 지정합니다. + +### ReadOnly {#ReadOnly} +``` +public static final int ReadOnly +``` + + +픽셀 데이터는 읽기 전용입니다. + +### Caching {#Caching} +``` +public static final int Caching +``` + + +픽셀 데이터를 캐시하여 더 빠르게 접근할 수 있습니다. + diff --git a/korean/java/com.aspose.drawing.imaging/imageformat/_index.md b/korean/java/com.aspose.drawing.imaging/imageformat/_index.md new file mode 100644 index 000000000..7f2bd05b3 --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/imageformat/_index.md @@ -0,0 +1,196 @@ +--- +title: ImageFormat +second_title: Aspose.Drawing for Java API 참조 +description: 이미지의 파일 형식을 지정합니다. +type: docs +weight: 27 +url: /ko/java/com.aspose.drawing.imaging/imageformat/ +--- +**Inheritance:** +java.lang.Object +``` +public final class ImageFormat +``` + +이미지의 파일 형식을 지정합니다. 상속되지 않습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [ImageFormat(UUID guid)](#ImageFormat-java.util.UUID-) | 지정된 java.util.UUID 구조를 사용하여 [ImageFormat](../../com.aspose.drawing.imaging/imageformat) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getMemoryBmp()](#getMemoryBmp--) | 메모리 비트맵 이미지 형식을 가져옵니다. | +| [getBmp()](#getBmp--) | 비트맵(BMP) 이미지 형식을 가져옵니다. | +| [getEmf()](#getEmf--) | 향상된 메타파일(EMF) 이미지 형식을 가져옵니다. | +| [getWmf()](#getWmf--) | Windows 메타파일(WMF) 이미지 형식을 가져옵니다. | +| [getGif()](#getGif--) | 그래픽 교환 형식(GIF) 이미지 형식을 가져옵니다. | +| [getJpeg()](#getJpeg--) | Joint Photographic Experts Group(JPEG) 이미지 형식을 가져옵니다. | +| [getPng()](#getPng--) | W3C 포터블 네트워크 그래픽스(PNG) 이미지 형식을 가져옵니다. | +| [getTiff()](#getTiff--) | 태그된 이미지 파일 형식(TIFF) 이미지 형식을 가져옵니다. | +| [getExif()](#getExif--) | 교환 가능한 이미지 파일(EXIF) 형식을 가져옵니다. | +| [getIcon()](#getIcon--) | Windows 아이콘 이미지 형식을 가져옵니다. | +| [getGuid()](#getGuid--) | 이 [ImageFormat](../../com.aspose.drawing.imaging/imageformat) 객체를 나타내는 java.util.UUID 구조를 가져옵니다. | +| [equals(Object o)](#equals-java.lang.Object-) | 지정된 객체가 이 [ImageFormat](../../com.aspose.drawing.imaging/imageformat) 객체와 동등한 [ImageFormat](../../com.aspose.drawing.imaging/imageformat) 객체인지 여부를 나타내는 값을 반환합니다. | +| [hashCode()](#hashCode--) | 이 객체를 나타내는 해시 코드 값을 반환합니다. | +| [toString()](#toString--) | 이 [ImageFormat](../../com.aspose.drawing.imaging/imageformat) 객체를 사람이 읽을 수 있는 문자열로 변환합니다. | +### ImageFormat(UUID guid) {#ImageFormat-java.util.UUID-} +``` +public ImageFormat(UUID guid) +``` + + +지정된 java.util.UUID 구조를 사용하여 [ImageFormat](../../com.aspose.drawing.imaging/imageformat) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| guid | java.util.UUID | 특정 이미지 형식을 지정하는 java.util.UUID 구조입니다. | + +### getMemoryBmp() {#getMemoryBmp--} +``` +public static ImageFormat getMemoryBmp() +``` + + +메모리 비트맵 이미지 형식을 가져옵니다. + +**Returns:** +[ImageFormat](../../com.aspose.drawing.imaging/imageformat) +### getBmp() {#getBmp--} +``` +public static ImageFormat getBmp() +``` + + +비트맵(BMP) 이미지 형식을 가져옵니다. + +**Returns:** +[ImageFormat](../../com.aspose.drawing.imaging/imageformat) +### getEmf() {#getEmf--} +``` +public static ImageFormat getEmf() +``` + + +향상된 메타파일(EMF) 이미지 형식을 가져옵니다. + +**Returns:** +[ImageFormat](../../com.aspose.drawing.imaging/imageformat) +### getWmf() {#getWmf--} +``` +public static ImageFormat getWmf() +``` + + +Windows 메타파일(WMF) 이미지 형식을 가져옵니다. + +**Returns:** +[ImageFormat](../../com.aspose.drawing.imaging/imageformat) +### getGif() {#getGif--} +``` +public static ImageFormat getGif() +``` + + +그래픽 교환 형식(GIF) 이미지 형식을 가져옵니다. + +**Returns:** +[ImageFormat](../../com.aspose.drawing.imaging/imageformat) +### getJpeg() {#getJpeg--} +``` +public static ImageFormat getJpeg() +``` + + +Joint Photographic Experts Group(JPEG) 이미지 형식을 가져옵니다. + +**Returns:** +[ImageFormat](../../com.aspose.drawing.imaging/imageformat) +### getPng() {#getPng--} +``` +public static ImageFormat getPng() +``` + + +W3C 포터블 네트워크 그래픽스(PNG) 이미지 형식을 가져옵니다. + +**Returns:** +[ImageFormat](../../com.aspose.drawing.imaging/imageformat) +### getTiff() {#getTiff--} +``` +public static ImageFormat getTiff() +``` + + +태그된 이미지 파일 형식(TIFF) 이미지 형식을 가져옵니다. + +**Returns:** +[ImageFormat](../../com.aspose.drawing.imaging/imageformat) +### getExif() {#getExif--} +``` +public static ImageFormat getExif() +``` + + +교환 가능한 이미지 파일(EXIF) 형식을 가져옵니다. + +**Returns:** +[ImageFormat](../../com.aspose.drawing.imaging/imageformat) +### getIcon() {#getIcon--} +``` +public static ImageFormat getIcon() +``` + + +Windows 아이콘 이미지 형식을 가져옵니다. + +**Returns:** +[ImageFormat](../../com.aspose.drawing.imaging/imageformat) +### getGuid() {#getGuid--} +``` +public UUID getGuid() +``` + + +이 [ImageFormat](../../com.aspose.drawing.imaging/imageformat) 객체를 나타내는 java.util.UUID 구조를 가져옵니다. + +**Returns:** +java.util.UUID +### equals(Object o) {#equals-java.lang.Object-} +``` +public boolean equals(Object o) +``` + + +지정된 객체가 이 [ImageFormat](../../com.aspose.drawing.imaging/imageformat) 객체와 동등한 [ImageFormat](../../com.aspose.drawing.imaging/imageformat) 객체인지 여부를 나타내는 값을 반환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| o | java.lang.Object | 테스트할 객체입니다. | + +**Returns:** +boolean - `o`가 이 [ImageFormat](../../com.aspose.drawing.imaging/imageformat) 객체와 동등한 [ImageFormat](../../com.aspose.drawing.imaging/imageformat) 객체인 경우 true; 그렇지 않으면 false. +### hashCode() {#hashCode--} +``` +public int hashCode() +``` + + +이 객체를 나타내는 해시 코드 값을 반환합니다. + +**Returns:** +int - 이 객체를 나타내는 해시 코드. +### toString() {#toString--} +``` +public String toString() +``` + + +이 [ImageFormat](../../com.aspose.drawing.imaging/imageformat) 객체를 사람이 읽을 수 있는 문자열로 변환합니다. + +**Returns:** +java.lang.String - 이 [ImageFormat](../../com.aspose.drawing.imaging/imageformat) 객체를 나타내는 문자열. diff --git a/korean/java/com.aspose.drawing.imaging/imagelockmode/_index.md b/korean/java/com.aspose.drawing.imaging/imagelockmode/_index.md new file mode 100644 index 000000000..013c97964 --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/imagelockmode/_index.md @@ -0,0 +1,55 @@ +--- +title: ImageLockMode +second_title: Aspose.Drawing for Java API 참조 +description: 플래그 매개변수에 전달되는 플래그를 지정합니다. +type: docs +weight: 28 +url: /ko/java/com.aspose.drawing.imaging/imagelockmode/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class ImageLockMode extends System.Enum +``` + +플래그 매개변수에 전달되는 플래그를 지정합니다. [Bitmap.lockBits(Rectangle, int, int)](../../com.aspose.drawing/bitmap\#lockBits-Rectangle--int--int-) 메서드는 이미지의 일부를 잠궈 픽셀 데이터를 읽거나 쓸 수 있도록 합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [ReadOnly](#ReadOnly) | 이미지의 일부가 읽기 전용으로 잠겼다는 것을 지정합니다. | +| [WriteOnly](#WriteOnly) | 이미지의 일부가 쓰기 전용으로 잠겼다는 것을 지정합니다. | +| [ReadWrite](#ReadWrite) | 이미지의 일부가 읽기 또는 쓰기용으로 잠겼다는 것을 지정합니다. | +| [UserInputBuffer](#UserInputBuffer) | 픽셀 데이터를 읽거나 쓰는 데 사용되는 버퍼가 사용자가 할당한다는 것을 지정합니다. | +### ReadOnly {#ReadOnly} +``` +public static final int ReadOnly +``` + + +이미지의 일부가 읽기 전용으로 잠겼다는 것을 지정합니다. + +### WriteOnly {#WriteOnly} +``` +public static final int WriteOnly +``` + + +이미지의 일부가 쓰기 전용으로 잠겼다는 것을 지정합니다. + +### ReadWrite {#ReadWrite} +``` +public static final int ReadWrite +``` + + +이미지의 일부가 읽기 또는 쓰기용으로 잠겼다는 것을 지정합니다. + +### UserInputBuffer {#UserInputBuffer} +``` +public static final int UserInputBuffer +``` + + +픽셀 데이터를 읽거나 쓰는 데 사용되는 버퍼가 사용자가 할당한다는 것을 지정합니다. 이 플래그가 설정된 경우, [Bitmap.lockBits(Rectangle, int, int)](../../com.aspose.drawing/bitmap\#lockBits-Rectangle--int--int-) 메서드의 `flags` 매개변수는 입력 매개변수(그리고 경우에 따라 출력 매개변수)로 사용됩니다. 이 플래그가 해제된 경우, `flags` 매개변수는 출력 매개변수로만 사용됩니다. + diff --git a/korean/java/com.aspose.drawing.imaging/metafile/_index.md b/korean/java/com.aspose.drawing.imaging/metafile/_index.md new file mode 100644 index 000000000..25ccb28fa --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/metafile/_index.md @@ -0,0 +1,391 @@ +--- +title: 메타파일 +second_title: Aspose.Drawing for Java API 참조 +description: 그래픽 메타파일을 정의합니다. +type: docs +weight: 30 +url: /ko/java/com.aspose.drawing.imaging/metafile/ +--- +**Inheritance:** +java.lang.Object, [com.aspose.drawing.Image](../../com.aspose.drawing/image) +``` +public final class Metafile extends Image +``` + +그래픽 메타파일을 정의합니다. 메타파일은 기록(구성)되고 재생(표시)될 수 있는 그래픽 작업 순서를 설명하는 레코드를 포함합니다. 이 클래스는 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [Metafile(byte[] henhmetafile, boolean deleteEmf)](#Metafile-byte---boolean-) | 지정된 핸들에서 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 새 인스턴스를 초기화합니다. | +| [Metafile(byte[] referenceHdc, int emfType)](#Metafile-byte---int-) | 지정된 핸들을 장치 컨텍스트에 대한 핸들과 [EmfType](../../com.aspose.drawing.imaging/emftype) 열거형(이 열거형은 [Metafile](../../com.aspose.drawing.imaging/metafile)의 형식을 지정함)과 함께 사용하여 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 새 인스턴스를 초기화합니다. | +| [Metafile(String filename)](#Metafile-java.lang.String-) | 지정된 파일 이름에서 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 새 인스턴스를 초기화합니다. | +| [Metafile(String filename, byte[] referenceHdc)](#Metafile-java.lang.String-byte---) | 지정된 파일 이름에서 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 새 인스턴스를 초기화합니다. | +| [Metafile(InputStream stream)](#Metafile-java.io.InputStream-) | 지정된 데이터 스트림에서 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 새 인스턴스를 초기화합니다. | +| [Metafile(InputStream stream, byte[] referenceHdc)](#Metafile-java.io.InputStream-byte---) | 지정된 데이터 스트림과 장치 컨텍스트에 대한 Windows 핸들을 사용하여 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 새 인스턴스를 초기화합니다. | +| [Metafile(System.IO.Stream stream, int type)](#Metafile-com.aspose.ms.System.IO.Stream-int-) | 지정된 데이터 스트림과 장치 컨텍스트에 대한 Windows 핸들을 사용하여 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 새 인스턴스를 초기화합니다. | +| [Metafile(InputStream stream, byte[] referenceHdc, int type)](#Metafile-java.io.InputStream-byte---int-) | 지정된 데이터 스트림, 장치 컨텍스트에 대한 Windows 핸들 및 [EmfType](../../com.aspose.drawing.imaging/emftype) 열거형(이 열거형은 [Metafile](../../com.aspose.drawing.imaging/metafile)의 형식을 지정함)을 사용하여 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 새 인스턴스를 초기화합니다. | +| [Metafile(InputStream stream, byte[] referenceHdc, RectangleF frameRect, int frameUnit, int type)](#Metafile-java.io.InputStream-byte---com.aspose.drawing.RectangleF-int-int-) | 지정된 데이터 스트림, 장치 컨텍스트에 대한 Windows 핸들 및 [EmfType](../../com.aspose.drawing.imaging/emftype) 열거형(이 열거형은 [Metafile](../../com.aspose.drawing.imaging/metafile)의 형식을 지정함)을 사용하여 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getWidth()](#getWidth--) | 이 [Metafile](../../com.aspose.drawing.imaging/metafile)의 너비(픽셀)를 가져옵니다. | +| [getHeight()](#getHeight--) | 이 [Metafile](../../com.aspose.drawing.imaging/metafile)의 높이(픽셀)를 가져옵니다. | +| [getRawFormat()](#getRawFormat--) | 이 [Image](../../com.aspose.drawing/image)의 파일 형식을 가져옵니다. | +| [getPixelFormat()](#getPixelFormat--) | 이 [Image](../../com.aspose.drawing/image)의 픽셀 형식을 가져옵니다. | +| [getPalette()](#getPalette--) | 이 [Image](../../com.aspose.drawing/image)에 사용되는 색상 팔레트를 가져오거나 설정합니다. | +| [setPalette(ColorPalette value)](#setPalette-com.aspose.drawing.imaging.ColorPalette-) | 이 [Image](../../com.aspose.drawing/image)에 사용되는 색상 팔레트를 가져오거나 설정합니다. | +| [getFrameDimensionsList()](#getFrameDimensionsList--) | 이 [Image](../../com.aspose.drawing/image) 내 프레임의 차원을 나타내는 GUID 배열을 가져옵니다. | +| [getPropertyIdList()](#getPropertyIdList--) | 이 [Image](../../com.aspose.drawing/image)에 저장된 속성 항목의 ID를 가져옵니다. | +| [getPropertyItems()](#getPropertyItems--) | 이 [Image](../../com.aspose.drawing/image)에 저장된 모든 속성 항목(메타데이터 조각)을 가져옵니다. | +| [getMetafileHeader(InputStream stream)](#getMetafileHeader-java.io.InputStream-) | 지정된 [Metafile](../../com.aspose.drawing.imaging/metafile)와 연결된 [MetafileHeader](../../com.aspose.drawing.imaging/metafileheader)를 반환합니다. | +| [getMetafileHeader(String fileName)](#getMetafileHeader-java.lang.String-) | 지정된 [Metafile](../../com.aspose.drawing.imaging/metafile)와 연결된 [MetafileHeader](../../com.aspose.drawing.imaging/metafileheader)를 반환합니다. | +| [rotateFlip(int rotateFlipType)](#rotateFlip-int-) | 이 메서드는 [Image](../../com.aspose.drawing/image)를 회전하거나 뒤집거나 회전 및 뒤집기를 수행합니다. | +| [getHenhmetafile()](#getHenhmetafile--) | 향상된 [Metafile](../../com.aspose.drawing.imaging/metafile)에 대한 Windows 핸들을 반환합니다. | +| [playRecord(int recordType, int flags, int dataSize, byte[] dataArray)](#playRecord-int-int-int-byte---) | 개별 메타파일 레코드를 재생합니다. | +| [getMetafileHeader()](#getMetafileHeader--) | 이 [Metafile](../../com.aspose.drawing.imaging/metafile)와 연결된 [MetafileHeader](../../com.aspose.drawing.imaging/metafileheader)를 반환합니다. | +| [getPropertyItem(int propid)](#getPropertyItem-int-) | 이 [Image](../../com.aspose.drawing/image)에서 지정된 속성 항목을 가져옵니다. | +| [removePropertyItem(int propid)](#removePropertyItem-int-) | 이 [Image](../../com.aspose.drawing/image)에서 지정된 속성 항목을 제거합니다. | +| [setPropertyItem(PropertyItem propitem)](#setPropertyItem-com.aspose.drawing.imaging.PropertyItem-) | 이 [Image](../../com.aspose.drawing/image)에 속성 항목(메타데이터 조각)을 저장합니다. | +### Metafile(byte[] henhmetafile, boolean deleteEmf) {#Metafile-byte---boolean-} +``` +public Metafile(byte[] henhmetafile, boolean deleteEmf) +``` + + +지정된 핸들에서 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| henhmetafile | byte[] | 향상된 메타파일에 대한 핸들입니다. | +| deleteEmf | boolean | 향상된 메타파일 핸들을 [Metafile](../../com.aspose.drawing.imaging/metafile)이 삭제될 때 삭제하려면 true; 그렇지 않으면 false. | + +### Metafile(byte[] referenceHdc, int emfType) {#Metafile-byte---int-} +``` +public Metafile(byte[] referenceHdc, int emfType) +``` + + +지정된 핸들을 장치 컨텍스트에 대한 핸들과 [EmfType](../../com.aspose.drawing.imaging/emftype) 열거형(이 열거형은 [Metafile](../../com.aspose.drawing.imaging/metafile)의 형식을 지정함)과 함께 사용하여 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| referenceHdc | byte[] | 디바이스 컨텍스트에 대한 핸들입니다. | +| emfType | int | [EmfType](../../com.aspose.drawing.imaging/emftype)은 [Metafile](../../com.aspose.drawing.imaging/metafile)의 형식을 지정합니다. | + +### Metafile(String filename) {#Metafile-java.lang.String-} +``` +public Metafile(String filename) +``` + + +지정된 파일 이름에서 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| filename | java.lang.String | 새 [Metafile](../../com.aspose.drawing.imaging/metafile)을 생성할 파일 이름을 나타내는 문자열입니다. | + +### Metafile(String filename, byte[] referenceHdc) {#Metafile-java.lang.String-byte---} +``` +public Metafile(String filename, byte[] referenceHdc) +``` + + +지정된 파일 이름에서 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| filename | java.lang.String | 새 [Metafile](../../com.aspose.drawing.imaging/metafile)을 생성할 파일 이름을 나타내는 문자열입니다. | +| referenceHdc | byte[] | 디바이스 컨텍스트에 대한 Windows 핸들입니다. | + +### Metafile(InputStream stream) {#Metafile-java.io.InputStream-} +``` +public Metafile(InputStream stream) +``` + + +지정된 데이터 스트림에서 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| stream | java.io.InputStream | 새 [Metafile](../../com.aspose.drawing.imaging/metafile)을 생성할 InputStream입니다. | + +### Metafile(InputStream stream, byte[] referenceHdc) {#Metafile-java.io.InputStream-byte---} +``` +public Metafile(InputStream stream, byte[] referenceHdc) +``` + + +지정된 데이터 스트림과 디바이스 컨텍스트에 대한 Windows 핸들을 사용하여 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| stream | java.io.InputStream | 이 [Metafile](../../com.aspose.drawing.imaging/metafile)의 데이터를 포함하는 InputStream입니다. | +| referenceHdc | byte[] | [Metafile](../../com.aspose.drawing.imaging/metafile) 객체의 디바이스 컨텍스트에 대한 Windows 핸들입니다. | + +### Metafile(System.IO.Stream stream, int type) {#Metafile-com.aspose.ms.System.IO.Stream-int-} +``` +public Metafile(System.IO.Stream stream, int type) +``` + + +지정된 데이터 스트림과 디바이스 컨텍스트에 대한 Windows 핸들을 사용하여 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| stream | com.aspose.ms.System.IO.Stream | 이 [Metafile](../../com.aspose.drawing.imaging/metafile)의 데이터를 포함하는 InputStream입니다. | +| type | int | int 1이어야 합니다. | + +### Metafile(InputStream stream, byte[] referenceHdc, int type) {#Metafile-java.io.InputStream-byte---int-} +``` +public Metafile(InputStream stream, byte[] referenceHdc, int type) +``` + + +지정된 데이터 스트림, 장치 컨텍스트에 대한 Windows 핸들 및 [EmfType](../../com.aspose.drawing.imaging/emftype) 열거형(이 열거형은 [Metafile](../../com.aspose.drawing.imaging/metafile)의 형식을 지정함)을 사용하여 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| stream | java.io.InputStream | 이 [Metafile](../../com.aspose.drawing.imaging/metafile)의 데이터를 포함하는 InputStream입니다. | +| referenceHdc | byte[] | 디바이스 컨텍스트에 대한 Windows 핸들입니다. | +| type | int | [EmfType](../../com.aspose.drawing.imaging/emftype)은 [Metafile](../../com.aspose.drawing.imaging/metafile)의 형식을 지정합니다. | + +### Metafile(InputStream stream, byte[] referenceHdc, RectangleF frameRect, int frameUnit, int type) {#Metafile-java.io.InputStream-byte---com.aspose.drawing.RectangleF-int-int-} +``` +public Metafile(InputStream stream, byte[] referenceHdc, RectangleF frameRect, int frameUnit, int type) +``` + + +지정된 데이터 스트림, 장치 컨텍스트에 대한 Windows 핸들 및 [EmfType](../../com.aspose.drawing.imaging/emftype) 열거형(이 열거형은 [Metafile](../../com.aspose.drawing.imaging/metafile)의 형식을 지정함)을 사용하여 [Metafile](../../com.aspose.drawing.imaging/metafile) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| stream | java.io.InputStream | 이 [Metafile](../../com.aspose.drawing.imaging/metafile)의 데이터를 포함하는 InputStream입니다. | +| referenceHdc | byte[] | 디바이스 컨텍스트에 대한 Windows 핸들입니다. | +| frameRect | [RectangleF](../../com.aspose.drawing/rectanglef) | 새 [Metafile](../../com.aspose.drawing.imaging/metafile)을 둘러싸는 사각형을 나타내는 [Rectangle](../../com.aspose.drawing/rectangle). | +| frameUnit | int | [MetafileFrameUnit](../../com.aspose.drawing.imaging/metafileframeunit)은 frameRect의 측정 단위를 지정합니다. | +| type | int | [EmfType](../../com.aspose.drawing.imaging/emftype)은 [Metafile](../../com.aspose.drawing.imaging/metafile)의 형식을 지정합니다. | + +### getWidth() {#getWidth--} +``` +public int getWidth() +``` + + +이 [Metafile](../../com.aspose.drawing.imaging/metafile)의 너비(픽셀)를 가져옵니다. + +**Returns:** +int +### getHeight() {#getHeight--} +``` +public int getHeight() +``` + + +이 [Metafile](../../com.aspose.drawing.imaging/metafile)의 높이(픽셀)를 가져옵니다. + +**Returns:** +int - 이 [Metafile](../../com.aspose.drawing.imaging/metafile)의 높이(픽셀 단위)입니다. +### getRawFormat() {#getRawFormat--} +``` +public ImageFormat getRawFormat() +``` + + +이 [Image](../../com.aspose.drawing/image)의 파일 형식을 가져옵니다. + +**Returns:** +[ImageFormat](../../com.aspose.drawing.imaging/imageformat) - The [ImageFormat](../../com.aspose.drawing.imaging/imageformat) that represents the file format of this [Image](../../com.aspose.drawing/image). +### getPixelFormat() {#getPixelFormat--} +``` +public int getPixelFormat() +``` + + +이 [Image](../../com.aspose.drawing/image)의 픽셀 형식을 가져옵니다. + +**Returns:** +int - 이 [Image](../../com.aspose.drawing/image)의 픽셀 형식을 나타내는 `PixelFormat`([Image.getPixelFormat](../../com.aspose.drawing/image\#getPixelFormat)). +### getPalette() {#getPalette--} +``` +public ColorPalette getPalette() +``` + + +이 [Image](../../com.aspose.drawing/image)에 사용되는 색상 팔레트를 가져오거나 설정합니다. + +**Returns:** +[ColorPalette](../../com.aspose.drawing.imaging/colorpalette) - A [ColorPalette](../../com.aspose.drawing.imaging/colorpalette) that represents the color palette used for this [Image](../../com.aspose.drawing/image). +### setPalette(ColorPalette value) {#setPalette-com.aspose.drawing.imaging.ColorPalette-} +``` +public void setPalette(ColorPalette value) +``` + + +이 [Image](../../com.aspose.drawing/image)에 사용되는 색상 팔레트를 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [ColorPalette](../../com.aspose.drawing.imaging/colorpalette) | | + +### getFrameDimensionsList() {#getFrameDimensionsList--} +``` +public UUID[] getFrameDimensionsList() +``` + + +이 [Image](../../com.aspose.drawing/image) 내 프레임의 차원을 나타내는 GUID 배열을 가져옵니다. + +**Returns:** +java.util.UUID[] - 가장 중요한 것부터 가장 덜 중요한 것까지 이 [Image](../../com.aspose.drawing/image) 내 프레임의 차원을 지정하는 GUID 배열입니다. +### getPropertyIdList() {#getPropertyIdList--} +``` +public int[] getPropertyIdList() +``` + + +이 [Image](../../com.aspose.drawing/image)에 저장된 속성 항목의 ID를 가져옵니다. + +**Returns:** +int[] - 이 이미지에 저장된 각 속성 항목에 대한 속성 ID 배열입니다. +### getPropertyItems() {#getPropertyItems--} +``` +public PropertyItem[] getPropertyItems() +``` + + +이 [Image](../../com.aspose.drawing/image)에 저장된 모든 속성 항목(메타데이터 조각)을 가져옵니다. + +**Returns:** +com.aspose.drawing.imaging.PropertyItem[] - 이미지에 저장된 각 속성 항목에 대한 [PropertyItem](../../com.aspose.drawing.imaging/propertyitem) 객체 배열입니다. +### getMetafileHeader(InputStream stream) {#getMetafileHeader-java.io.InputStream-} +``` +public static MetafileHeader getMetafileHeader(InputStream stream) +``` + + +지정된 [Metafile](../../com.aspose.drawing.imaging/metafile)와 연결된 [MetafileHeader](../../com.aspose.drawing.imaging/metafileheader)를 반환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| stream | java.io.InputStream | 헤더를 검색할 [Metafile](../../com.aspose.drawing.imaging/metafile)을 포함하는 InputStream입니다. | + +**Returns:** +[MetafileHeader](../../com.aspose.drawing.imaging/metafileheader) - The [MetafileHeader](../../com.aspose.drawing.imaging/metafileheader) associated with the specified [Metafile](../../com.aspose.drawing.imaging/metafile). +### getMetafileHeader(String fileName) {#getMetafileHeader-java.lang.String-} +``` +public static MetafileHeader getMetafileHeader(String fileName) +``` + + +지정된 [Metafile](../../com.aspose.drawing.imaging/metafile)와 연결된 [MetafileHeader](../../com.aspose.drawing.imaging/metafileheader)를 반환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| fileName | java.lang.String | 헤더를 검색할 [Metafile](../../com.aspose.drawing.imaging/metafile)의 이름을 포함하는 문자열입니다. | + +**Returns:** +[MetafileHeader](../../com.aspose.drawing.imaging/metafileheader) - The [MetafileHeader](../../com.aspose.drawing.imaging/metafileheader) associated with the specified [Metafile](../../com.aspose.drawing.imaging/metafile). +### rotateFlip(int rotateFlipType) {#rotateFlip-int-} +``` +public void rotateFlip(int rotateFlipType) +``` + + +이 메서드는 [Image](../../com.aspose.drawing/image)를 회전하거나 뒤집거나 회전 및 뒤집기를 수행합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rotateFlipType | int | [RotateFlipType](../../com.aspose.drawing/rotatefliptype) 멤버는 이미지에 적용할 회전 및 뒤집기 유형을 지정합니다. | + +### getHenhmetafile() {#getHenhmetafile--} +``` +public System.IntPtr getHenhmetafile() +``` + + +향상된 [Metafile](../../com.aspose.drawing.imaging/metafile)에 대한 Windows 핸들을 반환합니다. + +**Returns:** +com.aspose.ms.System.IntPtr - 이 향상된 [Metafile](../../com.aspose.drawing.imaging/metafile)에 대한 Windows 핸들입니다. +### playRecord(int recordType, int flags, int dataSize, byte[] dataArray) {#playRecord-int-int-int-byte---} +``` +public void playRecord(int recordType, int flags, int dataSize, byte[] dataArray) +``` + + +개별 메타파일 레코드를 재생합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| recordType | int | 재생 중인 메타파일 레코드 유형을 지정하는 [EmfPlusRecordType](../../com.aspose.drawing.imaging/emfplusrecordtype)의 요소. | +| flags | int | 레코드의 속성을 지정하는 플래그 집합. | +| dataSize | int | 레코드 데이터의 바이트 수. | +| dataArray | byte[] | 레코드 데이터를 포함하는 바이트 배열. | + +### getMetafileHeader() {#getMetafileHeader--} +``` +public MetafileHeader getMetafileHeader() +``` + + +이 [Metafile](../../com.aspose.drawing.imaging/metafile)와 연결된 [MetafileHeader](../../com.aspose.drawing.imaging/metafileheader)를 반환합니다. + +**Returns:** +[MetafileHeader](../../com.aspose.drawing.imaging/metafileheader) - The [MetafileHeader](../../com.aspose.drawing.imaging/metafileheader) associated with this [Metafile](../../com.aspose.drawing.imaging/metafile). +### getPropertyItem(int propid) {#getPropertyItem-int-} +``` +public PropertyItem getPropertyItem(int propid) +``` + + +이 [Image](../../com.aspose.drawing/image)에서 지정된 속성 항목을 가져옵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| propid | int | 가져올 속성 항목의 ID. | + +**Returns:** +[PropertyItem](../../com.aspose.drawing.imaging/propertyitem) - The [PropertyItem](../../com.aspose.drawing.imaging/propertyitem) this method gets. +### removePropertyItem(int propid) {#removePropertyItem-int-} +``` +public void removePropertyItem(int propid) +``` + + +이 [Image](../../com.aspose.drawing/image)에서 지정된 속성 항목을 제거합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| propid | int | 제거할 속성 항목의 ID. | + +### setPropertyItem(PropertyItem propitem) {#setPropertyItem-com.aspose.drawing.imaging.PropertyItem-} +``` +public void setPropertyItem(PropertyItem propitem) +``` + + +이 [Image](../../com.aspose.drawing/image)에 속성 항목(메타데이터 조각)을 저장합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| propitem | [PropertyItem](../../com.aspose.drawing.imaging/propertyitem) | 저장될 [PropertyItem](../../com.aspose.drawing.imaging/propertyitem). | + diff --git a/korean/java/com.aspose.drawing.imaging/metafileframeunit/_index.md b/korean/java/com.aspose.drawing.imaging/metafileframeunit/_index.md new file mode 100644 index 000000000..41443a062 --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/metafileframeunit/_index.md @@ -0,0 +1,73 @@ +--- +title: MetafileFrameUnit +second_title: Aspose.Drawing for Java API 참조 +description: 메타파일의 크기와 위치를 지정하는 사각형에 대한 측정 단위를 지정합니다. +type: docs +weight: 31 +url: /ko/java/com.aspose.drawing.imaging/metafileframeunit/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class MetafileFrameUnit extends System.Enum +``` + +메타파일의 크기와 위치를 지정하는 데 사용되는 사각형의 측정 단위를 지정합니다. 이는 [Metafile](../../com.aspose.drawing.imaging/metafile) 객체를 생성할 때 지정됩니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Pixel](#Pixel) | 측정 단위는 1픽셀입니다. | +| [Point](#Point) | 측정 단위는 1프린터 포인트입니다. | +| [Inch](#Inch) | 측정 단위는 1인치입니다. | +| [Document](#Document) | 측정 단위는 1인치의 1/300입니다. | +| [Millimeter](#Millimeter) | 측정 단위는 1밀리미터입니다. | +| [GdiCompatible](#GdiCompatible) | 측정 단위는 0.01밀리미터입니다. | +### Pixel {#Pixel} +``` +public static final int Pixel +``` + + +측정 단위는 1픽셀입니다. + +### Point {#Point} +``` +public static final int Point +``` + + +측정 단위는 1프린터 포인트입니다. + +### Inch {#Inch} +``` +public static final int Inch +``` + + +측정 단위는 1인치입니다. + +### Document {#Document} +``` +public static final int Document +``` + + +측정 단위는 1인치의 1/300입니다. + +### Millimeter {#Millimeter} +``` +public static final int Millimeter +``` + + +측정 단위는 1밀리미터입니다. + +### GdiCompatible {#GdiCompatible} +``` +public static final int GdiCompatible +``` + + +측정 단위는 0.01밀리미터입니다. GDI와의 호환성을 위해 제공됩니다. + diff --git a/korean/java/com.aspose.drawing.imaging/metafileheader/_index.md b/korean/java/com.aspose.drawing.imaging/metafileheader/_index.md new file mode 100644 index 000000000..06a57c8a2 --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/metafileheader/_index.md @@ -0,0 +1,217 @@ +--- +title: MetafileHeader +second_title: Aspose.Drawing for Java API 참조 +description: Contains attributes of an associated . +type: docs +weight: 32 +url: /ko/java/com.aspose.drawing.imaging/metafileheader/ +--- +**Inheritance:** +java.lang.Object +``` +public final class MetafileHeader +``` + +Contains attributes of an associated [Metafile](../../com.aspose.drawing.imaging/metafile). Not inheritable. +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getType()](#getType--) | Gets the type of the associated [Metafile](../../com.aspose.drawing.imaging/metafile) | +| [getEmfPlusHeaderSize()](#getEmfPlusHeaderSize--) | Gets the size, in bytes, of the enhanced metafile plus header file. | +| [getWmfHeader()](#getWmfHeader--) | Gets the Windows metafile (WMF) header file for the associated [Metafile](../../com.aspose.drawing.imaging/metafile). | +| [getBounds()](#getBounds--) | Gets a [Rectangle](../../com.aspose.drawing/rectangle) that bounds the associated [Metafile](../../com.aspose.drawing.imaging/metafile). | +| [getDpiX()](#getDpiX--) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)의 수평 해상도(인치당 도트 수)를 가져옵니다. | +| [getDpiY()](#getDpiY--) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)의 수직 해상도(인치당 도트 수)를 가져옵니다. | +| [getVersion()](#getVersion--) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)의 버전 번호를 가져옵니다. | +| [getMetafileSize()](#getMetafileSize--) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)의 크기(바이트)를 가져옵니다. | +| [getLogicalDpiX()](#getLogicalDpiX--) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)의 논리적 수평 해상도(인치당 도트 수)를 가져옵니다. | +| [getLogicalDpiY()](#getLogicalDpiY--) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)의 논리적 수직 해상도(인치당 도트 수)를 가져옵니다. | +| [isDisplay()](#isDisplay--) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 장치 종속인지 여부를 나타내는 값을 반환합니다. | +| [isEmf()](#isEmf--) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 Windows 향상 메타파일 형식인지 여부를 나타내는 값을 반환합니다. | +| [isEmfOrEmfPlus()](#isEmfOrEmfPlus--) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 Windows 향상 메타파일 형식 또는 Windows 향상 메타파일 플러스 형식인지 여부를 나타내는 값을 반환합니다. | +| [isEmfPlus()](#isEmfPlus--) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 Windows 향상 메타파일 플러스 형식인지 여부를 나타내는 값을 반환합니다. | +| [isEmfPlusDual()](#isEmfPlusDual--) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 듀얼 향상 메타파일 형식인지 여부를 나타내는 값을 반환합니다. | +| [isEmfPlusOnly()](#isEmfPlusOnly--) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 Windows 향상 메타파일 플러스 형식만 지원하는지 여부를 나타내는 값을 반환합니다. | +| [isWmf()](#isWmf--) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 Windows 메타파일 형식인지 여부를 나타내는 값을 반환합니다. | +| [isWmfPlaceable()](#isWmfPlaceable--) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 Windows 배치 가능한 메타파일 형식인지 여부를 나타내는 값을 반환합니다. | +### getType() {#getType--} +``` +public int getType() +``` + + +Gets the type of the associated [Metafile](../../com.aspose.drawing.imaging/metafile) + +**Returns:** +int +### getEmfPlusHeaderSize() {#getEmfPlusHeaderSize--} +``` +public int getEmfPlusHeaderSize() +``` + + +Gets the size, in bytes, of the enhanced metafile plus header file. + +**Returns:** +int +### getWmfHeader() {#getWmfHeader--} +``` +public MetaHeader getWmfHeader() +``` + + +Gets the Windows metafile (WMF) header file for the associated [Metafile](../../com.aspose.drawing.imaging/metafile). + +**Returns:** +[MetaHeader](../../com.aspose.drawing.imaging/metaheader) +### getBounds() {#getBounds--} +``` +public Rectangle getBounds() +``` + + +Gets a [Rectangle](../../com.aspose.drawing/rectangle) that bounds the associated [Metafile](../../com.aspose.drawing.imaging/metafile). + +**Returns:** +[Rectangle](../../com.aspose.drawing/rectangle) +### getDpiX() {#getDpiX--} +``` +public float getDpiX() +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)의 수평 해상도(인치당 도트 수)를 가져옵니다. + +**Returns:** +float +### getDpiY() {#getDpiY--} +``` +public float getDpiY() +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)의 수직 해상도(인치당 도트 수)를 가져옵니다. + +**Returns:** +float +### getVersion() {#getVersion--} +``` +public int getVersion() +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)의 버전 번호를 가져옵니다. + +**Returns:** +int +### getMetafileSize() {#getMetafileSize--} +``` +public int getMetafileSize() +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)의 크기(바이트)를 가져옵니다. + +**Returns:** +int +### getLogicalDpiX() {#getLogicalDpiX--} +``` +public int getLogicalDpiX() +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)의 논리적 수평 해상도(인치당 도트 수)를 가져옵니다. + +**Returns:** +int +### getLogicalDpiY() {#getLogicalDpiY--} +``` +public int getLogicalDpiY() +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)의 논리적 수직 해상도(인치당 도트 수)를 가져옵니다. + +**Returns:** +int +### isDisplay() {#isDisplay--} +``` +public boolean isDisplay() +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 장치 종속인지 여부를 나타내는 값을 반환합니다. + +**Returns:** +boolean - 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 장치 종속이면 true; 그렇지 않으면 false. +### isEmf() {#isEmf--} +``` +public boolean isEmf() +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 Windows 향상 메타파일 형식인지 여부를 나타내는 값을 반환합니다. + +**Returns:** +boolean - 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 Windows 향상 메타파일 형식이면 true; 그렇지 않으면 false. +### isEmfOrEmfPlus() {#isEmfOrEmfPlus--} +``` +public boolean isEmfOrEmfPlus() +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 Windows 향상 메타파일 형식 또는 Windows 향상 메타파일 플러스 형식인지 여부를 나타내는 값을 반환합니다. + +**Returns:** +boolean - 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 Windows 향상 메타파일 형식 또는 Windows 향상 메타파일 플러스 형식이면 true; 그렇지 않으면 false. +### isEmfPlus() {#isEmfPlus--} +``` +public boolean isEmfPlus() +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 Windows 향상 메타파일 플러스 형식인지 여부를 나타내는 값을 반환합니다. + +**Returns:** +boolean - 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 Windows 향상 메타파일 플러스 형식이면 true; 그렇지 않으면 false. +### isEmfPlusDual() {#isEmfPlusDual--} +``` +public boolean isEmfPlusDual() +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 듀얼 향상 메타파일 형식인지 여부를 나타내는 값을 반환합니다. 이 형식은 향상 형식과 향상 플러스 형식을 모두 지원합니다. + +**Returns:** +boolean - 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 듀얼 향상 메타파일 형식이면 true; 그렇지 않으면 false. +### isEmfPlusOnly() {#isEmfPlusOnly--} +``` +public boolean isEmfPlusOnly() +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 Windows 향상 메타파일 플러스 형식만 지원하는지 여부를 나타내는 값을 반환합니다. + +**Returns:** +boolean - 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 Windows 향상 메타파일 플러스 형식만 지원하면 true; 그렇지 않으면 false. +### isWmf() {#isWmf--} +``` +public boolean isWmf() +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 Windows 메타파일 형식인지 여부를 나타내는 값을 반환합니다. + +**Returns:** +boolean - 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 Windows 메타파일 형식이면 true; 그렇지 않으면 false. +### isWmfPlaceable() {#isWmfPlaceable--} +``` +public boolean isWmfPlaceable() +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 Windows 배치 가능한 메타파일 형식인지 여부를 나타내는 값을 반환합니다. + +**Returns:** +boolean - 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile)이 Windows 배치 가능한 메타파일 형식이면 true; 그렇지 않으면 false. diff --git a/korean/java/com.aspose.drawing.imaging/metafiletype/_index.md b/korean/java/com.aspose.drawing.imaging/metafiletype/_index.md new file mode 100644 index 000000000..54c05c433 --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/metafiletype/_index.md @@ -0,0 +1,73 @@ +--- +title: MetafileType +second_title: Aspose.Drawing for Java API 참조 +description: 메타파일 유형을 지정합니다. +type: docs +weight: 33 +url: /ko/java/com.aspose.drawing.imaging/metafiletype/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class MetafileType extends System.Enum +``` + +메타파일 유형을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Invalid](#Invalid) | GDI+에서 인식되지 않는 메타파일 형식을 지정합니다. | +| [Wmf](#Wmf) | WMF(Windows Metafile) 파일을 지정합니다. | +| [WmfPlaceable](#WmfPlaceable) | 앞에 배치 가능한 메타파일 헤더가 있는 WMF(Windows Metafile) 파일을 지정합니다. | +| [Emf](#Emf) | Enhanced Metafile(EMF) 파일을 지정합니다. | +| [EmfPlusOnly](#EmfPlusOnly) | EMF+ 파일을 지정합니다. | +| [EmfPlusDual](#EmfPlusDual) | EMF+ Dual 파일을 지정합니다. | +### Invalid {#Invalid} +``` +public static final int Invalid +``` + + +GDI+에서 인식되지 않는 메타파일 형식을 지정합니다. + +### Wmf {#Wmf} +``` +public static final int Wmf +``` + + +WMF(Windows Metafile) 파일을 지정합니다. 이러한 파일은 GDI 레코드만 포함합니다. + +### WmfPlaceable {#WmfPlaceable} +``` +public static final int WmfPlaceable +``` + + +앞에 배치 가능한 메타파일 헤더가 있는 WMF(Windows Metafile) 파일을 지정합니다. + +### Emf {#Emf} +``` +public static final int Emf +``` + + +Enhanced Metafile(EMF) 파일을 지정합니다. 이러한 파일은 GDI 레코드만 포함합니다. + +### EmfPlusOnly {#EmfPlusOnly} +``` +public static final int EmfPlusOnly +``` + + +EMF+ 파일을 지정합니다. 이러한 파일은 GDI+ 레코드만 포함하며 GDI+를 사용하여 표시해야 합니다. GDI를 사용하여 레코드를 표시하면 예측할 수 없는 결과가 발생할 수 있습니다. + +### EmfPlusDual {#EmfPlusDual} +``` +public static final int EmfPlusDual +``` + + +EMF+ Dual 파일을 지정합니다. 이러한 파일은 대체 GDI 레코드와 함께 GDI+ 레코드를 포함하며 GDI 또는 GDI+ 중 하나를 사용하여 표시할 수 있습니다. GDI를 사용하여 레코드를 표시하면 일부 품질 저하가 발생할 수 있습니다. + diff --git a/korean/java/com.aspose.drawing.imaging/metaheader/_index.md b/korean/java/com.aspose.drawing.imaging/metaheader/_index.md new file mode 100644 index 000000000..df8b5864c --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/metaheader/_index.md @@ -0,0 +1,207 @@ +--- +title: MetaHeader +second_title: Aspose.Drawing for Java API 참조 +description: Windows 형식 WMF 메타파일에 대한 정보를 포함합니다. +type: docs +weight: 29 +url: /ko/java/com.aspose.drawing.imaging/metaheader/ +--- +**Inheritance:** +java.lang.Object +``` +public final class MetaHeader +``` + +Windows 형식(WMF) 메타파일에 대한 정보를 포함합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [MetaHeader()](#MetaHeader--) | [MetaHeader](../../com.aspose.drawing.imaging/metaheader) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getType()](#getType--) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile) 객체의 유형을 가져오거나 설정합니다. | +| [setType(short value)](#setType-short-) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile) 객체의 유형을 가져오거나 설정합니다. | +| [getHeaderSize()](#getHeaderSize--) | 헤더 파일의 크기(바이트)를 가져오거나 설정합니다. | +| [setHeaderSize(short value)](#setHeaderSize-short-) | 헤더 파일의 크기(바이트)를 가져오거나 설정합니다. | +| [getVersion()](#getVersion--) | 헤더 형식의 버전 번호를 가져오거나 설정합니다. | +| [setVersion(short value)](#setVersion-short-) | 헤더 형식의 버전 번호를 가져오거나 설정합니다. | +| [getSize()](#getSize--) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile) 객체의 크기(바이트)를 가져오거나 설정합니다. | +| [setSize(int value)](#setSize-int-) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile) 객체의 크기(바이트)를 가져오거나 설정합니다. | +| [getNoObjects()](#getNoObjects--) | [Metafile](../../com.aspose.drawing.imaging/metafile) 객체에 동시에 존재할 수 있는 최대 객체 수를 가져오거나 설정합니다. | +| [setNoObjects(short value)](#setNoObjects-short-) | [Metafile](../../com.aspose.drawing.imaging/metafile) 객체에 동시에 존재할 수 있는 최대 객체 수를 가져오거나 설정합니다. | +| [getMaxRecord()](#getMaxRecord--) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile) 객체에서 가장 큰 레코드의 크기(바이트)를 가져오거나 설정합니다. | +| [setMaxRecord(int value)](#setMaxRecord-int-) | 연관된 [Metafile](../../com.aspose.drawing.imaging/metafile) 객체에서 가장 큰 레코드의 크기(바이트)를 가져오거나 설정합니다. | +| [getNoParameters()](#getNoParameters--) | [Metafile](../../com.aspose.drawing.imaging/metafile) 객체의 최대 매개변수 수를 가져오거나 설정합니다. | +| [setNoParameters(short value)](#setNoParameters-short-) | [Metafile](../../com.aspose.drawing.imaging/metafile) 객체의 최대 매개변수 수를 가져오거나 설정합니다. | +### MetaHeader() {#MetaHeader--} +``` +public MetaHeader() +``` + + +[MetaHeader](../../com.aspose.drawing.imaging/metaheader) 클래스의 새 인스턴스를 초기화합니다. + +### getType() {#getType--} +``` +public short getType() +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile) 객체의 유형을 가져오거나 설정합니다. + +**Returns:** +short +### setType(short value) {#setType-short-} +``` +public void setType(short value) +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile) 객체의 유형을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | short | | + +### getHeaderSize() {#getHeaderSize--} +``` +public short getHeaderSize() +``` + + +헤더 파일의 크기(바이트)를 가져오거나 설정합니다. + +**Returns:** +short +### setHeaderSize(short value) {#setHeaderSize-short-} +``` +public void setHeaderSize(short value) +``` + + +헤더 파일의 크기(바이트)를 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | short | | + +### getVersion() {#getVersion--} +``` +public short getVersion() +``` + + +헤더 형식의 버전 번호를 가져오거나 설정합니다. + +**Returns:** +short +### setVersion(short value) {#setVersion-short-} +``` +public void setVersion(short value) +``` + + +헤더 형식의 버전 번호를 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | short | | + +### getSize() {#getSize--} +``` +public int getSize() +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile) 객체의 크기(바이트)를 가져오거나 설정합니다. + +**Returns:** +int +### setSize(int value) {#setSize-int-} +``` +public void setSize(int value) +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile) 객체의 크기(바이트)를 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getNoObjects() {#getNoObjects--} +``` +public short getNoObjects() +``` + + +[Metafile](../../com.aspose.drawing.imaging/metafile) 객체에 동시에 존재할 수 있는 최대 객체 수를 가져오거나 설정합니다. + +**Returns:** +short +### setNoObjects(short value) {#setNoObjects-short-} +``` +public void setNoObjects(short value) +``` + + +[Metafile](../../com.aspose.drawing.imaging/metafile) 객체에 동시에 존재할 수 있는 최대 객체 수를 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | short | | + +### getMaxRecord() {#getMaxRecord--} +``` +public int getMaxRecord() +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile) 객체에서 가장 큰 레코드의 크기(바이트)를 가져오거나 설정합니다. + +**Returns:** +int +### setMaxRecord(int value) {#setMaxRecord-int-} +``` +public void setMaxRecord(int value) +``` + + +연관된 [Metafile](../../com.aspose.drawing.imaging/metafile) 객체에서 가장 큰 레코드의 크기(바이트)를 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getNoParameters() {#getNoParameters--} +``` +public short getNoParameters() +``` + + +[Metafile](../../com.aspose.drawing.imaging/metafile) 객체의 최대 매개변수 수를 가져오거나 설정합니다. 사용되지 않습니다. 항상 0을 반환합니다. + +**Returns:** +short +### setNoParameters(short value) {#setNoParameters-short-} +``` +public void setNoParameters(short value) +``` + + +[Metafile](../../com.aspose.drawing.imaging/metafile) 객체의 최대 매개변수 수를 가져오거나 설정합니다. 사용되지 않습니다. 항상 0을 반환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | short | | + diff --git a/korean/java/com.aspose.drawing.imaging/pixelformat/_index.md b/korean/java/com.aspose.drawing.imaging/pixelformat/_index.md new file mode 100644 index 000000000..d34562b1a --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/pixelformat/_index.md @@ -0,0 +1,226 @@ +--- +title: PixelFormat +second_title: Aspose.Drawing for Java API 참조 +description: 이미지의 각 픽셀에 대한 색상 데이터 형식을 지정합니다. +type: docs +weight: 34 +url: /ko/java/com.aspose.drawing.imaging/pixelformat/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class PixelFormat extends System.Enum +``` + +이미지의 각 픽셀에 대한 색상 데이터 형식을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Indexed](#Indexed) | 픽셀 데이터는 색인된 색상 값을 포함하며, 이는 개별 색상 값이 아니라 시스템 색상 테이블의 색상에 대한 인덱스임을 의미합니다. | +| [Gdi](#Gdi) | 픽셀 데이터는 GDI 색상을 포함합니다. | +| [Alpha](#Alpha) | 픽셀 데이터는 사전 곱셈되지 않은 알파 값을 포함합니다. | +| [PAlpha](#PAlpha) | 픽셀 형식은 사전 곱셈된 알파 값을 포함합니다. | +| [Extended](#Extended) | 예약된 값. | +| [Canonical](#Canonical) | 픽셀당 32비트의 기본 픽셀 형식. | +| [Undefined](#Undefined) | 픽셀 형식이 정의되지 않았습니다. | +| [DontCare](#DontCare) | 픽셀 형식이 지정되지 않았습니다. | +| [Format1bppIndexed](#Format1bppIndexed) | 픽셀 형식이 픽셀당 1비트이며 인덱스 색상을 사용한다는 것을 지정합니다. | +| [Format4bppIndexed](#Format4bppIndexed) | 형식이 픽셀당 4비트이며 인덱스 색상임을 지정합니다. | +| [Format8bppIndexed](#Format8bppIndexed) | 형식이 픽셀당 8비트이며 인덱스 색상임을 지정합니다. | +| [Format16bppGrayScale](#Format16bppGrayScale) | 픽셀 형식은 픽셀당 16비트입니다. | +| [Format16bppRgb555](#Format16bppRgb555) | 형식이 픽셀당 16비트이며, 빨강, 초록, 파랑 구성 요소마다 5비트가 사용된다는 것을 지정합니다. | +| [Format16bppRgb565](#Format16bppRgb565) | 형식이 픽셀당 16비트이며, 빨강 구성 요소에 5비트, 초록 구성 요소에 6비트, 파랑 구성 요소에 5비트가 사용된다는 것을 지정합니다. | +| [Format16bppArgb1555](#Format16bppArgb1555) | 픽셀 형식은 픽셀당 16비트입니다. | +| [Format24bppRgb](#Format24bppRgb) | 포맷이 픽셀당 24비트임을 지정합니다; 빨강, 초록, 파랑 구성 요소마다 8비트가 사용됩니다. | +| [Format32bppRgb](#Format32bppRgb) | 포맷이 픽셀당 32비트임을 지정합니다; 빨강, 초록, 파랑 구성 요소마다 8비트가 사용됩니다. | +| [Format32bppArgb](#Format32bppArgb) | 포맷이 픽셀당 32비트임을 지정합니다; 알파, 빨강, 초록, 파랑 구성 요소마다 8비트가 사용됩니다. | +| [Format32bppPArgb](#Format32bppPArgb) | 포맷이 픽셀당 32비트임을 지정합니다; 알파, 빨강, 초록, 파랑 구성 요소마다 8비트가 사용됩니다. | +| [Format48bppRgb](#Format48bppRgb) | 포맷이 픽셀당 48비트임을 지정합니다; 빨강, 초록, 파랑 구성 요소마다 16비트가 사용됩니다. | +| [Format64bppArgb](#Format64bppArgb) | 포맷이 픽셀당 64비트임을 지정합니다; 알파, 빨강, 초록, 파랑 구성 요소마다 16비트가 사용됩니다. | +| [Format64bppPArgb](#Format64bppPArgb) | 포맷이 픽셀당 64비트임을 지정합니다; 알파, 빨강, 초록, 파랑 구성 요소마다 16비트가 사용됩니다. | +| [Max](#Max) | 이 열거형의 최대값입니다. | +### Indexed {#Indexed} +``` +public static final int Indexed +``` + + +픽셀 데이터는 색인된 색상 값을 포함하며, 이는 개별 색상 값이 아니라 시스템 색상 테이블의 색상에 대한 인덱스임을 의미합니다. + +### Gdi {#Gdi} +``` +public static final int Gdi +``` + + +픽셀 데이터는 GDI 색상을 포함합니다. + +### Alpha {#Alpha} +``` +public static final int Alpha +``` + + +픽셀 데이터는 사전 곱셈되지 않은 알파 값을 포함합니다. + +### PAlpha {#PAlpha} +``` +public static final int PAlpha +``` + + +픽셀 형식은 사전 곱셈된 알파 값을 포함합니다. + +### Extended {#Extended} +``` +public static final int Extended +``` + + +예약된 값. + +### Canonical {#Canonical} +``` +public static final int Canonical +``` + + +기본 픽셀 포맷은 픽셀당 32비트입니다. 이 포맷은 24비트 색 깊이와 8비트 알파 채널을 지정합니다. + +### Undefined {#Undefined} +``` +public static final int Undefined +``` + + +픽셀 형식이 정의되지 않았습니다. + +### DontCare {#DontCare} +``` +public static final int DontCare +``` + + +픽셀 형식이 지정되지 않았습니다. + +### Format1bppIndexed {#Format1bppIndexed} +``` +public static final int Format1bppIndexed +``` + + +픽셀 포맷이 픽셀당 1비트이며 인덱스 색상을 사용함을 지정합니다. 따라서 색상표에는 두 가지 색상이 포함됩니다. + +### Format4bppIndexed {#Format4bppIndexed} +``` +public static final int Format4bppIndexed +``` + + +형식이 픽셀당 4비트이며 인덱스 색상임을 지정합니다. + +### Format8bppIndexed {#Format8bppIndexed} +``` +public static final int Format8bppIndexed +``` + + +포맷이 픽셀당 8비트이며 인덱스 방식임을 지정합니다. 따라서 색상표에는 256가지 색상이 포함됩니다. + +### Format16bppGrayScale {#Format16bppGrayScale} +``` +public static final int Format16bppGrayScale +``` + + +픽셀 포맷은 픽셀당 16비트입니다. 색상 정보는 65,536가지 회색 음영을 지정합니다. + +### Format16bppRgb555 {#Format16bppRgb555} +``` +public static final int Format16bppRgb555 +``` + + +포맷이 픽셀당 16비트이며, 빨강, 초록, 파랑 구성 요소마다 5비트가 사용됩니다. 남은 1비트는 사용되지 않습니다. + +### Format16bppRgb565 {#Format16bppRgb565} +``` +public static final int Format16bppRgb565 +``` + + +형식이 픽셀당 16비트이며, 빨강 구성 요소에 5비트, 초록 구성 요소에 6비트, 파랑 구성 요소에 5비트가 사용된다는 것을 지정합니다. + +### Format16bppArgb1555 {#Format16bppArgb1555} +``` +public static final int Format16bppArgb1555 +``` + + +픽셀 포맷은 픽셀당 16비트입니다. 색상 정보는 32,768가지 색상 음영을 지정하며, 그 중 빨강 5비트, 초록 5비트, 파랑 5비트, 알파 1비트로 구성됩니다. + +### Format24bppRgb {#Format24bppRgb} +``` +public static final int Format24bppRgb +``` + + +포맷이 픽셀당 24비트임을 지정합니다; 빨강, 초록, 파랑 구성 요소마다 8비트가 사용됩니다. + +### Format32bppRgb {#Format32bppRgb} +``` +public static final int Format32bppRgb +``` + + +포맷이 픽셀당 32비트이며, 빨강, 초록, 파랑 구성 요소마다 8비트가 사용됩니다. 남은 8비트는 사용되지 않습니다. + +### Format32bppArgb {#Format32bppArgb} +``` +public static final int Format32bppArgb +``` + + +포맷이 픽셀당 32비트임을 지정합니다; 알파, 빨강, 초록, 파랑 구성 요소마다 8비트가 사용됩니다. + +### Format32bppPArgb {#Format32bppPArgb} +``` +public static final int Format32bppPArgb +``` + + +포맷이 픽셀당 32비트이며, 알파, 빨강, 초록, 파랑 구성 요소마다 8비트가 사용됩니다. 빨강, 초록, 파랑 구성 요소는 알파 구성 요소에 따라 사전 곱셈됩니다. + +### Format48bppRgb {#Format48bppRgb} +``` +public static final int Format48bppRgb +``` + + +포맷이 픽셀당 48비트임을 지정합니다; 빨강, 초록, 파랑 구성 요소마다 16비트가 사용됩니다. + +### Format64bppArgb {#Format64bppArgb} +``` +public static final int Format64bppArgb +``` + + +포맷이 픽셀당 64비트임을 지정합니다; 알파, 빨강, 초록, 파랑 구성 요소마다 16비트가 사용됩니다. + +### Format64bppPArgb {#Format64bppPArgb} +``` +public static final int Format64bppPArgb +``` + + +포맷이 픽셀당 64비트이며, 알파, 빨강, 초록, 파랑 구성 요소마다 16비트가 사용됩니다. 빨강, 초록, 파랑 구성 요소는 알파 구성 요소에 따라 사전 곱셈됩니다. + +### Max {#Max} +``` +public static final int Max +``` + + +이 열거형의 최대값입니다. + diff --git a/korean/java/com.aspose.drawing.imaging/playrecordcallback/_index.md b/korean/java/com.aspose.drawing.imaging/playrecordcallback/_index.md new file mode 100644 index 000000000..4e2eb57a1 --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/playrecordcallback/_index.md @@ -0,0 +1,82 @@ +--- +title: PlayRecordCallback +second_title: Aspose.Drawing for Java API 참조 +description: 이 대리자는 사용되지 않습니다. +type: docs +weight: 35 +url: /ko/java/com.aspose.drawing.imaging/playrecordcallback/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate +``` +public abstract class PlayRecordCallback extends System.MulticastDelegate +``` + +이 대리자는 사용되지 않습니다. 메타파일 레코드를 열거하는 예제는 [Graphics.enumerateMetafile(Metafile, Point, Graphics.EnumerateMetafileProc)](../../com.aspose.drawing/graphics\#enumerateMetafile-Metafile--Point--Graphics.EnumerateMetafileProc-)를 참조하십시오. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [PlayRecordCallback()](#PlayRecordCallback--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [invoke(int recordType, int flags, int dataSize, byte[] recordData)](#invoke-int-int-int-byte---) | | +| [beginInvoke(int recordType, int flags, int dataSize, byte[] recordData, System.AsyncCallback callback, Object state)](#beginInvoke-int-int-int-byte---com.aspose.ms.System.AsyncCallback-java.lang.Object-) | | +| [endInvoke(System.IAsyncResult result)](#endInvoke-com.aspose.ms.System.IAsyncResult-) | | +### PlayRecordCallback() {#PlayRecordCallback--} +``` +public PlayRecordCallback() +``` + + +### invoke(int recordType, int flags, int dataSize, byte[] recordData) {#invoke-int-int-int-byte---} +``` +public abstract void invoke(int recordType, int flags, int dataSize, byte[] recordData) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| recordType | int | | +| flags | int | | +| dataSize | int | | +| recordData | byte[] | | + +### beginInvoke(int recordType, int flags, int dataSize, byte[] recordData, System.AsyncCallback callback, Object state) {#beginInvoke-int-int-int-byte---com.aspose.ms.System.AsyncCallback-java.lang.Object-} +``` +public final System.IAsyncResult beginInvoke(int recordType, int flags, int dataSize, byte[] recordData, System.AsyncCallback callback, Object state) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| recordType | int | | +| flags | int | | +| dataSize | int | | +| recordData | byte[] | | +| callback | com.aspose.ms.System.AsyncCallback | | +| state | java.lang.Object | | + +**Returns:** +com.aspose.ms.System.IAsyncResult +### endInvoke(System.IAsyncResult result) {#endInvoke-com.aspose.ms.System.IAsyncResult-} +``` +public final void endInvoke(System.IAsyncResult result) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| result | com.aspose.ms.System.IAsyncResult | | + diff --git a/korean/java/com.aspose.drawing.imaging/propertyitem/_index.md b/korean/java/com.aspose.drawing.imaging/propertyitem/_index.md new file mode 100644 index 000000000..b27740055 --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/propertyitem/_index.md @@ -0,0 +1,119 @@ +--- +title: PropertyItem +second_title: Aspose.Drawing for Java API 참조 +description: 이미지 파일에 포함될 메타데이터 속성을 캡슐화합니다. +type: docs +weight: 36 +url: /ko/java/com.aspose.drawing.imaging/propertyitem/ +--- +**Inheritance:** +java.lang.Object +``` +public final class PropertyItem +``` + +이미지 파일에 포함될 메타데이터 속성을 캡슐화합니다. 상속할 수 없습니다. +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getId()](#getId--) | 속성의 ID를 가져옵니다. | +| [setId(int value)](#setId-int-) | 속성의 ID를 설정합니다. | +| [getLen()](#getLen--) | `Value`([.getValue](../../null/\#getValue)/[.setValue(byte[])](../../null/\#setValue-byte---)) 속성의 길이(바이트)를 가져옵니다. | +| [setLen(int value)](#setLen-int-) | `Value`([.getValue](../../null/\#getValue)/[.setValue(byte[])](../../null/\#setValue-byte---)) 속성의 길이(바이트)를 설정합니다. | +| [getType()](#getType--) | `Value`([.getValue](../../null/\#getValue)/[.setValue(byte[])](../../null/\#setValue-byte---)) 속성에 포함된 데이터 유형을 정의하는 정수를 가져옵니다. | +| [setType(short value)](#setType-short-) | `Value`([.getValue](../../null/\#getValue)/[.setValue(byte[])](../../null/\#setValue-byte---)) 속성에 포함된 데이터 유형을 정의하는 정수를 설정합니다. | +| [getValue()](#getValue--) | 속성 항목의 값을 가져옵니다. | +| [setValue(byte[] value)](#setValue-byte---) | 속성 항목의 값을 설정합니다. | +### getId() {#getId--} +``` +public int getId() +``` + + +속성의 ID를 가져옵니다. + +**Returns:** +int - 속성 ID를 나타내는 정수. +### setId(int value) {#setId-int-} +``` +public void setId(int value) +``` + + +속성의 ID를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | 속성의 ID. | + +### getLen() {#getLen--} +``` +public int getLen() +``` + + +`Value`([.getValue](../../null/\#getValue)/[.setValue(byte[])](../../null/\#setValue-byte---)) 속성의 길이(바이트)를 가져옵니다. + +**Returns:** +int - `Value`([.getValue](../../null/\#getValue)/[.setValue(byte[])](../../null/\#setValue-byte---)) 바이트 배열의 길이(바이트)를 나타내는 정수. +### setLen(int value) {#setLen-int-} +``` +public void setLen(int value) +``` + + +`Value`([.getValue](../../null/\#getValue)/[.setValue(byte[])](../../null/\#setValue-byte---)) 속성의 길이(바이트)를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | `Value`([.getValue](../../null/\#getValue)/[.setValue(byte[])](../../null/\#setValue-byte---)) 속성의 길이(바이트). | + +### getType() {#getType--} +``` +public short getType() +``` + + +`Value`([.getValue](../../null/\#getValue)/[.setValue(byte[])](../../null/\#setValue-byte---)) 속성에 포함된 데이터 유형을 정의하는 정수를 가져옵니다. + +**Returns:** +short - `Value`([.getValue](../../null/\#getValue)/[.setValue(byte[])](../../null/\#setValue-byte---))에 포함된 데이터 유형을 정의하는 정수. +### setType(short value) {#setType-short-} +``` +public void setType(short value) +``` + + +`Value`([.getValue](../../null/\#getValue)/[.setValue(byte[])](../../null/\#setValue-byte---)) 속성에 포함된 데이터 유형을 정의하는 정수를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | short | `Value`([.getValue](../../null/\#getValue)/[.setValue(byte[])](../../null/\#setValue-byte---)) 속성에 포함된 데이터 유형을 정의하는 정수. | + +### getValue() {#getValue--} +``` +public byte[] getValue() +``` + + +속성 항목의 값을 가져옵니다. + +**Returns:** +byte[] - 속성 항목의 값을 나타내는 바이트 배열. +### setValue(byte[] value) {#setValue-byte---} +``` +public void setValue(byte[] value) +``` + + +속성 항목의 값을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | byte[] | 속성 항목의 값. | + diff --git a/korean/java/com.aspose.drawing.imaging/wmfplaceablefileheader/_index.md b/korean/java/com.aspose.drawing.imaging/wmfplaceablefileheader/_index.md new file mode 100644 index 000000000..276f2f377 --- /dev/null +++ b/korean/java/com.aspose.drawing.imaging/wmfplaceablefileheader/_index.md @@ -0,0 +1,255 @@ +--- +title: WmfPlaceableFileHeader +second_title: Aspose.Drawing for Java API 참조 +description: 배치 가능한 메타파일을 정의합니다. +type: docs +weight: 37 +url: /ko/java/com.aspose.drawing.imaging/wmfplaceablefileheader/ +--- +**Inheritance:** +java.lang.Object +``` +public final class WmfPlaceableFileHeader +``` + +배치 가능한 메타파일을 정의합니다. 상속되지 않습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [WmfPlaceableFileHeader()](#WmfPlaceableFileHeader--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getKey()](#getKey--) | 배치 가능한 메타파일 헤더의 존재 여부를 나타내는 값을 가져옵니다. | +| [setKey(int value)](#setKey-int-) | 배치 가능한 메타파일 헤더의 존재 여부를 나타내는 값을 설정합니다. | +| [getHmf()](#getHmf--) | 메모리 내 메타파일의 핸들을 가져옵니다. | +| [setHmf(short value)](#setHmf-short-) | 메모리에서 메타파일의 핸들을 설정합니다. | +| [getBboxLeft()](#getBboxLeft--) | 출력 장치에서 메타파일 이미지의 경계 사각형 왼쪽 위 모서리의 x 좌표를 가져옵니다. | +| [setBboxLeft(short value)](#setBboxLeft-short-) | 출력 장치에서 메타파일 이미지의 경계 사각형 왼쪽 위 모서리의 x 좌표를 설정합니다. | +| [getBboxTop()](#getBboxTop--) | 출력 장치에서 메타파일 이미지의 경계 사각형 왼쪽 위 모서리의 y 좌표를 가져옵니다. | +| [setBboxTop(short value)](#setBboxTop-short-) | 출력 장치에서 메타파일 이미지의 경계 사각형 왼쪽 위 모서리의 y 좌표를 설정합니다. | +| [getBboxRight()](#getBboxRight--) | 출력 장치에서 메타파일 이미지의 경계 사각형 오른쪽 아래 모서리의 x 좌표를 가져옵니다. | +| [setBboxRight(short value)](#setBboxRight-short-) | 출력 장치에서 메타파일 이미지의 경계 사각형 오른쪽 아래 모서리의 x 좌표를 설정합니다. | +| [getBboxBottom()](#getBboxBottom--) | 출력 장치에서 메타파일 이미지의 경계 사각형 오른쪽 아래 모서리의 y 좌표를 가져옵니다. | +| [setBboxBottom(short value)](#setBboxBottom-short-) | 출력 장치에서 메타파일 이미지의 경계 사각형 오른쪽 아래 모서리의 y 좌표를 설정합니다. | +| [getInch()](#getInch--) | 인치당 twip 수를 가져옵니다. | +| [setInch(short value)](#setInch-short-) | 인치당 twip 수를 설정합니다. | +| [getReserved()](#getReserved--) | 예약됨. | +| [setReserved(int value)](#setReserved-int-) | 예약됨. | +| [getChecksum()](#getChecksum--) | 헤더에서 이전 10개의 WORD에 대한 체크섬 값을 가져옵니다. | +| [setChecksum(short value)](#setChecksum-short-) | 헤더에서 이전 10개의 WORD에 대한 체크섬 값을 설정합니다. | +### WmfPlaceableFileHeader() {#WmfPlaceableFileHeader--} +``` +public WmfPlaceableFileHeader() +``` + + +### getKey() {#getKey--} +``` +public int getKey() +``` + + +배치 가능한 메타파일 헤더의 존재 여부를 나타내는 값을 가져옵니다. + +**Returns:** +int - 배치 가능한 메타파일 헤더가 존재함을 나타내는 값. +### setKey(int value) {#setKey-int-} +``` +public void setKey(int value) +``` + + +배치 가능한 메타파일 헤더의 존재 여부를 나타내는 값을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | 배치 가능한 메타파일 헤더가 존재함을 나타내는 값. | + +### getHmf() {#getHmf--} +``` +public short getHmf() +``` + + +메모리 내 메타파일의 핸들을 가져옵니다. + +**Returns:** +short - 메모리에서 메타파일의 핸들. +### setHmf(short value) {#setHmf-short-} +``` +public void setHmf(short value) +``` + + +메모리에서 메타파일의 핸들을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | short | 메모리에서 메타파일의 핸들. | + +### getBboxLeft() {#getBboxLeft--} +``` +public short getBboxLeft() +``` + + +출력 장치에서 메타파일 이미지의 경계 사각형 왼쪽 위 모서리의 x 좌표를 가져옵니다. + +**Returns:** +short - 출력 장치에서 메타파일 이미지의 경계 사각형 왼쪽 위 모서리의 x 좌표. +### setBboxLeft(short value) {#setBboxLeft-short-} +``` +public void setBboxLeft(short value) +``` + + +출력 장치에서 메타파일 이미지의 경계 사각형 왼쪽 위 모서리의 x 좌표를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | short | 출력 장치에서 메타파일 이미지의 경계 사각형 왼쪽 위 모서리의 x 좌표. | + +### getBboxTop() {#getBboxTop--} +``` +public short getBboxTop() +``` + + +출력 장치에서 메타파일 이미지의 경계 사각형 왼쪽 위 모서리의 y 좌표를 가져옵니다. + +**Returns:** +short - 출력 장치에서 메타파일 이미지의 경계 사각형 왼쪽 위 모서리의 y 좌표. +### setBboxTop(short value) {#setBboxTop-short-} +``` +public void setBboxTop(short value) +``` + + +출력 장치에서 메타파일 이미지의 경계 사각형 왼쪽 위 모서리의 y 좌표를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | short | 출력 장치에서 메타파일 이미지의 경계 사각형 왼쪽 위 모서리의 y 좌표. | + +### getBboxRight() {#getBboxRight--} +``` +public short getBboxRight() +``` + + +출력 장치에서 메타파일 이미지의 경계 사각형 오른쪽 아래 모서리의 x 좌표를 가져옵니다. + +**Returns:** +short - 출력 장치에서 메타파일 이미지의 경계 사각형 오른쪽 아래 모서리의 x 좌표. +### setBboxRight(short value) {#setBboxRight-short-} +``` +public void setBboxRight(short value) +``` + + +출력 장치에서 메타파일 이미지의 경계 사각형 오른쪽 아래 모서리의 x 좌표를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | short | 출력 장치에서 메타파일 이미지의 경계 사각형 오른쪽 아래 모서리의 x 좌표. | + +### getBboxBottom() {#getBboxBottom--} +``` +public short getBboxBottom() +``` + + +출력 장치에서 메타파일 이미지의 경계 사각형 오른쪽 아래 모서리의 y 좌표를 가져옵니다. + +**Returns:** +short - 출력 장치의 메타파일 이미지에 대한 경계 사각형 오른쪽 아래 모서리의 y좌표. +### setBboxBottom(short value) {#setBboxBottom-short-} +``` +public void setBboxBottom(short value) +``` + + +출력 장치에서 메타파일 이미지의 경계 사각형 오른쪽 아래 모서리의 y 좌표를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | short | 출력 장치의 메타파일 이미지에 대한 경계 사각형 오른쪽 아래 모서리의 y좌표. | + +### getInch() {#getInch--} +``` +public short getInch() +``` + + +인치당 twip 수를 가져옵니다. + +**Returns:** +short - 인치당 twip 수. +### setInch(short value) {#setInch-short-} +``` +public void setInch(short value) +``` + + +인치당 twip 수를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | short | 인치당 twip 수. | + +### getReserved() {#getReserved--} +``` +public int getReserved() +``` + + +예약됨. 사용하지 마십시오. + +**Returns:** +int - 예약됨. 사용하지 마십시오. +### setReserved(int value) {#setReserved-int-} +``` +public void setReserved(int value) +``` + + +예약됨. 사용하지 마십시오. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getChecksum() {#getChecksum--} +``` +public short getChecksum() +``` + + +헤더에서 이전 10개의 WORD에 대한 체크섬 값을 가져옵니다. + +**Returns:** +short - 헤더에 있는 이전 10개의 WORD에 대한 체크섬 값. +### setChecksum(short value) {#setChecksum-short-} +``` +public void setChecksum(short value) +``` + + +헤더에서 이전 10개의 WORD에 대한 체크섬 값을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | short | 헤더에 있는 이전 10개의 WORD에 대한 체크섬 값. | + diff --git a/korean/java/com.aspose.drawing.printing/_index.md b/korean/java/com.aspose.drawing.printing/_index.md new file mode 100644 index 000000000..034f28c7a --- /dev/null +++ b/korean/java/com.aspose.drawing.printing/_index.md @@ -0,0 +1,21 @@ +--- +title: com.aspose.drawing.printing +second_title: Aspose.Drawing for Java API 참조 +description: +type: docs +weight: 14 +url: /ko/java/com.aspose.drawing.printing/ +--- + +## 클래스 + +| 클래스 | 설명 | +| --- | --- | +| [PageSettings](../com.aspose.drawing.printing/pagesettings) | 단일 인쇄 페이지에 적용되는 설정을 지정합니다. | +| [PrintDocument](../com.aspose.drawing.printing/printdocument) | Windows Forms 애플리케이션에서 인쇄할 때 프린터로 출력을 전송하는 재사용 가능한 객체를 정의합니다. | +| [PrintEventArgs](../com.aspose.drawing.printing/printeventargs) | `E:PrintDocument.BeginPrint` 및 `E:PrintDocument.EndPrint` 이벤트에 대한 데이터를 제공합니다. | +| [PrintPageEventArgs](../com.aspose.drawing.printing/printpageeventargs) | `E:PrintDocument.PrintPage` 이벤트에 대한 데이터를 제공합니다. | +| [PrintRange](../com.aspose.drawing.printing/printrange) | 인쇄할 문서의 부분을 지정합니다. | +| [PrinterResolution](../com.aspose.drawing.printing/printerresolution) | 프린터에서 지원하는 해상도를 나타냅니다. | +| [PrinterSettings](../com.aspose.drawing.printing/printersettings) | Windows Forms 애플리케이션에서 인쇄할 때, 인쇄되는 프린터를 포함하여 문서가 인쇄되는 방식에 대한 정보를 지정합니다. | +| [StandardPrintController](../com.aspose.drawing.printing/standardprintcontroller) | 프린터에 정보를 전송하는 인쇄 컨트롤러를 지정합니다. | diff --git a/korean/java/com.aspose.drawing.printing/pagesettings/_index.md b/korean/java/com.aspose.drawing.printing/pagesettings/_index.md new file mode 100644 index 000000000..a967d36d9 --- /dev/null +++ b/korean/java/com.aspose.drawing.printing/pagesettings/_index.md @@ -0,0 +1,74 @@ +--- +title: PageSettings +second_title: Aspose.Drawing for Java API 참조 +description: 단일 인쇄 페이지에 적용되는 설정을 지정합니다. +type: docs +weight: 10 +url: /ko/java/com.aspose.drawing.printing/pagesettings/ +--- +**Inheritance:** +java.lang.Object +``` +public class PageSettings +``` + +단일 인쇄 페이지에 적용되는 설정을 지정합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [PageSettings()](#PageSettings--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getBounds()](#getBounds--) | [PageSettings](../../com.aspose.drawing.printing/pagesettings) 속성에 지정된 페이지 방향을 고려하여 페이지 크기를 가져옵니다. | +| [getHardMarginX()](#getHardMarginX--) | 페이지 왼쪽의 하드 여백에 대한 x좌표를 인치의 백분의 일 단위로 가져옵니다. | +| [getHardMarginY()](#getHardMarginY--) | 페이지 상단의 하드 여백에 대한 y좌표를 인치의 백분의 일 단위로 가져옵니다. | +| [getPrinterResolution()](#getPrinterResolution--) | 페이지에 대한 프린터 해상도를 가져옵니다. | +### PageSettings() {#PageSettings--} +``` +public PageSettings() +``` + + +### getBounds() {#getBounds--} +``` +public final Rectangle getBounds() +``` + + +[PageSettings](../../com.aspose.drawing.printing/pagesettings) 속성에 지정된 페이지 방향을 고려하여 페이지 크기를 가져옵니다. + +**Returns:** +[Rectangle](../../com.aspose.drawing/rectangle) - A [Rectangle](../../com.aspose.drawing/rectangle) that represents the length and width, in hundredths of an inch, of the page. +### getHardMarginX() {#getHardMarginX--} +``` +public final float getHardMarginX() +``` + + +페이지 왼쪽의 하드 여백에 대한 x좌표를 인치의 백분의 일 단위로 가져옵니다. + +**Returns:** +float - 왼쪽 하드 여백의 x좌표를 인치의 백분의 일 단위로 나타냅니다. +### getHardMarginY() {#getHardMarginY--} +``` +public final float getHardMarginY() +``` + + +페이지 상단의 하드 여백에 대한 y좌표를 인치의 백분의 일 단위로 가져옵니다. + +**Returns:** +float - 페이지 상단 하드 여백의 y좌표를 인치의 백분의 일 단위로 나타냅니다. +### getPrinterResolution() {#getPrinterResolution--} +``` +public final PrinterResolution getPrinterResolution() +``` + + +페이지에 대한 프린터 해상도를 가져옵니다. + +**Returns:** +[PrinterResolution](../../com.aspose.drawing.printing/printerresolution) - A `PrinterResolution`([.getPrinterResolution](../../null/\#getPrinterResolution)) that specifies the printer resolution for the page. The default is the printer's default resolution. diff --git a/korean/java/com.aspose.drawing.printing/printdocument/_index.md b/korean/java/com.aspose.drawing.printing/printdocument/_index.md new file mode 100644 index 000000000..f578b2ace --- /dev/null +++ b/korean/java/com.aspose.drawing.printing/printdocument/_index.md @@ -0,0 +1,30 @@ +--- +title: PrintDocument +second_title: Aspose.Drawing for Java API 참조 +description: Windows Forms 애플리케이션에서 인쇄할 때 출력물을 프린터로 보내는 재사용 가능한 객체를 정의합니다. +type: docs +weight: 11 +url: /ko/java/com.aspose.drawing.printing/printdocument/ +--- +**Inheritance:** +java.lang.Object, java.awt.Component +``` +public class PrintDocument extends Component +``` + +Windows Forms 애플리케이션에서 인쇄할 때 프린터로 출력을 전송하는 재사용 가능한 객체를 정의합니다. + +-------------------- + +아직 구현되지 않았습니다. 모든 호출은 NotImplementedException을 발생시킵니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [PrintDocument()](#PrintDocument--) | | +### PrintDocument() {#PrintDocument--} +``` +public PrintDocument() +``` + + diff --git a/korean/java/com.aspose.drawing.printing/printerresolution/_index.md b/korean/java/com.aspose.drawing.printing/printerresolution/_index.md new file mode 100644 index 000000000..f87c12f64 --- /dev/null +++ b/korean/java/com.aspose.drawing.printing/printerresolution/_index.md @@ -0,0 +1,80 @@ +--- +title: PrinterResolution +second_title: Aspose.Drawing for Java API 참조 +description: 프린터에서 지원하는 해상도를 나타냅니다. +type: docs +weight: 15 +url: /ko/java/com.aspose.drawing.printing/printerresolution/ +--- +**Inheritance:** +java.lang.Object +``` +public class PrinterResolution +``` + +프린터에서 지원하는 해상도를 나타냅니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [PrinterResolution()](#PrinterResolution--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getX()](#getX--) | 수평 프린터 해상도를 인치당 도트(dpi) 단위로 가져옵니다. | +| [setX(int value)](#setX-int-) | 수평 프린터 해상도를 인치당 도트(dpi) 단위로 설정합니다. | +| [getY()](#getY--) | 수직 프린터 해상도를 인치당 도트(dpi) 단위로 가져옵니다. | +| [setY(int value)](#setY-int-) | 수직 프린터 해상도를 인치당 도트(dpi) 단위로 설정합니다. | +### PrinterResolution() {#PrinterResolution--} +``` +public PrinterResolution() +``` + + +### getX() {#getX--} +``` +public final int getX() +``` + + +수평 프린터 해상도를 인치당 도트(dpi) 단위로 가져옵니다. + +**Returns:** +int - `Kind`가 `PrinterResolutionKind.Custom`으로 설정된 경우 인치당 도트(dpi) 단위의 수평 프린터 해상도; 그렇지 않으면 dmPrintQuality 값. +### setX(int value) {#setX-int-} +``` +public final void setX(int value) +``` + + +수평 프린터 해상도를 인치당 도트(dpi) 단위로 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | 인치당 도트(dpi) 단위의 수평 프린터 해상도. | + +### getY() {#getY--} +``` +public final int getY() +``` + + +수직 프린터 해상도를 인치당 도트(dpi) 단위로 가져옵니다. + +**Returns:** +int - 인치당 도트(dpi) 단위의 수직 프린터 해상도. +### setY(int value) {#setY-int-} +``` +public final void setY(int value) +``` + + +수직 프린터 해상도를 인치당 도트(dpi) 단위로 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | 인치당 도트(dpi) 단위의 수직 프린터 해상도. | + diff --git a/korean/java/com.aspose.drawing.printing/printersettings/_index.md b/korean/java/com.aspose.drawing.printing/printersettings/_index.md new file mode 100644 index 000000000..8cc3748d8 --- /dev/null +++ b/korean/java/com.aspose.drawing.printing/printersettings/_index.md @@ -0,0 +1,88 @@ +--- +title: PrinterSettings +second_title: Aspose.Drawing for Java API 참조 +description: Windows Forms 애플리케이션에서 인쇄할 때 문서를 인쇄하는 방법 및 인쇄기를 포함한 정보를 지정합니다. +type: docs +weight: 16 +url: /ko/java/com.aspose.drawing.printing/printersettings/ +--- +**Inheritance:** +java.lang.Object +``` +public class PrinterSettings +``` + +Windows Forms 애플리케이션에서 인쇄할 때, 인쇄되는 프린터를 포함하여 문서가 인쇄되는 방식에 대한 정보를 지정합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [PrinterSettings()](#PrinterSettings--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getFromPage()](#getFromPage--) | 인쇄할 첫 번째 페이지 번호를 가져옵니다. | +| [getPrintRange()](#getPrintRange--) | 사용자가 인쇄하도록 지정한 페이지 번호를 가져옵니다. | +| [getToPage()](#getToPage--) | 인쇄할 마지막 페이지 번호를 가져옵니다. | +| [getPrinterName()](#getPrinterName--) | 사용할 프린터 이름을 가져옵니다. | +| [setPrinterName(String value)](#setPrinterName-java.lang.String-) | 사용할 프린터 이름을 설정합니다. | +### PrinterSettings() {#PrinterSettings--} +``` +public PrinterSettings() +``` + + +### getFromPage() {#getFromPage--} +``` +public static int getFromPage() +``` + + +인쇄할 첫 번째 페이지 번호를 가져옵니다. + +**Returns:** +int - 인쇄할 첫 번째 페이지 번호. +### getPrintRange() {#getPrintRange--} +``` +public static int getPrintRange() +``` + + +사용자가 인쇄하도록 지정한 페이지 번호를 가져옵니다. + +**Returns:** +int - `PrintRange`([.getPrintRange](../../null/\#getPrintRange)) 값 중 하나. +### getToPage() {#getToPage--} +``` +public static int getToPage() +``` + + +인쇄할 마지막 페이지 번호를 가져옵니다. + +**Returns:** +int - 인쇄할 마지막 페이지 번호. +### getPrinterName() {#getPrinterName--} +``` +public final String getPrinterName() +``` + + +사용할 프린터 이름을 가져옵니다. + +**Returns:** +java.lang.String - 사용할 프린터 이름. +### setPrinterName(String value) {#setPrinterName-java.lang.String-} +``` +public final void setPrinterName(String value) +``` + + +사용할 프린터 이름을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | java.lang.String | 사용할 프린터 이름. | + diff --git a/korean/java/com.aspose.drawing.printing/printeventargs/_index.md b/korean/java/com.aspose.drawing.printing/printeventargs/_index.md new file mode 100644 index 000000000..361da2b9e --- /dev/null +++ b/korean/java/com.aspose.drawing.printing/printeventargs/_index.md @@ -0,0 +1,30 @@ +--- +title: PrintEventArgs +second_title: Aspose.Drawing for Java API 참조 +description: EPrintDocument.BeginPrint 및 EPrintDocument.EndPrint 이벤트에 대한 데이터를 제공합니다. +type: docs +weight: 12 +url: /ko/java/com.aspose.drawing.printing/printeventargs/ +--- +**Inheritance:** +java.lang.Object +``` +public class PrintEventArgs +``` + +`E:PrintDocument.BeginPrint` 및 `E:PrintDocument.EndPrint` 이벤트에 대한 데이터를 제공합니다. + +-------------------- + +아직 구현되지 않았습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [PrintEventArgs()](#PrintEventArgs--) | | +### PrintEventArgs() {#PrintEventArgs--} +``` +public PrintEventArgs() +``` + + diff --git a/korean/java/com.aspose.drawing.printing/printpageeventargs/_index.md b/korean/java/com.aspose.drawing.printing/printpageeventargs/_index.md new file mode 100644 index 000000000..574929102 --- /dev/null +++ b/korean/java/com.aspose.drawing.printing/printpageeventargs/_index.md @@ -0,0 +1,77 @@ +--- +title: PrintPageEventArgs +second_title: Aspose.Drawing for Java API 참조 +description: EPrintDocument.PrintPage 이벤트에 대한 데이터를 제공합니다. +type: docs +weight: 13 +url: /ko/java/com.aspose.drawing.printing/printpageeventargs/ +--- +**Inheritance:** +java.lang.Object +``` +public class PrintPageEventArgs +``` + +`E:PrintDocument.PrintPage` 이벤트에 대한 데이터를 제공합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [PrintPageEventArgs()](#PrintPageEventArgs--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getGraphics()](#getGraphics--) | `Graphics`([.getGraphics](../../null/\#getGraphics))를 사용하여 페이지를 그리는 데 가져옵니다. | +| [hasMorePages()](#hasMorePages--) | 추가 페이지를 인쇄해야 하는지 여부를 나타내는 값을 가져옵니다. | +| [setMorePages(boolean value)](#setMorePages-boolean-) | 추가 페이지를 인쇄해야 하는지 여부를 나타내는 값을 설정합니다. | +| [getPageSettings()](#getPageSettings--) | 현재 페이지에 대한 페이지 설정을 가져옵니다. | +### PrintPageEventArgs() {#PrintPageEventArgs--} +``` +public PrintPageEventArgs() +``` + + +### getGraphics() {#getGraphics--} +``` +public final Graphics getGraphics() +``` + + +`Graphics`([.getGraphics](../../null/\#getGraphics))를 사용하여 페이지를 그리는 데 가져옵니다. + +**Returns:** +[Graphics](../../com.aspose.drawing/graphics) - The `Graphics`([.getGraphics](../../null/\#getGraphics)) used to paint the page. +### hasMorePages() {#hasMorePages--} +``` +public final boolean hasMorePages() +``` + + +추가 페이지를 인쇄해야 하는지 여부를 나타내는 값을 가져옵니다. + +**Returns:** +boolean - 추가 페이지를 인쇄해야 하면 `true`; 그렇지 않으면 false. 기본값은 `false`입니다. +### setMorePages(boolean value) {#setMorePages-boolean-} +``` +public final void setMorePages(boolean value) +``` + + +추가 페이지를 인쇄해야 하는지 여부를 나타내는 값을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | boolean | 추가 페이지를 인쇄해야 하는지 여부를 나타내는 값. | + +### getPageSettings() {#getPageSettings--} +``` +public final PageSettings getPageSettings() +``` + + +현재 페이지에 대한 페이지 설정을 가져옵니다. + +**Returns:** +[PageSettings](../../com.aspose.drawing.printing/pagesettings) - The page settings for the current page. diff --git a/korean/java/com.aspose.drawing.printing/printrange/_index.md b/korean/java/com.aspose.drawing.printing/printrange/_index.md new file mode 100644 index 000000000..28d56a8fc --- /dev/null +++ b/korean/java/com.aspose.drawing.printing/printrange/_index.md @@ -0,0 +1,55 @@ +--- +title: PrintRange +second_title: Aspose.Drawing for Java API 참조 +description: 인쇄할 문서의 부분을 지정합니다. +type: docs +weight: 14 +url: /ko/java/com.aspose.drawing.printing/printrange/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class PrintRange extends System.Enum +``` + +인쇄할 문서의 부분을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [AllPages](#AllPages) | 모든 페이지가 인쇄됩니다. | +| [Selection](#Selection) | 선택한 페이지가 인쇄됩니다. | +| [SomePages](#SomePages) | Drawing.Printing.PrinterSettings.FromPage와 Drawing.Printing.PrinterSettings.ToPage 사이의 페이지가 인쇄됩니다. | +| [CurrentPage](#CurrentPage) | 현재 표시된 페이지가 인쇄됩니다. | +### AllPages {#AllPages} +``` +public static final int AllPages +``` + + +모든 페이지가 인쇄됩니다. + +### Selection {#Selection} +``` +public static final int Selection +``` + + +선택한 페이지가 인쇄됩니다. + +### SomePages {#SomePages} +``` +public static final int SomePages +``` + + +Drawing.Printing.PrinterSettings.FromPage와 Drawing.Printing.PrinterSettings.ToPage 사이의 페이지가 인쇄됩니다. + +### CurrentPage {#CurrentPage} +``` +public static final int CurrentPage +``` + + +현재 표시된 페이지가 인쇄됩니다. + diff --git a/korean/java/com.aspose.drawing.printing/standardprintcontroller/_index.md b/korean/java/com.aspose.drawing.printing/standardprintcontroller/_index.md new file mode 100644 index 000000000..528fd81a1 --- /dev/null +++ b/korean/java/com.aspose.drawing.printing/standardprintcontroller/_index.md @@ -0,0 +1,26 @@ +--- +title: StandardPrintController +second_title: Aspose.Drawing for Java API 참조 +description: 프린터에 정보를 전송하는 인쇄 컨트롤러를 지정합니다. +type: docs +weight: 17 +url: /ko/java/com.aspose.drawing.printing/standardprintcontroller/ +--- +**Inheritance:** +java.lang.Object +``` +public class StandardPrintController +``` + +프린터에 정보를 전송하는 인쇄 컨트롤러를 지정합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [StandardPrintController()](#StandardPrintController--) | | +### StandardPrintController() {#StandardPrintController--} +``` +public StandardPrintController() +``` + + diff --git a/korean/java/com.aspose.drawing.text/_index.md b/korean/java/com.aspose.drawing.text/_index.md new file mode 100644 index 000000000..45d5a0df3 --- /dev/null +++ b/korean/java/com.aspose.drawing.text/_index.md @@ -0,0 +1,18 @@ +--- +title: com.aspose.drawing.text +second_title: Aspose.Drawing for Java API 참조 +description: +type: docs +weight: 15 +url: /ko/java/com.aspose.drawing.text/ +--- + +## 클래스 + +| 클래스 | 설명 | +| --- | --- | +| [GenericFontFamilies](../com.aspose.drawing.text/genericfontfamilies) | 일반적인 [FontFamily](../com.aspose.drawing/fontfamily) 객체를 지정합니다. | +| [HotkeyPrefix](../com.aspose.drawing.text/hotkeyprefix) | 텍스트와 관련된 단축키 접두사의 표시 유형을 지정합니다. | +| [InstalledFontCollection](../com.aspose.drawing.text/installedfontcollection) | 시스템에 설치된 글꼴을 나타냅니다. | +| [PrivateFontCollection](../com.aspose.drawing.text/privatefontcollection) | 클라이언트 애플리케이션에서 제공하는 글꼴 파일로 만든 글꼴 패밀리 컬렉션을 제공합니다. | +| [TextRenderingHint](../com.aspose.drawing.text/textrenderinghint) | 텍스트 렌더링 품질을 지정합니다. | diff --git a/korean/java/com.aspose.drawing.text/genericfontfamilies/_index.md b/korean/java/com.aspose.drawing.text/genericfontfamilies/_index.md new file mode 100644 index 000000000..76d3bd3d4 --- /dev/null +++ b/korean/java/com.aspose.drawing.text/genericfontfamilies/_index.md @@ -0,0 +1,46 @@ +--- +title: GenericFontFamilies +second_title: Aspose.Drawing for Java API 참조 +description: 일반적인 객체를 지정합니다. +type: docs +weight: 10 +url: /ko/java/com.aspose.drawing.text/genericfontfamilies/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class GenericFontFamilies extends System.Enum +``` + +일반적인 [FontFamily](../../com.aspose.drawing/fontfamily) 객체를 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Serif](#Serif) | 일반적인 Serif [FontFamily](../../com.aspose.drawing/fontfamily) 객체. | +| [SansSerif](#SansSerif) | 일반적인 Sans Serif [FontFamily](../../com.aspose.drawing/fontfamily) 객체. | +| [Monospace](#Monospace) | 일반적인 Monospace [FontFamily](../../com.aspose.drawing/fontfamily) 객체. | +### Serif {#Serif} +``` +public static final int Serif +``` + + +일반적인 Serif [FontFamily](../../com.aspose.drawing/fontfamily) 객체. + +### SansSerif {#SansSerif} +``` +public static final int SansSerif +``` + + +일반적인 Sans Serif [FontFamily](../../com.aspose.drawing/fontfamily) 객체. + +### Monospace {#Monospace} +``` +public static final int Monospace +``` + + +일반적인 Monospace [FontFamily](../../com.aspose.drawing/fontfamily) 객체. + diff --git a/korean/java/com.aspose.drawing.text/hotkeyprefix/_index.md b/korean/java/com.aspose.drawing.text/hotkeyprefix/_index.md new file mode 100644 index 000000000..0befa6acf --- /dev/null +++ b/korean/java/com.aspose.drawing.text/hotkeyprefix/_index.md @@ -0,0 +1,46 @@ +--- +title: HotkeyPrefix +second_title: Aspose.Drawing for Java API 참조 +description: 텍스트와 관련된 단축키 접두사의 표시 유형을 지정합니다. +type: docs +weight: 11 +url: /ko/java/com.aspose.drawing.text/hotkeyprefix/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class HotkeyPrefix extends System.Enum +``` + +텍스트와 관련된 단축키 접두사의 표시 유형을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [None](#None) | 핫키 접두사가 없습니다. | +| [Show](#Show) | 핫키 접두사를 표시합니다. | +| [Hide](#Hide) | 핫키 접두사를 표시하지 않습니다. | +### None {#None} +``` +public static final int None +``` + + +핫키 접두사가 없습니다. + +### Show {#Show} +``` +public static final int Show +``` + + +핫키 접두사를 표시합니다. + +### Hide {#Hide} +``` +public static final int Hide +``` + + +핫키 접두사를 표시하지 않습니다. + diff --git a/korean/java/com.aspose.drawing.text/installedfontcollection/_index.md b/korean/java/com.aspose.drawing.text/installedfontcollection/_index.md new file mode 100644 index 000000000..57df6ed5a --- /dev/null +++ b/korean/java/com.aspose.drawing.text/installedfontcollection/_index.md @@ -0,0 +1,60 @@ +--- +title: InstalledFontCollection +second_title: Aspose.Drawing for Java API 참조 +description: 시스템에 설치된 글꼴을 나타냅니다. +type: docs +weight: 12 +url: /ko/java/com.aspose.drawing.text/installedfontcollection/ +--- +**Inheritance:** +java.lang.Object, [com.aspose.drawing.FontCollection](../../com.aspose.drawing/fontcollection) +``` +public final class InstalledFontCollection extends FontCollection +``` + +시스템에 설치된 글꼴을 나타냅니다. 이 클래스는 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [InstalledFontCollection()](#InstalledFontCollection--) | 전역 시스템 글꼴 컬렉션에서 패밀리를 제거합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [addFamilies(FontFamily[] families)](#addFamilies-com.aspose.drawing.FontFamily---) | 전역 시스템 글꼴 컬렉션에 패밀리를 추가합니다. | +| [removeFamilies(FontFamily[] families)](#removeFamilies-com.aspose.drawing.FontFamily---) | 전역 시스템 글꼴 컬렉션에서 패밀리를 제거합니다. | +### InstalledFontCollection() {#InstalledFontCollection--} +``` +public InstalledFontCollection() +``` + + +전역 시스템 글꼴 컬렉션에서 패밀리를 제거합니다. + +### addFamilies(FontFamily[] families) {#addFamilies-com.aspose.drawing.FontFamily---} +``` +public void addFamilies(FontFamily[] families) +``` + + +전역 시스템 글꼴 컬렉션에 패밀리를 추가합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| families | [FontFamily\[\]](../../com.aspose.drawing/fontfamily) | 새로운 패밀리들. | + +### removeFamilies(FontFamily[] families) {#removeFamilies-com.aspose.drawing.FontFamily---} +``` +public void removeFamilies(FontFamily[] families) +``` + + +전역 시스템 글꼴 컬렉션에서 패밀리를 제거합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| families | [FontFamily\[\]](../../com.aspose.drawing/fontfamily) | 제거할 패밀리들. | + diff --git a/korean/java/com.aspose.drawing.text/privatefontcollection/_index.md b/korean/java/com.aspose.drawing.text/privatefontcollection/_index.md new file mode 100644 index 000000000..615de1271 --- /dev/null +++ b/korean/java/com.aspose.drawing.text/privatefontcollection/_index.md @@ -0,0 +1,61 @@ +--- +title: PrivateFontCollection +second_title: Aspose.Drawing for Java API 참조 +description: 클라이언트 애플리케이션에서 제공하는 글꼴 파일로 만든 글꼴 패밀리 컬렉션을 제공합니다. +type: docs +weight: 13 +url: /ko/java/com.aspose.drawing.text/privatefontcollection/ +--- +**Inheritance:** +java.lang.Object, [com.aspose.drawing.FontCollection](../../com.aspose.drawing/fontcollection) +``` +public final class PrivateFontCollection extends FontCollection +``` + +클라이언트 애플리케이션에서 제공하는 글꼴 파일로 만든 글꼴 패밀리 컬렉션을 제공합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [PrivateFontCollection()](#PrivateFontCollection--) | [PrivateFontCollection](../../com.aspose.drawing.text/privatefontcollection) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [addFontFile(String filename)](#addFontFile-java.lang.String-) | 지정된 파일에서 폰트를 추가하여 이 [PrivateFontCollection](../../com.aspose.drawing.text/privatefontcollection)에 추가합니다. | +| [addMemoryFont(byte[] memory, int length)](#addMemoryFont-byte---int-) | 시스템 메모리에 포함된 폰트를 이 [PrivateFontCollection](../../com.aspose.drawing.text/privatefontcollection)에 추가합니다. | +### PrivateFontCollection() {#PrivateFontCollection--} +``` +public PrivateFontCollection() +``` + + +[PrivateFontCollection](../../com.aspose.drawing.text/privatefontcollection) 클래스의 새 인스턴스를 초기화합니다. + +### addFontFile(String filename) {#addFontFile-java.lang.String-} +``` +public void addFontFile(String filename) +``` + + +지정된 파일에서 폰트를 추가하여 이 [PrivateFontCollection](../../com.aspose.drawing.text/privatefontcollection)에 추가합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| filename | java.lang.String | 추가할 폰트의 파일 이름을 포함하는 문자열입니다. | + +### addMemoryFont(byte[] memory, int length) {#addMemoryFont-byte---int-} +``` +public void addMemoryFont(byte[] memory, int length) +``` + + +시스템 메모리에 포함된 폰트를 이 [PrivateFontCollection](../../com.aspose.drawing.text/privatefontcollection)에 추가합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 메모리 | byte[] | 추가할 폰트의 메모리 주소입니다. | +| length | int | 추가할 폰트의 메모리 길이입니다. | + diff --git a/korean/java/com.aspose.drawing.text/textrenderinghint/_index.md b/korean/java/com.aspose.drawing.text/textrenderinghint/_index.md new file mode 100644 index 000000000..6115c02a0 --- /dev/null +++ b/korean/java/com.aspose.drawing.text/textrenderinghint/_index.md @@ -0,0 +1,73 @@ +--- +title: TextRenderingHint +second_title: Aspose.Drawing for Java API 참조 +description: 텍스트 렌더링 품질을 지정합니다. +type: docs +weight: 14 +url: /ko/java/com.aspose.drawing.text/textrenderinghint/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class TextRenderingHint extends System.Enum +``` + +텍스트 렌더링 품질을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [SystemDefault](#SystemDefault) | 각 문자는 해당 글리프 비트맵을 사용하여 시스템 기본 렌더링 힌트와 함께 그려집니다. | +| [SingleBitPerPixelGridFit](#SingleBitPerPixelGridFit) | 각 문자는 해당 글리프 비트맵을 사용하여 그려집니다. | +| [SingleBitPerPixel](#SingleBitPerPixel) | 각 문자는 해당 글리프 비트맵을 사용하여 그려집니다. | +| [AntiAliasGridFit](#AntiAliasGridFit) | 각 문자는 힌팅이 적용된 안티앨리어싱 글리프 비트맵을 사용하여 그려집니다. | +| [AntiAlias](#AntiAlias) | 각 문자는 힌팅 없이 안티앨리어싱 글리프 비트맵을 사용하여 그려집니다. | +| [ClearTypeGridFit](#ClearTypeGridFit) | 각 문자는 힌팅이 적용된 ClearType 글리프 비트맵을 사용하여 그려집니다. | +### SystemDefault {#SystemDefault} +``` +public static final int SystemDefault +``` + + +각 문자는 해당 글리프 비트맵을 사용하여 시스템 기본 렌더링 힌트와 함께 그려집니다. 텍스트는 사용자가 시스템에 대해 선택한 폰트 스무딩 설정에 따라 그려집니다. + +### SingleBitPerPixelGridFit {#SingleBitPerPixelGridFit} +``` +public static final int SingleBitPerPixelGridFit +``` + + +각 문자는 해당 글리프 비트맵을 사용하여 그려집니다. 힌팅은 줄기와 곡선에서 문자 모양을 개선하는 데 사용됩니다. + +### SingleBitPerPixel {#SingleBitPerPixel} +``` +public static final int SingleBitPerPixel +``` + + +각 문자는 해당 글리프 비트맵을 사용하여 그려집니다. 힌팅이 사용되지 않습니다. + +### AntiAliasGridFit {#AntiAliasGridFit} +``` +public static final int AntiAliasGridFit +``` + + +각 문자는 힌팅이 적용된 안티앨리어싱 글리프 비트맵을 사용하여 그려집니다. 안티앨리어싱으로 인해 품질이 크게 향상되지만, 성능 비용이 더 높습니다. + +### AntiAlias {#AntiAlias} +``` +public static final int AntiAlias +``` + + +각 문자는 힌팅 없이 안티앨리어싱 글리프 비트맵을 사용하여 그려집니다. 안티앨리어싱으로 인해 품질이 향상됩니다. 힌팅이 꺼져 있기 때문에 줄기 너비 차이가 눈에 띌 수 있습니다. + +### ClearTypeGridFit {#ClearTypeGridFit} +``` +public static final int ClearTypeGridFit +``` + + +각 문자는 힌팅이 적용된 글리프 ClearType 비트맵을 사용하여 그려집니다. 최고 품질 설정입니다. ClearType 글꼴 기능을 활용하기 위해 사용됩니다. + diff --git a/korean/java/com.aspose.drawing/_index.md b/korean/java/com.aspose.drawing/_index.md new file mode 100644 index 000000000..386d077a1 --- /dev/null +++ b/korean/java/com.aspose.drawing/_index.md @@ -0,0 +1,64 @@ +--- +title: com.aspose.drawing +second_title: Aspose.Drawing for Java API 참조 +description: Aspose.Drawing은 .NET 애플리케이션에서 GDI와 동일한 2D 그리기 기능을 제공하는 그래픽 API입니다. +type: docs +weight: 10 +url: /ko/java/com.aspose.drawing/ +--- + +Aspose.Drawing은 .NET 애플리케이션에서 GDI+와 동일한 2D 드로잉 기능을 제공하는 그래픽 API입니다. + + +## 클래스 + +| 클래스 | 설명 | +| --- | --- | +| [Bitmap](../com.aspose.drawing/bitmap) | 그래픽 이미지의 픽셀 데이터와 해당 속성으로 구성된 비트맵을 캡슐화합니다. | +| [Brush](../com.aspose.drawing/brush) | 사각형, 타원, 파이, 다각형 및 경로와 같은 그래픽 형태의 내부를 채우는 데 사용되는 객체를 정의합니다. | +| [Brushes](../com.aspose.drawing/brushes) | 표준 색상 전체에 대한 브러시입니다. | +| [CharacterRange](../com.aspose.drawing/characterrange) | 문자열 내 문자 위치 범위를 지정합니다. | +| [Color](../com.aspose.drawing/color) | ARGB(알파, 빨강, 초록, 파랑) 색상을 나타냅니다. | +| [ColorConverter](../com.aspose.drawing/colorconverter) | 색상을 한 데이터 유형에서 다른 유형으로 변환합니다. | +| [ColorTranslator](../com.aspose.drawing/colortranslator) | 색상을 GDI+ [Color](../com.aspose.drawing/color) 구조로 변환하고 역변환합니다. | +| [ContentAlignment](../com.aspose.drawing/contentalignment) | 그리기 표면에서 내용의 정렬을 지정합니다. | +| [CopyPixelOperation](../com.aspose.drawing/copypixeloperation) | 복사 픽셀 작업에서 원본 색상이 대상 색상과 결합되어 최종 색상을 생성하는 방식을 결정합니다. | +| [DrawingSettings](../com.aspose.drawing/drawingsettings) | 아직 완전히 구현되지 않은 일부 기능을 사용할 경우 그리기 라이브러리의 동작을 조정할 수 있도록 합니다. | +| [Features](../com.aspose.drawing/features) | Aspose.Drawing 라이브러리의 기능입니다. | +| [Font](../com.aspose.drawing/font) | 글꼴, 크기 및 스타일 속성을 포함한 텍스트의 특정 형식을 정의합니다. | +| [FontCollection](../com.aspose.drawing/fontcollection) | 설치된 및 개인 폰트 컬렉션을 위한 기본 클래스를 제공합니다. | +| [FontDefinitionExt](../com.aspose.drawing/fontdefinitionext) | Class는 글꼴 정의를 포함합니다, | +| [FontFamily](../com.aspose.drawing/fontfamily) | 유사한 기본 디자인과 스타일의 일부 변형을 가진 타입 페이스 그룹을 정의합니다. | +| [FontFamilyDefinition](../com.aspose.drawing/fontfamilydefinition) | 폰트 패밀리 정의입니다. | +| [FontStyle](../com.aspose.drawing/fontstyle) | 텍스트에 적용되는 스타일 정보를 지정합니다. | +| [Graphics](../com.aspose.drawing/graphics) | 그리기 표면을 캡슐화합니다. | +| [Graphics.DrawImageAbort](../com.aspose.drawing/graphics.drawimageabort) | | +| [Graphics.EnumerateMetafileProc](../com.aspose.drawing/graphics.enumeratemetafileproc) | | +| [Graphics.EnumerateMetafileProcByte](../com.aspose.drawing/graphics.enumeratemetafileprocbyte) | | +| [GraphicsUnit](../com.aspose.drawing/graphicsunit) | 주어진 데이터의 측정 단위를 지정합니다. | +| [Icon](../com.aspose.drawing/icon) | 객체를 나타내는 데 사용되는 작은 비트맵 이미지인 Windows 아이콘을 나타냅니다. | +| [Image](../com.aspose.drawing/image) | Bitmap 및 Metafile 파생 클래스에 대한 기능을 제공하는 추상 기본 클래스입니다. | +| [Image.GetThumbnailImageAbort](../com.aspose.drawing/image.getthumbnailimageabort) | 시점에 [.\#getThumbnailImage(int, int, GetThumbnailImageAbort, IntPtr)](../null/\#getThumbnailImage-int--int--GetThumbnailImageAbort--IntPtr-) 메서드가 조기에 실행을 취소해야 하는지를 결정하기 위한 콜백 메서드를 제공합니다. | +| [KnownColor](../com.aspose.drawing/knowncolor) | 알려진 시스템 색상을 지정합니다. | +| [License](../com.aspose.drawing/license) | 구성 요소에 라이선스를 부여하는 메서드를 제공합니다. | +| [MeteredExt](../com.aspose.drawing/meteredext) | 계량 키를 설정하는 메서드를 제공합니다. | +| [Pen](../com.aspose.drawing/pen) | 선과 곡선을 그리는 데 사용되는 객체를 정의합니다. | +| [Pens](../com.aspose.drawing/pens) | 표준 색상에 대한 펜입니다. | +| [Point](../com.aspose.drawing/point) | 2차원 평면에서 점을 정의하는 정수 x 및 y 좌표의 순서쌍을 나타냅니다. | +| [PointF](../com.aspose.drawing/pointf) | 2차원 평면에서 점을 정의하는 부동소수점 x 및 y 좌표의 순서쌍을 나타냅니다. | +| [Rectangle](../com.aspose.drawing/rectangle) | 사각형의 위치와 크기를 나타내는 네 개의 정수를 저장합니다. | +| [RectangleF](../com.aspose.drawing/rectanglef) | 사각형의 위치와 크기를 나타내는 네 개의 부동소수점 숫자를 저장합니다. | +| [Region](../com.aspose.drawing/region) | 사각형 및 경로로 구성된 그래픽 도형의 내부를 설명합니다. | +| [RotateFlipType](../com.aspose.drawing/rotatefliptype) | 이미지 회전 방향과 이미지를 뒤집는 데 사용되는 축을 지정합니다. | +| [Size](../com.aspose.drawing/size) | 보통 사각형의 너비와 높이를 나타내는 정수 순서쌍을 저장합니다. | +| [SizeF](../com.aspose.drawing/sizef) | 보통 사각형의 너비와 높이를 나타내는 부동소수점 숫자 순서쌍을 저장합니다. | +| [SolidBrush](../com.aspose.drawing/solidbrush) | 단일 색상의 브러시를 정의합니다. | +| [StringAlignment](../com.aspose.drawing/stringalignment) | 텍스트 문자열을 레이아웃 사각형에 상대적인 정렬을 지정합니다. | +| [StringDigitSubstitute](../com.aspose.drawing/stringdigitsubstitute) | 사용자의 로케일 또는 언어에 따라 문자열의 숫자를 대체하는 방법을 지정하는 [StringDigitSubstitute](../com.aspose.drawing/stringdigitsubstitute) 열거형입니다. | +| [StringFormat](../com.aspose.drawing/stringformat) | 정렬, 방향 및 탭 정지와 같은 텍스트 레이아웃 정보를 캡슐화하고, 생략 부호 삽입 및 국가별 숫자 대체와 같은 표시 조작 및 OpenType 기능을 포함합니다. | +| [StringFormatFlags](../com.aspose.drawing/stringformatflags) | 텍스트 문자열에 대한 표시 및 레이아웃 정보를 지정합니다. | +| [StringTrimming](../com.aspose.drawing/stringtrimming) | 레이아웃 형태에 완전히 맞지 않는 문자열에서 문자를 잘라내는 방법을 지정합니다. | +| [SystemColors](../com.aspose.drawing/systemcolors) | 각 속성은 [SystemColors](../com.aspose.drawing/systemcolors) 클래스의 [Color](../com.aspose.drawing/color) 구조이며, Windows 디스플레이 요소의 색상입니다. | +| [SystemFonts](../com.aspose.drawing/systemfonts) | Windows 디스플레이 요소에 텍스트를 표시하는 데 사용되는 글꼴을 지정합니다. | +| [SystemIcons](../com.aspose.drawing/systemicons) | 각 속성은 SystemIcons 클래스의 [Icon](../com.aspose.drawing/icon) 객체이며, Windows 전체 시스템 아이콘용입니다. | +| [TextureBrush](../com.aspose.drawing/texturebrush) | 각 속성은 TextureBrush 클래스의 Brush 객체이며, 이미지를 사용해 도형 내부를 채웁니다. | diff --git a/korean/java/com.aspose.drawing/bitmap/_index.md b/korean/java/com.aspose.drawing/bitmap/_index.md new file mode 100644 index 000000000..e906b73e1 --- /dev/null +++ b/korean/java/com.aspose.drawing/bitmap/_index.md @@ -0,0 +1,504 @@ +--- +title: 비트맵 +second_title: Aspose.Drawing for Java API 참조 +description: 그래픽 이미지의 픽셀 데이터와 해당 속성으로 구성된 비트맵을 캡슐화합니다. +type: docs +weight: 10 +url: /ko/java/com.aspose.drawing/bitmap/ +--- +**Inheritance:** +java.lang.Object, [com.aspose.drawing.Image](../../com.aspose.drawing/image) +``` +public class Bitmap extends Image +``` + +그래픽 이미지의 픽셀 데이터와 해당 속성으로 구성된 비트맵을 캡슐화합니다. [Bitmap](../../com.aspose.drawing/bitmap)은 픽셀 데이터로 정의된 이미지를 다루는 데 사용되는 객체입니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [Bitmap(int width, int height)](#Bitmap-int-int-) | 지정된 크기로 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. | +| [Bitmap(String filename)](#Bitmap-java.lang.String-) | 지정된 파일에서 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. | +| [Bitmap(String filename, boolean useIcm)](#Bitmap-java.lang.String-boolean-) | 지정된 파일에서 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. | +| [Bitmap(InputStream stream)](#Bitmap-java.io.InputStream-) | 지정된 데이터 스트림에서 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. | +| [Bitmap(InputStream stream, boolean useIcm)](#Bitmap-java.io.InputStream-boolean-) | 지정된 데이터 스트림에서 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. | +| [Bitmap(int width, int height, int format)](#Bitmap-int-int-int-) | 지정된 크기와 형식으로 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. | +| [Bitmap(int width, int height, int stride, int format, int[] data)](#Bitmap-int-int-int-int-int---) | 지정된 크기와 픽셀 데이터로 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. | +| [Bitmap(Image original)](#Bitmap-com.aspose.drawing.Image-) | 지정된 기존 이미지에서 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. | +| [Bitmap(Image original, Size newSize)](#Bitmap-com.aspose.drawing.Image-com.aspose.drawing.Size-) | 지정된 기존 이미지를 지정된 크기로 스케일링하여 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. | +| [Bitmap(Image original, int width, int height)](#Bitmap-com.aspose.drawing.Image-int-int-) | 지정된 기존 이미지를 지정된 크기로 스케일링하여 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getWidth()](#getWidth--) | 이 비트맵의 너비(픽셀)를 가져옵니다. | +| [getHeight()](#getHeight--) | 이 비트맵의 높이(픽셀)를 가져옵니다. | +| [getRawFormat()](#getRawFormat--) | 이 [Image](../../com.aspose.drawing/image)의 파일 형식을 가져옵니다. | +| [getPixelFormat()](#getPixelFormat--) | 이 [Image](../../com.aspose.drawing/image)의 픽셀 형식을 가져옵니다. | +| [getPalette()](#getPalette--) | 이 [Image](../../com.aspose.drawing/image)에 사용되는 색상 팔레트를 가져오거나 설정합니다. | +| [setPalette(ColorPalette value)](#setPalette-com.aspose.drawing.imaging.ColorPalette-) | 이 [Image](../../com.aspose.drawing/image)에 사용되는 색상 팔레트를 가져오거나 설정합니다. | +| [getFrameDimensionsList()](#getFrameDimensionsList--) | 이 [Image](../../com.aspose.drawing/image) 내 프레임의 차원을 나타내는 GUID 배열을 가져옵니다. | +| [getPropertyIdList()](#getPropertyIdList--) | 이 [Image](../../com.aspose.drawing/image)에 저장된 속성 항목의 ID를 가져옵니다. | +| [getPropertyItems()](#getPropertyItems--) | 이 [Image](../../com.aspose.drawing/image)에 저장된 모든 속성 항목(메타데이터 조각)을 가져옵니다. | +| [deepClone(Rectangle rect, int format)](#deepClone-com.aspose.drawing.Rectangle-int-) | 이 [Bitmap](../../com.aspose.drawing/bitmap)의 [Rectangle](../../com.aspose.drawing/rectangle) 구조로 정의된 섹션을 지정된 `PixelFormat`([Image.getPixelFormat](../../com.aspose.drawing/image\#getPixelFormat)) 열거형을 사용하여 복사합니다. | +| [deepClone(RectangleF rect, int format)](#deepClone-com.aspose.drawing.RectangleF-int-) | 지정된 [PixelFormat](../../com.aspose.drawing.imaging/pixelformat) 열거형으로 정의된 이 [Bitmap](../../com.aspose.drawing/bitmap)의 섹션을 복사합니다. | +| [setResolution(float xDpi, float yDpi)](#setResolution-float-float-) | 이 [Bitmap](../../com.aspose.drawing/bitmap)의 해상도를 설정합니다. | +| [lockBits(Rectangle rect, int flags, int format)](#lockBits-com.aspose.drawing.Rectangle-int-int-) | 시스템 메모리에 [Bitmap](../../com.aspose.drawing/bitmap)을 잠급니다. | +| [unlockBits(BitmapData bitmapData)](#unlockBits-com.aspose.drawing.imaging.BitmapData-) | 시스템 메모리에서 이 [Bitmap](../../com.aspose.drawing/bitmap)의 잠금을 해제합니다. | +| [getPixel(int x, int y)](#getPixel-int-int-) | 이 [Bitmap](../../com.aspose.drawing/bitmap)에서 지정된 픽셀의 색상을 가져옵니다. | +| [setPixel(int x, int y, Color color)](#setPixel-int-int-com.aspose.drawing.Color-) | 이 [Bitmap](../../com.aspose.drawing/bitmap)에서 지정된 픽셀의 색상을 설정합니다. | +| [readArgb32Pixels(int[] pixels)](#readArgb32Pixels-int---) | 주어진 배열에 ARGB32 형식의 비트맵 픽셀을 읽어들입니다. | +| [writeArgb32Pixels(int[] pixels)](#writeArgb32Pixels-int---) | 픽셀을 비트맵에 씁니다. | +| [makeTransparent()](#makeTransparent--) | 이 [Bitmap](../../com.aspose.drawing/bitmap)에서 지정된 색상을 투명하게 만듭니다. | +| [makeTransparent(Color transparentColor)](#makeTransparent-com.aspose.drawing.Color-) | 이 [Bitmap](../../com.aspose.drawing/bitmap)에서 지정된 색상을 투명하게 만듭니다. | +| [rotateFlip(int rotateFlipType)](#rotateFlip-int-) | 이 메서드는 [Image](../../com.aspose.drawing/image)를 회전하거나 뒤집거나 회전 및 뒤집기를 수행합니다. | +| [getPropertyItem(int propid)](#getPropertyItem-int-) | 이 [Image](../../com.aspose.drawing/image)에서 지정된 속성 항목을 가져옵니다. | +| [removePropertyItem(int propid)](#removePropertyItem-int-) | 이 [Image](../../com.aspose.drawing/image)에서 지정된 속성 항목을 제거합니다. | +| [setPropertyItem(PropertyItem propitem)](#setPropertyItem-com.aspose.drawing.imaging.PropertyItem-) | 이 [Image](../../com.aspose.drawing/image)에 속성 항목(메타데이터 조각)을 저장합니다. | +### Bitmap(int width, int height) {#Bitmap-int-int-} +``` +public Bitmap(int width, int height) +``` + + +지정된 크기로 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 너비 | int | 새 Bitmap의 너비(픽셀 단위)입니다. | +| | 높이 | int | 새 Bitmap의 높이(픽셀 단위)입니다. | + +-------------------- + +현재 지원되는 유일한 내부 비트맵 형식은 `PixelFormat.Format32bppPArgb`와 동일합니다. | + +### Bitmap(String filename) {#Bitmap-java.lang.String-} +``` +public Bitmap(String filename) +``` + + +지정된 파일에서 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| filename | java.lang.String | 비트맵 파일의 이름입니다. | + +### Bitmap(String filename, boolean useIcm) {#Bitmap-java.lang.String-boolean-} +``` +public Bitmap(String filename, boolean useIcm) +``` + + +지정된 파일에서 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| filename | java.lang.String | 비트맵 파일의 이름입니다. | +| useIcm | boolean | 이 [Bitmap](../../com.aspose.drawing/bitmap)에 색 보정을 사용하려면 true, 그렇지 않으면 false. | + +### Bitmap(InputStream stream) {#Bitmap-java.io.InputStream-} +``` +public Bitmap(InputStream stream) +``` + + +지정된 데이터 스트림에서 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| stream | java.io.InputStream | 이미지를 로드하는 데 사용되는 데이터 스트림입니다. | + +### Bitmap(InputStream stream, boolean useIcm) {#Bitmap-java.io.InputStream-boolean-} +``` +public Bitmap(InputStream stream, boolean useIcm) +``` + + +지정된 데이터 스트림에서 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| stream | java.io.InputStream | 이미지를 로드하는 데 사용되는 데이터 스트림입니다. | +| useIcm | boolean | `true`이면 이 [Bitmap](../../com.aspose.drawing/bitmap)에 색 보정을 사용하고, 그렇지 않으면 `false`. | + +### Bitmap(int width, int height, int format) {#Bitmap-int-int-int-} +``` +public Bitmap(int width, int height, int format) +``` + + +지정된 크기와 형식으로 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| width | int | 새 [Bitmap](../../com.aspose.drawing/bitmap)의 너비(픽셀 단위)입니다. | +| height | int | 새 [Bitmap](../../com.aspose.drawing/bitmap)의 높이(픽셀 단위)입니다. | +| format | int | 새 [Bitmap](../../com.aspose.drawing/bitmap)의 `PixelFormat`([Image.getPixelFormat](../../com.aspose.drawing/image\#getPixelFormat)) 열거형입니다. | + +### Bitmap(int width, int height, int stride, int format, int[] data) {#Bitmap-int-int-int-int-int---} +``` +public Bitmap(int width, int height, int stride, int format, int[] data) +``` + + +지정된 크기와 픽셀 데이터로 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| width | int | 새 [Bitmap](../../com.aspose.drawing/bitmap)의 너비(픽셀 단위)입니다. | +| height | int | 새 [Bitmap](../../com.aspose.drawing/bitmap)의 높이(픽셀 단위)입니다. | +| stride | int | 한 스캔 라인 시작과 다음 라인 시작 사이의 바이트 오프셋이며, 4의 배수여야 합니다. | +| format | int | 새 [Bitmap](../../com.aspose.drawing/bitmap)의 `PixelFormat`([Image.getPixelFormat](../../com.aspose.drawing/image\#getPixelFormat)) 열거형입니다. | +| 데이터 | int[] | 픽셀 데이터입니다. | + +### Bitmap(Image original) {#Bitmap-com.aspose.drawing.Image-} +``` +public Bitmap(Image original) +``` + + +지정된 기존 이미지에서 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| original | [Image](../../com.aspose.drawing/image) | 새 [Bitmap](../../com.aspose.drawing/bitmap)을 생성할 [Image](../../com.aspose.drawing/image)입니다. | + +### Bitmap(Image original, Size newSize) {#Bitmap-com.aspose.drawing.Image-com.aspose.drawing.Size-} +``` +public Bitmap(Image original, Size newSize) +``` + + +지정된 기존 이미지를 지정된 크기로 스케일링하여 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| original | [Image](../../com.aspose.drawing/image) | 새 [Bitmap](../../com.aspose.drawing/bitmap)을 생성할 [Image](../../com.aspose.drawing/image) | +| newSize | [Size](../../com.aspose.drawing/size) | The 새로운 [Bitmap](../../com.aspose.drawing/bitmap)의 크기를 나타내는 `Size`([Image.getSize](../../com.aspose.drawing/image\#getSize)) 구조체. | + +### Bitmap(Image original, int width, int height) {#Bitmap-com.aspose.drawing.Image-int-int-} +``` +public Bitmap(Image original, int width, int height) +``` + + +지정된 기존 이미지를 지정된 크기로 스케일링하여 [Bitmap](../../com.aspose.drawing/bitmap) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| original | [Image](../../com.aspose.drawing/image) | 새 [Bitmap](../../com.aspose.drawing/bitmap)을 생성할 [Image](../../com.aspose.drawing/image)입니다. | +| width | int | 새 [Bitmap](../../com.aspose.drawing/bitmap)의 너비(픽셀 단위)입니다. | +| height | int | 새 [Bitmap](../../com.aspose.drawing/bitmap)의 높이(픽셀 단위)입니다. | + +### getWidth() {#getWidth--} +``` +public int getWidth() +``` + + +이 비트맵의 너비(픽셀)를 가져옵니다. + +**Returns:** +int +### getHeight() {#getHeight--} +``` +public int getHeight() +``` + + +이 비트맵의 높이(픽셀)를 가져옵니다. + +**Returns:** +int +### getRawFormat() {#getRawFormat--} +``` +public ImageFormat getRawFormat() +``` + + +이 [Image](../../com.aspose.drawing/image)의 파일 형식을 가져옵니다. + +**Returns:** +[ImageFormat](../../com.aspose.drawing.imaging/imageformat) - The [ImageFormat](../../com.aspose.drawing.imaging/imageformat) that represents the file format of this [Image](../../com.aspose.drawing/image). +### getPixelFormat() {#getPixelFormat--} +``` +public int getPixelFormat() +``` + + +이 [Image](../../com.aspose.drawing/image)의 픽셀 형식을 가져옵니다. + +**Returns:** +int - 이 [Image](../../com.aspose.drawing/image)의 픽셀 형식을 나타내는 `PixelFormat`([Image.getPixelFormat](../../com.aspose.drawing/image\#getPixelFormat)). +### getPalette() {#getPalette--} +``` +public ColorPalette getPalette() +``` + + +이 [Image](../../com.aspose.drawing/image)에 사용되는 색상 팔레트를 가져오거나 설정합니다. + +**Returns:** +[ColorPalette](../../com.aspose.drawing.imaging/colorpalette) - A [ColorPalette](../../com.aspose.drawing.imaging/colorpalette) that represents the color palette used for this [Image](../../com.aspose.drawing/image). +### setPalette(ColorPalette value) {#setPalette-com.aspose.drawing.imaging.ColorPalette-} +``` +public void setPalette(ColorPalette value) +``` + + +이 [Image](../../com.aspose.drawing/image)에 사용되는 색상 팔레트를 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [ColorPalette](../../com.aspose.drawing.imaging/colorpalette) | | + +### getFrameDimensionsList() {#getFrameDimensionsList--} +``` +public UUID[] getFrameDimensionsList() +``` + + +이 [Image](../../com.aspose.drawing/image) 내 프레임의 차원을 나타내는 GUID 배열을 가져옵니다. + +**Returns:** +java.util.UUID[] - 가장 중요한 것부터 가장 덜 중요한 것까지 이 [Image](../../com.aspose.drawing/image) 내 프레임의 차원을 지정하는 GUID 배열입니다. +### getPropertyIdList() {#getPropertyIdList--} +``` +public int[] getPropertyIdList() +``` + + +이 [Image](../../com.aspose.drawing/image)에 저장된 속성 항목의 ID를 가져옵니다. + +**Returns:** +int[] - 이 이미지에 저장된 각 속성 항목에 대한 속성 ID 배열입니다. +### getPropertyItems() {#getPropertyItems--} +``` +public PropertyItem[] getPropertyItems() +``` + + +이 [Image](../../com.aspose.drawing/image)에 저장된 모든 속성 항목(메타데이터 조각)을 가져옵니다. + +**Returns:** +com.aspose.drawing.imaging.PropertyItem[] - 이미지에 저장된 각 속성 항목에 대한 [PropertyItem](../../com.aspose.drawing.imaging/propertyitem) 객체 배열입니다. +### deepClone(Rectangle rect, int format) {#deepClone-com.aspose.drawing.Rectangle-int-} +``` +public final Bitmap deepClone(Rectangle rect, int format) +``` + + +이 [Bitmap](../../com.aspose.drawing/bitmap)의 [Rectangle](../../com.aspose.drawing/rectangle) 구조로 정의된 섹션을 지정된 `PixelFormat`([Image.getPixelFormat](../../com.aspose.drawing/image\#getPixelFormat)) 열거형을 사용하여 복사합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [Rectangle](../../com.aspose.drawing/rectangle) | 이 [Bitmap](../../com.aspose.drawing/bitmap)에서 복사할 영역을 정의합니다. 좌표는 이 [Bitmap](../../com.aspose.drawing/bitmap)을 기준으로 합니다. | +| format | int | 대상 [Bitmap](../../com.aspose.drawing/bitmap)의 `PixelFormat`([Image.getPixelFormat](../../com.aspose.drawing/image\#getPixelFormat)) 열거형을 지정합니다. | + +**Returns:** +[Bitmap](../../com.aspose.drawing/bitmap) - The new [Bitmap](../../com.aspose.drawing/bitmap) that this method creates. +### deepClone(RectangleF rect, int format) {#deepClone-com.aspose.drawing.RectangleF-int-} +``` +public final Bitmap deepClone(RectangleF rect, int format) +``` + + +지정된 [PixelFormat](../../com.aspose.drawing.imaging/pixelformat) 열거형으로 정의된 이 [Bitmap](../../com.aspose.drawing/bitmap)의 섹션을 복사합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [RectangleF](../../com.aspose.drawing/rectanglef) | 이 [Bitmap](../../com.aspose.drawing/bitmap)에서 복사할 영역을 정의합니다. | +| format | int | 대상 [Bitmap](../../com.aspose.drawing/bitmap)의 [PixelFormat](../../com.aspose.drawing.imaging/pixelformat) 열거형을 지정합니다. | + +**Returns:** +[Bitmap](../../com.aspose.drawing/bitmap) - The [Bitmap](../../com.aspose.drawing/bitmap) that this method creates. +### setResolution(float xDpi, float yDpi) {#setResolution-float-float-} +``` +public final void setResolution(float xDpi, float yDpi) +``` + + +이 [Bitmap](../../com.aspose.drawing/bitmap)의 해상도를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| xDpi | float | [Bitmap](../../com.aspose.drawing/bitmap)의 가로 해상도(인치당 도트 수)입니다. | +| yDpi | float | [Bitmap](../../com.aspose.drawing/bitmap)의 세로 해상도(인치당 도트 수)입니다. | + +### lockBits(Rectangle rect, int flags, int format) {#lockBits-com.aspose.drawing.Rectangle-int-int-} +``` +public final BitmapData lockBits(Rectangle rect, int flags, int format) +``` + + +시스템 메모리에 [Bitmap](../../com.aspose.drawing/bitmap)을 잠급니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [Rectangle](../../com.aspose.drawing/rectangle) | 잠글 [Bitmap](../../com.aspose.drawing/bitmap)의 영역을 지정하는 [Rectangle](../../com.aspose.drawing/rectangle) 구조체입니다. | +| flags | int | [Bitmap](../../com.aspose.drawing/bitmap)의 접근 수준(읽기/쓰기)을 지정하는 [ImageLockMode](../../com.aspose.drawing.imaging/imagelockmode) 열거형입니다. | +| format | int | 이 [Bitmap](../../com.aspose.drawing/bitmap)의 데이터 형식을 지정하는 `PixelFormat`([Image.getPixelFormat](../../com.aspose.drawing/image\#getPixelFormat)) 열거형입니다. | + +**Returns:** +[BitmapData](../../com.aspose.drawing.imaging/bitmapdata) - A [BitmapData](../../com.aspose.drawing.imaging/bitmapdata) containing information about this lock operation. +### unlockBits(BitmapData bitmapData) {#unlockBits-com.aspose.drawing.imaging.BitmapData-} +``` +public final void unlockBits(BitmapData bitmapData) +``` + + +시스템 메모리에서 이 [Bitmap](../../com.aspose.drawing/bitmap)의 잠금을 해제합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| bitmapData | [BitmapData](../../com.aspose.drawing.imaging/bitmapdata) | 잠금 작업에 대한 정보를 지정하는 [BitmapData](../../com.aspose.drawing.imaging/bitmapdata)입니다. | + +### getPixel(int x, int y) {#getPixel-int-int-} +``` +public final Color getPixel(int x, int y) +``` + + +이 [Bitmap](../../com.aspose.drawing/bitmap)에서 지정된 픽셀의 색상을 가져옵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| x | int | 검색할 픽셀의 x 좌표입니다. | +| y | int | 검색할 픽셀의 y 좌표입니다. | + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) structure that represents the color of the specified pixel. +### setPixel(int x, int y, Color color) {#setPixel-int-int-com.aspose.drawing.Color-} +``` +public final void setPixel(int x, int y, Color color) +``` + + +이 [Bitmap](../../com.aspose.drawing/bitmap)에서 지정된 픽셀의 색상을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| x | int | 설정할 픽셀의 x 좌표입니다. | +| y | int | 설정할 픽셀의 y 좌표입니다. | +| color | [Color](../../com.aspose.drawing/color) | 지정된 픽셀에 할당할 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체입니다. | + +### readArgb32Pixels(int[] pixels) {#readArgb32Pixels-int---} +``` +public final void readArgb32Pixels(int[] pixels) +``` + + +주어진 배열에 ARGB32 형식의 비트맵 픽셀을 읽어들입니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 픽셀 | int[] | 비트맵 픽셀을 배치할 배열입니다. 충분한 용량이 있어야 합니다. | + +### writeArgb32Pixels(int[] pixels) {#writeArgb32Pixels-int---} +``` +public final void writeArgb32Pixels(int[] pixels) +``` + + +픽셀을 비트맵에 씁니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 픽셀 | int[] | ARGB32 형식의 원본 픽셀이 포함된 배열입니다. 충분한 길이가 필요합니다. | + +### makeTransparent() {#makeTransparent--} +``` +public final void makeTransparent() +``` + + +이 [Bitmap](../../com.aspose.drawing/bitmap)에서 지정된 색상을 투명하게 만듭니다. + +### makeTransparent(Color transparentColor) {#makeTransparent-com.aspose.drawing.Color-} +``` +public final void makeTransparent(Color transparentColor) +``` + + +이 [Bitmap](../../com.aspose.drawing/bitmap)에서 지정된 색상을 투명하게 만듭니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| transparentColor | [Color](../../com.aspose.drawing/color) | 투명하게 만들 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체입니다. | + +### rotateFlip(int rotateFlipType) {#rotateFlip-int-} +``` +public void rotateFlip(int rotateFlipType) +``` + + +이 메서드는 [Image](../../com.aspose.drawing/image)를 회전하거나 뒤집거나 회전 및 뒤집기를 수행합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rotateFlipType | int | [RotateFlipType](../../com.aspose.drawing/rotatefliptype) 멤버는 이미지에 적용할 회전 및 뒤집기 유형을 지정합니다. | + +### getPropertyItem(int propid) {#getPropertyItem-int-} +``` +public PropertyItem getPropertyItem(int propid) +``` + + +이 [Image](../../com.aspose.drawing/image)에서 지정된 속성 항목을 가져옵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| propid | int | 가져올 속성 항목의 ID. | + +**Returns:** +[PropertyItem](../../com.aspose.drawing.imaging/propertyitem) - The [PropertyItem](../../com.aspose.drawing.imaging/propertyitem) this method gets. +### removePropertyItem(int propid) {#removePropertyItem-int-} +``` +public void removePropertyItem(int propid) +``` + + +이 [Image](../../com.aspose.drawing/image)에서 지정된 속성 항목을 제거합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| propid | int | 제거할 속성 항목의 ID. | + +### setPropertyItem(PropertyItem propitem) {#setPropertyItem-com.aspose.drawing.imaging.PropertyItem-} +``` +public void setPropertyItem(PropertyItem propitem) +``` + + +이 [Image](../../com.aspose.drawing/image)에 속성 항목(메타데이터 조각)을 저장합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| propitem | [PropertyItem](../../com.aspose.drawing.imaging/propertyitem) | 저장될 [PropertyItem](../../com.aspose.drawing.imaging/propertyitem). | + diff --git a/korean/java/com.aspose.drawing/brush/_index.md b/korean/java/com.aspose.drawing/brush/_index.md new file mode 100644 index 000000000..e77a770cf --- /dev/null +++ b/korean/java/com.aspose.drawing/brush/_index.md @@ -0,0 +1,53 @@ +--- +title: Brush +second_title: Aspose.Drawing for Java API 참조 +description: 사각형, 타원, 파이, 다각형 및 경로와 같은 그래픽 형태의 내부를 채우는 데 사용되는 객체를 정의합니다. +type: docs +weight: 11 +url: /ko/java/com.aspose.drawing/brush/ +--- +**Inheritance:** +java.lang.Object + +**All Implemented Interfaces:** +com.aspose.ms.System.IDisposable +``` +public abstract class Brush implements System.IDisposable +``` + +사각형, 타원, 파이, 다각형 및 경로와 같은 그래픽 형태의 내부를 채우는 데 사용되는 객체를 정의합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [Brush()](#Brush--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [deepClone()](#deepClone--) | 파생 클래스에서 재정의될 경우, 이 [Brush](../../com.aspose.drawing/brush)의 정확한 복사본을 생성합니다. | +| [dispose()](#dispose--) | 이 Brush 객체가 사용한 모든 리소스를 해제합니다. | +### Brush() {#Brush--} +``` +public Brush() +``` + + +### deepClone() {#deepClone--} +``` +public abstract Object deepClone() +``` + + +파생 클래스에서 재정의될 경우, 이 [Brush](../../com.aspose.drawing/brush)의 정확한 복사본을 생성합니다. + +**Returns:** +java.lang.Object - 이 메서드가 생성하는 새로운 [Brush](../../com.aspose.drawing/brush). +### dispose() {#dispose--} +``` +public final void dispose() +``` + + +이 Brush 객체가 사용한 모든 리소스를 해제합니다. + diff --git a/korean/java/com.aspose.drawing/brushes/_index.md b/korean/java/com.aspose.drawing/brushes/_index.md new file mode 100644 index 000000000..9a8ff8704 --- /dev/null +++ b/korean/java/com.aspose.drawing/brushes/_index.md @@ -0,0 +1,1570 @@ +--- +title: Brushes +second_title: Aspose.Drawing for Java API 참조 +description: 표준 색상 전체에 대한 브러시입니다. +type: docs +weight: 12 +url: /ko/java/com.aspose.drawing/brushes/ +--- +**Inheritance:** +java.lang.Object +``` +public final class Brushes +``` + +표준 색상에 대한 Brushes. 이 클래스는 상속될 수 없습니다. +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getTransparent()](#getTransparent--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getAliceBlue()](#getAliceBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getAntiqueWhite()](#getAntiqueWhite--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getAqua()](#getAqua--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getAquamarine()](#getAquamarine--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getAzure()](#getAzure--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getBeige()](#getBeige--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getBisque()](#getBisque--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getBlack()](#getBlack--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getBlanchedAlmond()](#getBlanchedAlmond--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getBlue()](#getBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getBlueViolet()](#getBlueViolet--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getBrown()](#getBrown--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getBurlyWood()](#getBurlyWood--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getCadetBlue()](#getCadetBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getChartreuse()](#getChartreuse--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getChocolate()](#getChocolate--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getCoral()](#getCoral--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getCornflowerBlue()](#getCornflowerBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getCornsilk()](#getCornsilk--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getCrimson()](#getCrimson--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getCyan()](#getCyan--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDarkBlue()](#getDarkBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDarkCyan()](#getDarkCyan--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDarkGoldenrod()](#getDarkGoldenrod--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDarkGray()](#getDarkGray--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDarkGreen()](#getDarkGreen--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDarkKhaki()](#getDarkKhaki--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDarkMagenta()](#getDarkMagenta--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDarkOliveGreen()](#getDarkOliveGreen--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDarkOrange()](#getDarkOrange--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDarkOrchid()](#getDarkOrchid--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDarkRed()](#getDarkRed--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDarkSalmon()](#getDarkSalmon--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDarkSeaGreen()](#getDarkSeaGreen--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDarkSlateBlue()](#getDarkSlateBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDarkSlateGray()](#getDarkSlateGray--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDarkTurquoise()](#getDarkTurquoise--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDarkViolet()](#getDarkViolet--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDeepPink()](#getDeepPink--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDeepSkyBlue()](#getDeepSkyBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDimGray()](#getDimGray--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getDodgerBlue()](#getDodgerBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getFirebrick()](#getFirebrick--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getFloralWhite()](#getFloralWhite--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getForestGreen()](#getForestGreen--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getFuchsia()](#getFuchsia--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getGainsboro()](#getGainsboro--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getGhostWhite()](#getGhostWhite--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getGold()](#getGold--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getGoldenrod()](#getGoldenrod--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getGray()](#getGray--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getGreen()](#getGreen--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getGreenYellow()](#getGreenYellow--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getHoneydew()](#getHoneydew--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getHotPink()](#getHotPink--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getIndianRed()](#getIndianRed--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getIndigo()](#getIndigo--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getIvory()](#getIvory--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getKhaki()](#getKhaki--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLavender()](#getLavender--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLavenderBlush()](#getLavenderBlush--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLawnGreen()](#getLawnGreen--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLemonChiffon()](#getLemonChiffon--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLightBlue()](#getLightBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLightCoral()](#getLightCoral--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLightCyan()](#getLightCyan--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLightGoldenrodYellow()](#getLightGoldenrodYellow--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLightGreen()](#getLightGreen--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLightGray()](#getLightGray--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLightPink()](#getLightPink--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLightSalmon()](#getLightSalmon--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLightSeaGreen()](#getLightSeaGreen--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLightSkyBlue()](#getLightSkyBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLightSlateGray()](#getLightSlateGray--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLightSteelBlue()](#getLightSteelBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLightYellow()](#getLightYellow--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLime()](#getLime--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLimeGreen()](#getLimeGreen--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getLinen()](#getLinen--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getMagenta()](#getMagenta--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getMaroon()](#getMaroon--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getMediumAquamarine()](#getMediumAquamarine--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getMediumBlue()](#getMediumBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getMediumOrchid()](#getMediumOrchid--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getMediumPurple()](#getMediumPurple--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getMediumSeaGreen()](#getMediumSeaGreen--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getMediumSlateBlue()](#getMediumSlateBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getMediumSpringGreen()](#getMediumSpringGreen--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getMediumTurquoise()](#getMediumTurquoise--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getMediumVioletRed()](#getMediumVioletRed--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getMidnightBlue()](#getMidnightBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getMintCream()](#getMintCream--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getMistyRose()](#getMistyRose--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getMoccasin()](#getMoccasin--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getNavajoWhite()](#getNavajoWhite--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getNavy()](#getNavy--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getOldLace()](#getOldLace--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getOlive()](#getOlive--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getOliveDrab()](#getOliveDrab--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getOrange()](#getOrange--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getOrangeRed()](#getOrangeRed--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getOrchid()](#getOrchid--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getPaleGoldenrod()](#getPaleGoldenrod--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getPaleGreen()](#getPaleGreen--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getPaleTurquoise()](#getPaleTurquoise--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getPaleVioletRed()](#getPaleVioletRed--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getPapayaWhip()](#getPapayaWhip--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getPeachPuff()](#getPeachPuff--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getPeru()](#getPeru--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getPink()](#getPink--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getPlum()](#getPlum--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getPowderBlue()](#getPowderBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getPurple()](#getPurple--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getRed()](#getRed--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getRosyBrown()](#getRosyBrown--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getRoyalBlue()](#getRoyalBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getSaddleBrown()](#getSaddleBrown--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getSalmon()](#getSalmon--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getSandyBrown()](#getSandyBrown--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getSeaGreen()](#getSeaGreen--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getSeaShell()](#getSeaShell--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getSienna()](#getSienna--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getSilver()](#getSilver--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getSkyBlue()](#getSkyBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getSlateBlue()](#getSlateBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getSlateGray()](#getSlateGray--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getSnow()](#getSnow--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getSpringGreen()](#getSpringGreen--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getSteelBlue()](#getSteelBlue--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getTan()](#getTan--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getTeal()](#getTeal--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getThistle()](#getThistle--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getTomato()](#getTomato--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getTurquoise()](#getTurquoise--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getViolet()](#getViolet--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getWheat()](#getWheat--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getWhite()](#getWhite--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getWhiteSmoke()](#getWhiteSmoke--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getYellow()](#getYellow--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +| [getYellowGreen()](#getYellowGreen--) | 시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. | +### getTransparent() {#getTransparent--} +``` +public static Brush getTransparent() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getAliceBlue() {#getAliceBlue--} +``` +public static Brush getAliceBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getAntiqueWhite() {#getAntiqueWhite--} +``` +public static Brush getAntiqueWhite() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getAqua() {#getAqua--} +``` +public static Brush getAqua() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getAquamarine() {#getAquamarine--} +``` +public static Brush getAquamarine() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getAzure() {#getAzure--} +``` +public static Brush getAzure() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getBeige() {#getBeige--} +``` +public static Brush getBeige() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getBisque() {#getBisque--} +``` +public static Brush getBisque() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getBlack() {#getBlack--} +``` +public static Brush getBlack() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getBlanchedAlmond() {#getBlanchedAlmond--} +``` +public static Brush getBlanchedAlmond() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getBlue() {#getBlue--} +``` +public static Brush getBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getBlueViolet() {#getBlueViolet--} +``` +public static Brush getBlueViolet() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getBrown() {#getBrown--} +``` +public static Brush getBrown() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getBurlyWood() {#getBurlyWood--} +``` +public static Brush getBurlyWood() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getCadetBlue() {#getCadetBlue--} +``` +public static Brush getCadetBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getChartreuse() {#getChartreuse--} +``` +public static Brush getChartreuse() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getChocolate() {#getChocolate--} +``` +public static Brush getChocolate() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getCoral() {#getCoral--} +``` +public static Brush getCoral() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getCornflowerBlue() {#getCornflowerBlue--} +``` +public static Brush getCornflowerBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getCornsilk() {#getCornsilk--} +``` +public static Brush getCornsilk() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getCrimson() {#getCrimson--} +``` +public static Brush getCrimson() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getCyan() {#getCyan--} +``` +public static Brush getCyan() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDarkBlue() {#getDarkBlue--} +``` +public static Brush getDarkBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDarkCyan() {#getDarkCyan--} +``` +public static Brush getDarkCyan() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDarkGoldenrod() {#getDarkGoldenrod--} +``` +public static Brush getDarkGoldenrod() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDarkGray() {#getDarkGray--} +``` +public static Brush getDarkGray() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDarkGreen() {#getDarkGreen--} +``` +public static Brush getDarkGreen() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDarkKhaki() {#getDarkKhaki--} +``` +public static Brush getDarkKhaki() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDarkMagenta() {#getDarkMagenta--} +``` +public static Brush getDarkMagenta() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDarkOliveGreen() {#getDarkOliveGreen--} +``` +public static Brush getDarkOliveGreen() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDarkOrange() {#getDarkOrange--} +``` +public static Brush getDarkOrange() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDarkOrchid() {#getDarkOrchid--} +``` +public static Brush getDarkOrchid() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDarkRed() {#getDarkRed--} +``` +public static Brush getDarkRed() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDarkSalmon() {#getDarkSalmon--} +``` +public static Brush getDarkSalmon() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDarkSeaGreen() {#getDarkSeaGreen--} +``` +public static Brush getDarkSeaGreen() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDarkSlateBlue() {#getDarkSlateBlue--} +``` +public static Brush getDarkSlateBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDarkSlateGray() {#getDarkSlateGray--} +``` +public static Brush getDarkSlateGray() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDarkTurquoise() {#getDarkTurquoise--} +``` +public static Brush getDarkTurquoise() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDarkViolet() {#getDarkViolet--} +``` +public static Brush getDarkViolet() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDeepPink() {#getDeepPink--} +``` +public static Brush getDeepPink() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDeepSkyBlue() {#getDeepSkyBlue--} +``` +public static Brush getDeepSkyBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDimGray() {#getDimGray--} +``` +public static Brush getDimGray() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getDodgerBlue() {#getDodgerBlue--} +``` +public static Brush getDodgerBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getFirebrick() {#getFirebrick--} +``` +public static Brush getFirebrick() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getFloralWhite() {#getFloralWhite--} +``` +public static Brush getFloralWhite() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getForestGreen() {#getForestGreen--} +``` +public static Brush getForestGreen() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getFuchsia() {#getFuchsia--} +``` +public static Brush getFuchsia() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getGainsboro() {#getGainsboro--} +``` +public static Brush getGainsboro() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getGhostWhite() {#getGhostWhite--} +``` +public static Brush getGhostWhite() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getGold() {#getGold--} +``` +public static Brush getGold() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getGoldenrod() {#getGoldenrod--} +``` +public static Brush getGoldenrod() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getGray() {#getGray--} +``` +public static Brush getGray() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getGreen() {#getGreen--} +``` +public static Brush getGreen() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getGreenYellow() {#getGreenYellow--} +``` +public static Brush getGreenYellow() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getHoneydew() {#getHoneydew--} +``` +public static Brush getHoneydew() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getHotPink() {#getHotPink--} +``` +public static Brush getHotPink() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getIndianRed() {#getIndianRed--} +``` +public static Brush getIndianRed() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getIndigo() {#getIndigo--} +``` +public static Brush getIndigo() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getIvory() {#getIvory--} +``` +public static Brush getIvory() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getKhaki() {#getKhaki--} +``` +public static Brush getKhaki() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLavender() {#getLavender--} +``` +public static Brush getLavender() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLavenderBlush() {#getLavenderBlush--} +``` +public static Brush getLavenderBlush() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLawnGreen() {#getLawnGreen--} +``` +public static Brush getLawnGreen() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLemonChiffon() {#getLemonChiffon--} +``` +public static Brush getLemonChiffon() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLightBlue() {#getLightBlue--} +``` +public static Brush getLightBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLightCoral() {#getLightCoral--} +``` +public static Brush getLightCoral() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLightCyan() {#getLightCyan--} +``` +public static Brush getLightCyan() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLightGoldenrodYellow() {#getLightGoldenrodYellow--} +``` +public static Brush getLightGoldenrodYellow() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLightGreen() {#getLightGreen--} +``` +public static Brush getLightGreen() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLightGray() {#getLightGray--} +``` +public static Brush getLightGray() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLightPink() {#getLightPink--} +``` +public static Brush getLightPink() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLightSalmon() {#getLightSalmon--} +``` +public static Brush getLightSalmon() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLightSeaGreen() {#getLightSeaGreen--} +``` +public static Brush getLightSeaGreen() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLightSkyBlue() {#getLightSkyBlue--} +``` +public static Brush getLightSkyBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLightSlateGray() {#getLightSlateGray--} +``` +public static Brush getLightSlateGray() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLightSteelBlue() {#getLightSteelBlue--} +``` +public static Brush getLightSteelBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLightYellow() {#getLightYellow--} +``` +public static Brush getLightYellow() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLime() {#getLime--} +``` +public static Brush getLime() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLimeGreen() {#getLimeGreen--} +``` +public static Brush getLimeGreen() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getLinen() {#getLinen--} +``` +public static Brush getLinen() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getMagenta() {#getMagenta--} +``` +public static Brush getMagenta() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getMaroon() {#getMaroon--} +``` +public static Brush getMaroon() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getMediumAquamarine() {#getMediumAquamarine--} +``` +public static Brush getMediumAquamarine() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getMediumBlue() {#getMediumBlue--} +``` +public static Brush getMediumBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getMediumOrchid() {#getMediumOrchid--} +``` +public static Brush getMediumOrchid() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getMediumPurple() {#getMediumPurple--} +``` +public static Brush getMediumPurple() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getMediumSeaGreen() {#getMediumSeaGreen--} +``` +public static Brush getMediumSeaGreen() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getMediumSlateBlue() {#getMediumSlateBlue--} +``` +public static Brush getMediumSlateBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getMediumSpringGreen() {#getMediumSpringGreen--} +``` +public static Brush getMediumSpringGreen() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getMediumTurquoise() {#getMediumTurquoise--} +``` +public static Brush getMediumTurquoise() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getMediumVioletRed() {#getMediumVioletRed--} +``` +public static Brush getMediumVioletRed() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getMidnightBlue() {#getMidnightBlue--} +``` +public static Brush getMidnightBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getMintCream() {#getMintCream--} +``` +public static Brush getMintCream() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getMistyRose() {#getMistyRose--} +``` +public static Brush getMistyRose() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getMoccasin() {#getMoccasin--} +``` +public static Brush getMoccasin() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getNavajoWhite() {#getNavajoWhite--} +``` +public static Brush getNavajoWhite() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getNavy() {#getNavy--} +``` +public static Brush getNavy() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getOldLace() {#getOldLace--} +``` +public static Brush getOldLace() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getOlive() {#getOlive--} +``` +public static Brush getOlive() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getOliveDrab() {#getOliveDrab--} +``` +public static Brush getOliveDrab() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getOrange() {#getOrange--} +``` +public static Brush getOrange() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getOrangeRed() {#getOrangeRed--} +``` +public static Brush getOrangeRed() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getOrchid() {#getOrchid--} +``` +public static Brush getOrchid() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getPaleGoldenrod() {#getPaleGoldenrod--} +``` +public static Brush getPaleGoldenrod() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getPaleGreen() {#getPaleGreen--} +``` +public static Brush getPaleGreen() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getPaleTurquoise() {#getPaleTurquoise--} +``` +public static Brush getPaleTurquoise() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getPaleVioletRed() {#getPaleVioletRed--} +``` +public static Brush getPaleVioletRed() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getPapayaWhip() {#getPapayaWhip--} +``` +public static Brush getPapayaWhip() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getPeachPuff() {#getPeachPuff--} +``` +public static Brush getPeachPuff() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getPeru() {#getPeru--} +``` +public static Brush getPeru() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getPink() {#getPink--} +``` +public static Brush getPink() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getPlum() {#getPlum--} +``` +public static Brush getPlum() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getPowderBlue() {#getPowderBlue--} +``` +public static Brush getPowderBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getPurple() {#getPurple--} +``` +public static Brush getPurple() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getRed() {#getRed--} +``` +public static Brush getRed() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getRosyBrown() {#getRosyBrown--} +``` +public static Brush getRosyBrown() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getRoyalBlue() {#getRoyalBlue--} +``` +public static Brush getRoyalBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getSaddleBrown() {#getSaddleBrown--} +``` +public static Brush getSaddleBrown() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getSalmon() {#getSalmon--} +``` +public static Brush getSalmon() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getSandyBrown() {#getSandyBrown--} +``` +public static Brush getSandyBrown() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getSeaGreen() {#getSeaGreen--} +``` +public static Brush getSeaGreen() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getSeaShell() {#getSeaShell--} +``` +public static Brush getSeaShell() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getSienna() {#getSienna--} +``` +public static Brush getSienna() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getSilver() {#getSilver--} +``` +public static Brush getSilver() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getSkyBlue() {#getSkyBlue--} +``` +public static Brush getSkyBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getSlateBlue() {#getSlateBlue--} +``` +public static Brush getSlateBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getSlateGray() {#getSlateGray--} +``` +public static Brush getSlateGray() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getSnow() {#getSnow--} +``` +public static Brush getSnow() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getSpringGreen() {#getSpringGreen--} +``` +public static Brush getSpringGreen() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getSteelBlue() {#getSteelBlue--} +``` +public static Brush getSteelBlue() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getTan() {#getTan--} +``` +public static Brush getTan() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getTeal() {#getTeal--} +``` +public static Brush getTeal() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getThistle() {#getThistle--} +``` +public static Brush getThistle() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getTomato() {#getTomato--} +``` +public static Brush getTomato() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getTurquoise() {#getTurquoise--} +``` +public static Brush getTurquoise() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getViolet() {#getViolet--} +``` +public static Brush getViolet() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getWheat() {#getWheat--} +``` +public static Brush getWheat() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getWhite() {#getWhite--} +``` +public static Brush getWhite() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getWhiteSmoke() {#getWhiteSmoke--} +``` +public static Brush getWhiteSmoke() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getYellow() {#getYellow--} +``` +public static Brush getYellow() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE +### getYellowGreen() {#getYellowGreen--} +``` +public static Brush getYellowGreen() +``` + + +시스템에서 정의한 [Brush](../../com.aspose.drawing/brush) 객체를 가져옵니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) - A [Brush](../../com.aspose.drawing/brush) object set to a system-defined color. `1`KKKCODEBKKKCODEE diff --git a/korean/java/com.aspose.drawing/characterrange/_index.md b/korean/java/com.aspose.drawing/characterrange/_index.md new file mode 100644 index 000000000..7bc4d2e23 --- /dev/null +++ b/korean/java/com.aspose.drawing/characterrange/_index.md @@ -0,0 +1,203 @@ +--- +title: CharacterRange +second_title: Aspose.Drawing for Java API 참조 +description: 문자열 내 문자 위치 범위를 지정합니다. +type: docs +weight: 13 +url: /ko/java/com.aspose.drawing/characterrange/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.lang.Struct + +**All Implemented Interfaces:** +java.lang.Cloneable +``` +public class CharacterRange extends Struct implements Cloneable +``` + +문자열 내 문자 위치 범위를 지정합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [CharacterRange()](#CharacterRange--) | | +| [CharacterRange(int first, int length)](#CharacterRange-int-int-) | [CharacterRange](../../com.aspose.drawing/characterrange) 구조체의 새 인스턴스를 초기화하고, 문자열 내 문자 위치 범위를 지정합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getFirst()](#getFirst--) | 이 [CharacterRange](../../com.aspose.drawing/characterrange)의 첫 번째 문자의 문자열 내 위치를 가져오거나 설정합니다. | +| [setFirst(int value)](#setFirst-int-) | 이 [CharacterRange](../../com.aspose.drawing/characterrange)의 첫 번째 문자의 문자열 내 위치를 가져오거나 설정합니다. | +| [getLength()](#getLength--) | 이 [CharacterRange](../../com.aspose.drawing/characterrange) 내 위치 수를 가져오거나 설정합니다. | +| [setLength(int value)](#setLength-int-) | 이 [CharacterRange](../../com.aspose.drawing/characterrange) 내 위치 수를 가져오거나 설정합니다. | +| [op_Equality(CharacterRange cr1, CharacterRange cr2)](#op-Equality-com.aspose.drawing.CharacterRange-com.aspose.drawing.CharacterRange-) | 두 [CharacterRange](../../com.aspose.drawing/characterrange) 객체를 비교합니다. | +| [op_Inequality(CharacterRange cr1, CharacterRange cr2)](#op-Inequality-com.aspose.drawing.CharacterRange-com.aspose.drawing.CharacterRange-) | 두 [CharacterRange](../../com.aspose.drawing/characterrange) 객체를 비교합니다. | +| [equals(Object obj)](#equals-java.lang.Object-) | 이 객체가 지정된 객체와 동등한지 여부를 나타내는 값을 가져옵니다. | +| [hashCode()](#hashCode--) | 이 인스턴스의 해시 코드를 반환합니다. | +| [CloneTo(CharacterRange that)](#CloneTo-com.aspose.drawing.CharacterRange-) | | +| [Clone()](#Clone--) | | +| [clone()](#clone--) | | +### CharacterRange() {#CharacterRange--} +``` +public CharacterRange() +``` + + +### CharacterRange(int first, int length) {#CharacterRange-int-int-} +``` +public CharacterRange(int first, int length) +``` + + +[CharacterRange](../../com.aspose.drawing/characterrange) 구조체의 새 인스턴스를 초기화하고, 문자열 내 문자 위치 범위를 지정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| first | int | 범위 내 첫 번째 문자의 위치입니다. 예를 들어, First가 0으로 설정되면 범위의 첫 번째 위치는 문자열의 위치 0이 됩니다. | +| length | int | 범위 내 위치 수입니다. | + +### getFirst() {#getFirst--} +``` +public final int getFirst() +``` + + +이 [CharacterRange](../../com.aspose.drawing/characterrange)의 첫 번째 문자의 문자열 내 위치를 가져오거나 설정합니다. + +값: 이 [CharacterRange](../../com.aspose.drawing/characterrange)의 첫 번째 위치. + +**Returns:** +int +### setFirst(int value) {#setFirst-int-} +``` +public final void setFirst(int value) +``` + + +이 [CharacterRange](../../com.aspose.drawing/characterrange)의 첫 번째 문자의 문자열 내 위치를 가져오거나 설정합니다. + +값: 이 [CharacterRange](../../com.aspose.drawing/characterrange)의 첫 번째 위치. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getLength() {#getLength--} +``` +public final int getLength() +``` + + +이 [CharacterRange](../../com.aspose.drawing/characterrange) 내 위치 수를 가져오거나 설정합니다. + +값: 이 [CharacterRange](../../com.aspose.drawing/characterrange) 내 위치 수. + +**Returns:** +int +### setLength(int value) {#setLength-int-} +``` +public final void setLength(int value) +``` + + +이 [CharacterRange](../../com.aspose.drawing/characterrange) 내 위치 수를 가져오거나 설정합니다. + +값: 이 [CharacterRange](../../com.aspose.drawing/characterrange) 내 위치 수. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### op_Equality(CharacterRange cr1, CharacterRange cr2) {#op-Equality-com.aspose.drawing.CharacterRange-com.aspose.drawing.CharacterRange-} +``` +public static boolean op_Equality(CharacterRange cr1, CharacterRange cr2) +``` + + +두 [CharacterRange](../../com.aspose.drawing/characterrange) 객체를 비교합니다. 두 [CharacterRange](../../com.aspose.drawing/characterrange) 객체의 First와 Length 값이 동일한지 여부를 나타내는 값을 가져옵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| cr1 | [CharacterRange](../../com.aspose.drawing/characterrange) | 동등성을 비교하기 위한 [CharacterRange](../../com.aspose.drawing/characterrange)입니다. | +| cr2 | [CharacterRange](../../com.aspose.drawing/characterrange) | 동등성을 비교하기 위한 [CharacterRange](../../com.aspose.drawing/characterrange)입니다. | + +**Returns:** +boolean - 두 CharacterRange 객체가 동일한 First와 Length 값을 갖는 경우 `true`를, 그렇지 않으면 `false`를 나타냅니다. +### op_Inequality(CharacterRange cr1, CharacterRange cr2) {#op-Inequality-com.aspose.drawing.CharacterRange-com.aspose.drawing.CharacterRange-} +``` +public static boolean op_Inequality(CharacterRange cr1, CharacterRange cr2) +``` + + +두 [CharacterRange](../../com.aspose.drawing/characterrange) 객체를 비교합니다. 두 [CharacterRange](../../com.aspose.drawing/characterrange) 객체의 First 또는 Length 값이 동일하지 않은지 여부를 나타내는 값을 가져옵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| cr1 | [CharacterRange](../../com.aspose.drawing/characterrange) | 불일치를 비교하기 위한 [CharacterRange](../../com.aspose.drawing/characterrange)입니다. | +| cr2 | [CharacterRange](../../com.aspose.drawing/characterrange) | 불일치를 비교하기 위한 [CharacterRange](../../com.aspose.drawing/characterrange)입니다. | + +**Returns:** +boolean - 두 CharacterRange 객체의 First 또는 Length 값 중 하나라도 다른 경우 `true`를, 그렇지 않으면 `false`를 나타냅니다. +### equals(Object obj) {#equals-java.lang.Object-} +``` +public boolean equals(Object obj) +``` + + +이 객체가 지정된 객체와 동등한지 여부를 나타내는 값을 가져옵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| obj | java.lang.Object | 동등성을 비교할 객체입니다.. | + +**Returns:** +boolean - `true`는 지정된 객체가 이 인스턴스와 동일한 First 및 Length 값을 가진 인스턴스임을 나타내며, 그렇지 않으면 `false`. +### hashCode() {#hashCode--} +``` +public int hashCode() +``` + + +이 인스턴스의 해시 코드를 반환합니다. + +**Returns:** +int - 이 인스턴스의 해시 코드인 32비트 부호 있는 정수. +### CloneTo(CharacterRange that) {#CloneTo-com.aspose.drawing.CharacterRange-} +``` +public void CloneTo(CharacterRange that) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| that | [CharacterRange](../../com.aspose.drawing/characterrange) | | + +### Clone() {#Clone--} +``` +public CharacterRange Clone() +``` + + + + +**Returns:** +[CharacterRange](../../com.aspose.drawing/characterrange) +### clone() {#clone--} +``` +public Object clone() +``` + + + + +**Returns:** +java.lang.Object diff --git a/korean/java/com.aspose.drawing/color/_index.md b/korean/java/com.aspose.drawing/color/_index.md new file mode 100644 index 000000000..859df270d --- /dev/null +++ b/korean/java/com.aspose.drawing/color/_index.md @@ -0,0 +1,2002 @@ +--- +title: Color +second_title: Aspose.Drawing for Java API 참조 +description: ARGB 알파, 빨강, 초록, 파랑 색상을 나타냅니다. +type: docs +weight: 14 +url: /ko/java/com.aspose.drawing/color/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.lang.Struct + +**All Implemented Interfaces:** +com.aspose.ms.System.IEquatable, java.lang.Cloneable +``` +public class Color extends Struct implements System.IEquatable, Cloneable +``` + +ARGB(알파, 빨강, 초록, 파랑) 색상을 나타냅니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [Color()](#Color--) | | +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [EMPTY](#EMPTY) | null인 색상을 나타냅니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getTransparent()](#getTransparent--) | 시스템 정의 색상을 가져옵니다. | +| [getAliceBlue()](#getAliceBlue--) | ARGB 값이 \#FFF0F8FF인 시스템 정의 색상을 가져옵니다. | +| [getAntiqueWhite()](#getAntiqueWhite--) | ARGB 값이 \#FFFAEBD7인 시스템 정의 색상을 가져옵니다. | +| [getAqua()](#getAqua--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF00FFFF 입니다. | +| [getAquamarine()](#getAquamarine--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF7FFFD4 입니다. | +| [getAzure()](#getAzure--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFF0FFFF 입니다. | +| [getBeige()](#getBeige--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFF5F5DC 입니다. | +| [getBisque()](#getBisque--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFE4C4 입니다. | +| [getBlack()](#getBlack--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF000000 입니다. | +| [getBlanchedAlmond()](#getBlanchedAlmond--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFEBCD 입니다. | +| [getBlue()](#getBlue--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF0000FF 입니다. | +| [getBlueViolet()](#getBlueViolet--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF8A2BE2 입니다. | +| [getBrown()](#getBrown--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFA52A2A 입니다. | +| [getBurlyWood()](#getBurlyWood--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFDEB887 입니다. | +| [getCadetBlue()](#getCadetBlue--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF5F9EA0 입니다. | +| [getChartreuse()](#getChartreuse--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF7FFF00 입니다. | +| [getChocolate()](#getChocolate--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFD2691E 입니다. | +| [getCoral()](#getCoral--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFF7F50 입니다. | +| [getCornflowerBlue()](#getCornflowerBlue--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF6495ED 입니다. | +| [getCornsilk()](#getCornsilk--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFF8DC 입니다. | +| [getCrimson()](#getCrimson--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFDC143C 입니다. | +| [getCyan()](#getCyan--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF00FFFF 입니다. | +| [getDarkBlue()](#getDarkBlue--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF00008B 입니다. | +| [getDarkCyan()](#getDarkCyan--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF008B8B 입니다. | +| [getDarkGoldenrod()](#getDarkGoldenrod--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFB8860B 입니다. | +| [getDarkGray()](#getDarkGray--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFA9A9A9 입니다. | +| [getDarkGreen()](#getDarkGreen--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF006400 입니다. | +| [getDarkKhaki()](#getDarkKhaki--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFBDB76B 입니다. | +| [getDarkMagenta()](#getDarkMagenta--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF8B008B 입니다. | +| [getDarkOliveGreen()](#getDarkOliveGreen--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF556B2F입니다. | +| [getDarkOrange()](#getDarkOrange--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFF8C00입니다. | +| [getDarkOrchid()](#getDarkOrchid--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF9932CC입니다. | +| [getDarkRed()](#getDarkRed--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF8B0000입니다. | +| [getDarkSalmon()](#getDarkSalmon--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFE9967A입니다. | +| [getDarkSeaGreen()](#getDarkSeaGreen--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF8FBC8F입니다. | +| [getDarkSlateBlue()](#getDarkSlateBlue--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF483D8B입니다. | +| [getDarkSlateGray()](#getDarkSlateGray--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF2F4F4F입니다. | +| [getDarkTurquoise()](#getDarkTurquoise--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF00CED1입니다. | +| [getDarkViolet()](#getDarkViolet--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF9400D3입니다. | +| [getDeepPink()](#getDeepPink--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFF1493입니다. | +| [getDeepSkyBlue()](#getDeepSkyBlue--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF00BFFF입니다. | +| [getDimGray()](#getDimGray--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF696969입니다. | +| [getDodgerBlue()](#getDodgerBlue--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF1E90FF입니다. | +| [getFirebrick()](#getFirebrick--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFB22222입니다. | +| [getFloralWhite()](#getFloralWhite--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFFAF0입니다. | +| [getForestGreen()](#getForestGreen--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF228B22입니다. | +| [getFuchsia()](#getFuchsia--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFF00FF입니다. | +| [getGainsboro()](#getGainsboro--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFDCDCDC입니다. | +| [getGhostWhite()](#getGhostWhite--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFF8F8FF입니다. | +| [getGold()](#getGold--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFD700입니다. | +| [getGoldenrod()](#getGoldenrod--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFDAA520입니다. | +| [getGray()](#getGray--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF808080입니다. | +| [getGreen()](#getGreen--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF008000입니다. | +| [getGreenYellow()](#getGreenYellow--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFADFF2F입니다. | +| [getHoneydew()](#getHoneydew--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFF0FFF0입니다. | +| [getHotPink()](#getHotPink--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFF69B4입니다. | +| [getIndianRed()](#getIndianRed--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFCD5C5C입니다. | +| [getIndigo()](#getIndigo--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF4B0082입니다. | +| [getIvory()](#getIvory--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFFFF0입니다. | +| [getKhaki()](#getKhaki--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFF0E68C입니다. | +| [getLavender()](#getLavender--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFE6E6FA입니다. | +| [getLavenderBlush()](#getLavenderBlush--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFF0F5입니다. | +| [getLawnGreen()](#getLawnGreen--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF7CFC00입니다. | +| [getLemonChiffon()](#getLemonChiffon--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFFACD입니다. | +| [getLightBlue()](#getLightBlue--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFADD8E6입니다. | +| [getLightCoral()](#getLightCoral--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFF08080입니다. | +| [getLightCyan()](#getLightCyan--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFE0FFFF입니다. | +| [getLightGoldenrodYellow()](#getLightGoldenrodYellow--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFAFAD2입니다. | +| [getLightGreen()](#getLightGreen--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF90EE90입니다. | +| [getLightGray()](#getLightGray--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFD3D3D3입니다. | +| [getLightPink()](#getLightPink--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFB6C1입니다. | +| [getLightSalmon()](#getLightSalmon--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFA07A입니다. | +| [getLightSeaGreen()](#getLightSeaGreen--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF20B2AA입니다. | +| [getLightSkyBlue()](#getLightSkyBlue--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF87CEFA입니다. | +| [getLightSlateGray()](#getLightSlateGray--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF778899입니다. | +| [getLightSteelBlue()](#getLightSteelBlue--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFB0C4DE입니다. | +| [getLightYellow()](#getLightYellow--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFFFE0입니다. | +| [getLime()](#getLime--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF00FF00입니다. | +| [getLimeGreen()](#getLimeGreen--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF32CD32입니다. | +| [getLinen()](#getLinen--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFAF0E6 입니다. | +| [getMagenta()](#getMagenta--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFF00FF입니다. | +| [getMaroon()](#getMaroon--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF800000 입니다. | +| [getMediumAquamarine()](#getMediumAquamarine--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF66CDAA 입니다. | +| [getMediumBlue()](#getMediumBlue--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF0000CD 입니다. | +| [getMediumOrchid()](#getMediumOrchid--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFBA55D3 입니다. | +| [getMediumPurple()](#getMediumPurple--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF9370DB 입니다. | +| [getMediumSeaGreen()](#getMediumSeaGreen--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF3CB371 입니다. | +| [getMediumSlateBlue()](#getMediumSlateBlue--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF7B68EE 입니다. | +| [getMediumSpringGreen()](#getMediumSpringGreen--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF00FA9A 입니다. | +| [getMediumTurquoise()](#getMediumTurquoise--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF48D1CC 입니다. | +| [getMediumVioletRed()](#getMediumVioletRed--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFC71585 입니다. | +| [getMidnightBlue()](#getMidnightBlue--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF191970 입니다. | +| [getMintCream()](#getMintCream--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFF5FFFA 입니다. | +| [getMistyRose()](#getMistyRose--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFE4E1 입니다. | +| [getMoccasin()](#getMoccasin--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFE4B5 입니다. | +| [getNavajoWhite()](#getNavajoWhite--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFDEAD 입니다. | +| [getNavy()](#getNavy--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF000080 입니다. | +| [getOldLace()](#getOldLace--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFDF5E6 입니다. | +| [getOlive()](#getOlive--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF808000 입니다. | +| [getOliveDrab()](#getOliveDrab--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF6B8E23 입니다. | +| [getOrange()](#getOrange--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFA500 입니다. | +| [getOrangeRed()](#getOrangeRed--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFFF4500 입니다. | +| [getOrchid()](#getOrchid--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFDA70D6 입니다. | +| [getPaleGoldenrod()](#getPaleGoldenrod--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FFEEE8AA 입니다. | +| [getPaleGreen()](#getPaleGreen--) | 시스템 정의 색상을 가져오며 ARGB 값은 \#FF98FB98 입니다. | +| [getPaleTurquoise()](#getPaleTurquoise--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FFAFEEEE 입니다. | +| [getPaleVioletRed()](#getPaleVioletRed--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FFDB7093 입니다. | +| [getPapayaWhip()](#getPapayaWhip--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FFFFEFD5 입니다. | +| [getPeachPuff()](#getPeachPuff--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FFFFDAB9 입니다. | +| [getPeru()](#getPeru--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FFCD853F 입니다. | +| [getPink()](#getPink--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FFFFC0CB 입니다. | +| [getPlum()](#getPlum--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FFDDA0DD 입니다. | +| [getPowderBlue()](#getPowderBlue--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FFB0E0E6 입니다. | +| [getPurple()](#getPurple--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FF800080 입니다. | +| [getRed()](#getRed--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FFFF0000 입니다. | +| [getRosyBrown()](#getRosyBrown--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FFBC8F8F 입니다. | +| [getRoyalBlue()](#getRoyalBlue--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FF4169E1 입니다. | +| [getSaddleBrown()](#getSaddleBrown--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FF8B4513 입니다. | +| [getSalmon()](#getSalmon--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FFFA8072 입니다. | +| [getSandyBrown()](#getSandyBrown--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FFF4A460 입니다. | +| [getSeaGreen()](#getSeaGreen--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FF2E8B57 입니다. | +| [getSeaShell()](#getSeaShell--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FFFFF5EE 입니다. | +| [getSienna()](#getSienna--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FFA0522D 입니다. | +| [getSilver()](#getSilver--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FFC0C0C0 입니다. | +| [getSkyBlue()](#getSkyBlue--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FF87CEEB 입니다. | +| [getSlateBlue()](#getSlateBlue--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FF6A5ACD 입니다. | +| [getSlateGray()](#getSlateGray--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FF708090 입니다. | +| [getSnow()](#getSnow--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FFFFFAFA 입니다. | +| [getSpringGreen()](#getSpringGreen--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FF00FF7F 입니다. | +| [getSteelBlue()](#getSteelBlue--) | 시스템 정의 색상을 가져오며, ARGB 값은 \#FF4682B4 입니다. | +| [getTan()](#getTan--) | ARGB 값이 \#FFD2B48C인 시스템 정의 색상을 가져옵니다. | +| [getTeal()](#getTeal--) | ARGB 값이 \#FF008080인 시스템 정의 색상을 가져옵니다. | +| [getThistle()](#getThistle--) | ARGB 값이 \#FFD8BFD8인 시스템 정의 색상을 가져옵니다. | +| [getTomato()](#getTomato--) | ARGB 값이 \#FFFF6347인 시스템 정의 색상을 가져옵니다. | +| [getTurquoise()](#getTurquoise--) | ARGB 값이 \#FF40E0D0인 시스템 정의 색상을 가져옵니다. | +| [getViolet()](#getViolet--) | ARGB 값이 \#FFEE82EE인 시스템 정의 색상을 가져옵니다. | +| [getWheat()](#getWheat--) | ARGB 값이 \#FFF5DEB3인 시스템 정의 색상을 가져옵니다. | +| [getWhite()](#getWhite--) | ARGB 값이 \#FFFFFFFF인 시스템 정의 색상을 가져옵니다. | +| [getWhiteSmoke()](#getWhiteSmoke--) | ARGB 값이 \#FFF5F5F5인 시스템 정의 색상을 가져옵니다. | +| [getYellow()](#getYellow--) | ARGB 값이 \#FFFFFF00인 시스템 정의 색상을 가져옵니다. | +| [getYellowGreen()](#getYellowGreen--) | ARGB 값이 \#FF9ACD32인 시스템 정의 색상을 가져옵니다. | +| [getA()](#getA--) | 이 [Color](../../com.aspose.drawing/color) 구조의 알파 구성 요소 값을 가져옵니다. | +| [getR()](#getR--) | 이 [Color](../../com.aspose.drawing/color) 구조의 빨강 구성 요소 값을 가져옵니다. | +| [getG()](#getG--) | 이 [Color](../../com.aspose.drawing/color) 구조의 초록 구성 요소 값을 가져옵니다. | +| [getB()](#getB--) | 이 [Color](../../com.aspose.drawing/color) 구조의 파랑 구성 요소 값을 가져옵니다. | +| [isKnownColor()](#isKnownColor--) | 이 [Color](../../com.aspose.drawing/color) 구조가 미리 정의된 색상인지 여부를 나타내는 값을 가져옵니다. | +| [isEmpty()](#isEmpty--) | 이 [Color](../../com.aspose.drawing/color) 구조가 초기화되지 않았는지 여부를 나타내는 값을 가져옵니다. | +| [isNamedColor()](#isNamedColor--) | 이 [Color](../../com.aspose.drawing/color) 구조가 명명된 색상인지 또는 [KnownColor](../../com.aspose.drawing/knowncolor) 열거형의 멤버인지 여부를 나타내는 값을 가져옵니다. | +| [isSystemColor()](#isSystemColor--) | 이 [Color](../../com.aspose.drawing/color) 구조가 시스템 색상인지 여부를 나타내는 값을 가져옵니다. | +| [getName()](#getName--) | 이 [Color](../../com.aspose.drawing/color)의 이름을 가져옵니다. | +| [fromArgb(int argb)](#fromArgb-int-) | 32비트 ARGB 값에서 [Color](../../com.aspose.drawing/color) 구조를 생성합니다. | +| [fromArgb(int alpha, Color baseColor)](#fromArgb-int-com.aspose.drawing.Color-) | 지정된 [Color](../../com.aspose.drawing/color) 구조에서 새로 지정된 알파 값을 사용하여 [Color](../../com.aspose.drawing/color) 구조를 생성합니다. | +| [fromArgb(int red, int green, int blue)](#fromArgb-int-int-int-) | 지정된 8비트 색상 값(빨강, 초록, 파랑)에서 [Color](../../com.aspose.drawing/color) 구조를 생성합니다. | +| [fromArgb(int alpha, int red, int green, int blue)](#fromArgb-int-int-int-int-) | 네 개의 ARGB 구성 요소(알파, 빨강, 초록, 파랑) 값에서 Color 구조를 생성합니다. | +| [fromKnownColor(int color)](#fromKnownColor-int-) | 지정된 미리 정의된 색상에서 [Color](../../com.aspose.drawing/color) 구조를 생성합니다. | +| [fromName(String name)](#fromName-java.lang.String-) | 지정된 미리 정의된 색상의 이름으로부터 [Color](../../com.aspose.drawing/color) 구조를 생성합니다. | +| [op_Equality(Color left, Color right)](#op-Equality-com.aspose.drawing.Color-com.aspose.drawing.Color-) | 두 지정된 [Color](../../com.aspose.drawing/color) 구조가 동등한지 테스트합니다. | +| [op_Inequality(Color left, Color right)](#op-Inequality-com.aspose.drawing.Color-com.aspose.drawing.Color-) | 두 지정된 [Color](../../com.aspose.drawing/color) 구조가 다른지 테스트합니다. | +| [equals(Color other)](#equals-com.aspose.drawing.Color-) | 지정된 색상이 이 색상과 동등한지 테스트합니다. | +| [equals(Object obj)](#equals-java.lang.Object-) | 지정된 객체가 이 색상과 동등한지 테스트합니다. | +| [toArgb()](#toArgb--) | 이 Color 구조의 32비트 ARGB 값을 가져옵니다. | +| [getBrightness()](#getBrightness--) | 이 [Color](../../com.aspose.drawing/color) 구조에 대한 색조-채도-밝기(HSB) 밝기 값을 가져옵니다. | +| [getHue()](#getHue--) | 이 [Color](../../com.aspose.drawing/color) 구조에 대한 색조-채도-밝기(HSB) 색조 값을 도 단위로 가져옵니다. | +| [getSaturation()](#getSaturation--) | 이 [Color](../../com.aspose.drawing/color) 구조에 대한 색조-채도-밝기(HSB) 채도 값을 가져옵니다. | +| [toKnownColor()](#toKnownColor--) | 이 [Color](../../com.aspose.drawing/color) 구조의 [KnownColor](../../com.aspose.drawing/knowncolor) 값을 가져옵니다. | +| [toString()](#toString--) | 이 인스턴스를 나타내는 문자열을 반환합니다. | +| [hashCode()](#hashCode--) | 이 인스턴스에 대한 해시 코드를 반환합니다. | +| [isEquals(Color obj1, Color obj2)](#isEquals-com.aspose.drawing.Color-com.aspose.drawing.Color-) | | +| [getEmpty()](#getEmpty--) | | +| [CloneTo(Color that)](#CloneTo-com.aspose.drawing.Color-) | | +| [Clone()](#Clone--) | | +### Color() {#Color--} +``` +public Color() +``` + + +### EMPTY {#EMPTY} +``` +public static final Color EMPTY +``` + + +null인 색상을 나타냅니다. + +### getTransparent() {#getTransparent--} +``` +public static Color getTransparent() +``` + + +시스템 정의 색상을 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getAliceBlue() {#getAliceBlue--} +``` +public static Color getAliceBlue() +``` + + +ARGB 값이 \#FFF0F8FF인 시스템 정의 색상을 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getAntiqueWhite() {#getAntiqueWhite--} +``` +public static Color getAntiqueWhite() +``` + + +ARGB 값이 \#FFFAEBD7인 시스템 정의 색상을 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getAqua() {#getAqua--} +``` +public static Color getAqua() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF00FFFF 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getAquamarine() {#getAquamarine--} +``` +public static Color getAquamarine() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF7FFFD4 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getAzure() {#getAzure--} +``` +public static Color getAzure() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFF0FFFF 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getBeige() {#getBeige--} +``` +public static Color getBeige() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFF5F5DC 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getBisque() {#getBisque--} +``` +public static Color getBisque() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFE4C4 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getBlack() {#getBlack--} +``` +public static Color getBlack() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF000000 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getBlanchedAlmond() {#getBlanchedAlmond--} +``` +public static Color getBlanchedAlmond() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFEBCD 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getBlue() {#getBlue--} +``` +public static Color getBlue() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF0000FF 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getBlueViolet() {#getBlueViolet--} +``` +public static Color getBlueViolet() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF8A2BE2 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getBrown() {#getBrown--} +``` +public static Color getBrown() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFA52A2A 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getBurlyWood() {#getBurlyWood--} +``` +public static Color getBurlyWood() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFDEB887 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getCadetBlue() {#getCadetBlue--} +``` +public static Color getCadetBlue() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF5F9EA0 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getChartreuse() {#getChartreuse--} +``` +public static Color getChartreuse() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF7FFF00 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getChocolate() {#getChocolate--} +``` +public static Color getChocolate() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFD2691E 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getCoral() {#getCoral--} +``` +public static Color getCoral() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFF7F50 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getCornflowerBlue() {#getCornflowerBlue--} +``` +public static Color getCornflowerBlue() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF6495ED 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getCornsilk() {#getCornsilk--} +``` +public static Color getCornsilk() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFF8DC 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getCrimson() {#getCrimson--} +``` +public static Color getCrimson() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFDC143C 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getCyan() {#getCyan--} +``` +public static Color getCyan() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF00FFFF 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDarkBlue() {#getDarkBlue--} +``` +public static Color getDarkBlue() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF00008B 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDarkCyan() {#getDarkCyan--} +``` +public static Color getDarkCyan() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF008B8B 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDarkGoldenrod() {#getDarkGoldenrod--} +``` +public static Color getDarkGoldenrod() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFB8860B 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDarkGray() {#getDarkGray--} +``` +public static Color getDarkGray() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFA9A9A9 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDarkGreen() {#getDarkGreen--} +``` +public static Color getDarkGreen() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF006400 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDarkKhaki() {#getDarkKhaki--} +``` +public static Color getDarkKhaki() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFBDB76B 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDarkMagenta() {#getDarkMagenta--} +``` +public static Color getDarkMagenta() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF8B008B 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDarkOliveGreen() {#getDarkOliveGreen--} +``` +public static Color getDarkOliveGreen() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF556B2F입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDarkOrange() {#getDarkOrange--} +``` +public static Color getDarkOrange() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFF8C00입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDarkOrchid() {#getDarkOrchid--} +``` +public static Color getDarkOrchid() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF9932CC입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDarkRed() {#getDarkRed--} +``` +public static Color getDarkRed() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF8B0000입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDarkSalmon() {#getDarkSalmon--} +``` +public static Color getDarkSalmon() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFE9967A입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDarkSeaGreen() {#getDarkSeaGreen--} +``` +public static Color getDarkSeaGreen() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF8FBC8F입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDarkSlateBlue() {#getDarkSlateBlue--} +``` +public static Color getDarkSlateBlue() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF483D8B입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDarkSlateGray() {#getDarkSlateGray--} +``` +public static Color getDarkSlateGray() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF2F4F4F입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDarkTurquoise() {#getDarkTurquoise--} +``` +public static Color getDarkTurquoise() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF00CED1입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDarkViolet() {#getDarkViolet--} +``` +public static Color getDarkViolet() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF9400D3입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDeepPink() {#getDeepPink--} +``` +public static Color getDeepPink() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFF1493입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDeepSkyBlue() {#getDeepSkyBlue--} +``` +public static Color getDeepSkyBlue() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF00BFFF입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDimGray() {#getDimGray--} +``` +public static Color getDimGray() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF696969입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getDodgerBlue() {#getDodgerBlue--} +``` +public static Color getDodgerBlue() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF1E90FF입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getFirebrick() {#getFirebrick--} +``` +public static Color getFirebrick() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFB22222입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getFloralWhite() {#getFloralWhite--} +``` +public static Color getFloralWhite() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFFAF0입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getForestGreen() {#getForestGreen--} +``` +public static Color getForestGreen() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF228B22입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getFuchsia() {#getFuchsia--} +``` +public static Color getFuchsia() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFF00FF입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getGainsboro() {#getGainsboro--} +``` +public static Color getGainsboro() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFDCDCDC입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getGhostWhite() {#getGhostWhite--} +``` +public static Color getGhostWhite() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFF8F8FF입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getGold() {#getGold--} +``` +public static Color getGold() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFD700입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getGoldenrod() {#getGoldenrod--} +``` +public static Color getGoldenrod() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFDAA520입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getGray() {#getGray--} +``` +public static Color getGray() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF808080입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) strcture representing a system-defined color. `1` +### getGreen() {#getGreen--} +``` +public static Color getGreen() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF008000입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getGreenYellow() {#getGreenYellow--} +``` +public static Color getGreenYellow() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFADFF2F입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getHoneydew() {#getHoneydew--} +``` +public static Color getHoneydew() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFF0FFF0입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getHotPink() {#getHotPink--} +``` +public static Color getHotPink() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFF69B4입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getIndianRed() {#getIndianRed--} +``` +public static Color getIndianRed() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFCD5C5C입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getIndigo() {#getIndigo--} +``` +public static Color getIndigo() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF4B0082입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getIvory() {#getIvory--} +``` +public static Color getIvory() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFFFF0입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getKhaki() {#getKhaki--} +``` +public static Color getKhaki() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFF0E68C입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLavender() {#getLavender--} +``` +public static Color getLavender() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFE6E6FA입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLavenderBlush() {#getLavenderBlush--} +``` +public static Color getLavenderBlush() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFF0F5입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLawnGreen() {#getLawnGreen--} +``` +public static Color getLawnGreen() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF7CFC00입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLemonChiffon() {#getLemonChiffon--} +``` +public static Color getLemonChiffon() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFFACD입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLightBlue() {#getLightBlue--} +``` +public static Color getLightBlue() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFADD8E6입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLightCoral() {#getLightCoral--} +``` +public static Color getLightCoral() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFF08080입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLightCyan() {#getLightCyan--} +``` +public static Color getLightCyan() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFE0FFFF입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLightGoldenrodYellow() {#getLightGoldenrodYellow--} +``` +public static Color getLightGoldenrodYellow() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFAFAD2입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLightGreen() {#getLightGreen--} +``` +public static Color getLightGreen() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF90EE90입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLightGray() {#getLightGray--} +``` +public static Color getLightGray() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFD3D3D3입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLightPink() {#getLightPink--} +``` +public static Color getLightPink() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFB6C1입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLightSalmon() {#getLightSalmon--} +``` +public static Color getLightSalmon() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFA07A입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLightSeaGreen() {#getLightSeaGreen--} +``` +public static Color getLightSeaGreen() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF20B2AA입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLightSkyBlue() {#getLightSkyBlue--} +``` +public static Color getLightSkyBlue() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF87CEFA입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLightSlateGray() {#getLightSlateGray--} +``` +public static Color getLightSlateGray() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF778899입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLightSteelBlue() {#getLightSteelBlue--} +``` +public static Color getLightSteelBlue() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFB0C4DE입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLightYellow() {#getLightYellow--} +``` +public static Color getLightYellow() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFFFE0입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLime() {#getLime--} +``` +public static Color getLime() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF00FF00입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLimeGreen() {#getLimeGreen--} +``` +public static Color getLimeGreen() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF32CD32입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getLinen() {#getLinen--} +``` +public static Color getLinen() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFAF0E6 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getMagenta() {#getMagenta--} +``` +public static Color getMagenta() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFF00FF입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getMaroon() {#getMaroon--} +``` +public static Color getMaroon() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF800000 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getMediumAquamarine() {#getMediumAquamarine--} +``` +public static Color getMediumAquamarine() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF66CDAA 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getMediumBlue() {#getMediumBlue--} +``` +public static Color getMediumBlue() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF0000CD 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getMediumOrchid() {#getMediumOrchid--} +``` +public static Color getMediumOrchid() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFBA55D3 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getMediumPurple() {#getMediumPurple--} +``` +public static Color getMediumPurple() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF9370DB 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getMediumSeaGreen() {#getMediumSeaGreen--} +``` +public static Color getMediumSeaGreen() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF3CB371 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getMediumSlateBlue() {#getMediumSlateBlue--} +``` +public static Color getMediumSlateBlue() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF7B68EE 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getMediumSpringGreen() {#getMediumSpringGreen--} +``` +public static Color getMediumSpringGreen() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF00FA9A 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getMediumTurquoise() {#getMediumTurquoise--} +``` +public static Color getMediumTurquoise() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF48D1CC 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getMediumVioletRed() {#getMediumVioletRed--} +``` +public static Color getMediumVioletRed() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFC71585 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getMidnightBlue() {#getMidnightBlue--} +``` +public static Color getMidnightBlue() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF191970 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getMintCream() {#getMintCream--} +``` +public static Color getMintCream() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFF5FFFA 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getMistyRose() {#getMistyRose--} +``` +public static Color getMistyRose() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFE4E1 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getMoccasin() {#getMoccasin--} +``` +public static Color getMoccasin() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFE4B5 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getNavajoWhite() {#getNavajoWhite--} +``` +public static Color getNavajoWhite() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFDEAD 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getNavy() {#getNavy--} +``` +public static Color getNavy() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF000080 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getOldLace() {#getOldLace--} +``` +public static Color getOldLace() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFDF5E6 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getOlive() {#getOlive--} +``` +public static Color getOlive() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF808000 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getOliveDrab() {#getOliveDrab--} +``` +public static Color getOliveDrab() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF6B8E23 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getOrange() {#getOrange--} +``` +public static Color getOrange() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFFA500 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getOrangeRed() {#getOrangeRed--} +``` +public static Color getOrangeRed() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFFF4500 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getOrchid() {#getOrchid--} +``` +public static Color getOrchid() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFDA70D6 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getPaleGoldenrod() {#getPaleGoldenrod--} +``` +public static Color getPaleGoldenrod() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FFEEE8AA 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getPaleGreen() {#getPaleGreen--} +``` +public static Color getPaleGreen() +``` + + +시스템 정의 색상을 가져오며 ARGB 값은 \#FF98FB98 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getPaleTurquoise() {#getPaleTurquoise--} +``` +public static Color getPaleTurquoise() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FFAFEEEE 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getPaleVioletRed() {#getPaleVioletRed--} +``` +public static Color getPaleVioletRed() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FFDB7093 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getPapayaWhip() {#getPapayaWhip--} +``` +public static Color getPapayaWhip() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FFFFEFD5 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getPeachPuff() {#getPeachPuff--} +``` +public static Color getPeachPuff() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FFFFDAB9 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getPeru() {#getPeru--} +``` +public static Color getPeru() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FFCD853F 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getPink() {#getPink--} +``` +public static Color getPink() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FFFFC0CB 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getPlum() {#getPlum--} +``` +public static Color getPlum() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FFDDA0DD 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getPowderBlue() {#getPowderBlue--} +``` +public static Color getPowderBlue() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FFB0E0E6 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getPurple() {#getPurple--} +``` +public static Color getPurple() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FF800080 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getRed() {#getRed--} +``` +public static Color getRed() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FFFF0000 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getRosyBrown() {#getRosyBrown--} +``` +public static Color getRosyBrown() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FFBC8F8F 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getRoyalBlue() {#getRoyalBlue--} +``` +public static Color getRoyalBlue() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FF4169E1 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getSaddleBrown() {#getSaddleBrown--} +``` +public static Color getSaddleBrown() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FF8B4513 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getSalmon() {#getSalmon--} +``` +public static Color getSalmon() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FFFA8072 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getSandyBrown() {#getSandyBrown--} +``` +public static Color getSandyBrown() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FFF4A460 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getSeaGreen() {#getSeaGreen--} +``` +public static Color getSeaGreen() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FF2E8B57 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getSeaShell() {#getSeaShell--} +``` +public static Color getSeaShell() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FFFFF5EE 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getSienna() {#getSienna--} +``` +public static Color getSienna() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FFA0522D 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getSilver() {#getSilver--} +``` +public static Color getSilver() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FFC0C0C0 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getSkyBlue() {#getSkyBlue--} +``` +public static Color getSkyBlue() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FF87CEEB 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getSlateBlue() {#getSlateBlue--} +``` +public static Color getSlateBlue() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FF6A5ACD 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getSlateGray() {#getSlateGray--} +``` +public static Color getSlateGray() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FF708090 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getSnow() {#getSnow--} +``` +public static Color getSnow() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FFFFFAFA 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getSpringGreen() {#getSpringGreen--} +``` +public static Color getSpringGreen() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FF00FF7F 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getSteelBlue() {#getSteelBlue--} +``` +public static Color getSteelBlue() +``` + + +시스템 정의 색상을 가져오며, ARGB 값은 \#FF4682B4 입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getTan() {#getTan--} +``` +public static Color getTan() +``` + + +ARGB 값이 \#FFD2B48C인 시스템 정의 색상을 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getTeal() {#getTeal--} +``` +public static Color getTeal() +``` + + +ARGB 값이 \#FF008080인 시스템 정의 색상을 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getThistle() {#getThistle--} +``` +public static Color getThistle() +``` + + +ARGB 값이 \#FFD8BFD8인 시스템 정의 색상을 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getTomato() {#getTomato--} +``` +public static Color getTomato() +``` + + +ARGB 값이 \#FFFF6347인 시스템 정의 색상을 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getTurquoise() {#getTurquoise--} +``` +public static Color getTurquoise() +``` + + +ARGB 값이 \#FF40E0D0인 시스템 정의 색상을 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getViolet() {#getViolet--} +``` +public static Color getViolet() +``` + + +ARGB 값이 \#FFEE82EE인 시스템 정의 색상을 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getWheat() {#getWheat--} +``` +public static Color getWheat() +``` + + +ARGB 값이 \#FFF5DEB3인 시스템 정의 색상을 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getWhite() {#getWhite--} +``` +public static Color getWhite() +``` + + +ARGB 값이 \#FFFFFFFF인 시스템 정의 색상을 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getWhiteSmoke() {#getWhiteSmoke--} +``` +public static Color getWhiteSmoke() +``` + + +ARGB 값이 \#FFF5F5F5인 시스템 정의 색상을 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getYellow() {#getYellow--} +``` +public static Color getYellow() +``` + + +ARGB 값이 \#FFFFFF00인 시스템 정의 색상을 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getYellowGreen() {#getYellowGreen--} +``` +public static Color getYellowGreen() +``` + + +ARGB 값이 \#FF9ACD32인 시스템 정의 색상을 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - A [Color](../../com.aspose.drawing/color) representing a system-defined color. `1` +### getA() {#getA--} +``` +public final int getA() +``` + + +이 [Color](../../com.aspose.drawing/color) 구조의 알파 구성 요소 값을 가져옵니다. + +**Returns:** +int - 이 [Color](../../com.aspose.drawing/color)의 알파 구성 요소 값입니다. +### getR() {#getR--} +``` +public final int getR() +``` + + +이 [Color](../../com.aspose.drawing/color) 구조의 빨강 구성 요소 값을 가져옵니다. + +**Returns:** +int - 이 [Color](../../com.aspose.drawing/color)의 빨간색 구성 요소 값입니다. +### getG() {#getG--} +``` +public final int getG() +``` + + +이 [Color](../../com.aspose.drawing/color) 구조의 초록 구성 요소 값을 가져옵니다. + +**Returns:** +int - 이 [Color](../../com.aspose.drawing/color)의 녹색 구성 요소 값입니다. +### getB() {#getB--} +``` +public final int getB() +``` + + +이 [Color](../../com.aspose.drawing/color) 구조의 파랑 구성 요소 값을 가져옵니다. + +**Returns:** +int - 이 [Color](../../com.aspose.drawing/color)의 파란색 구성 요소 값입니다. +### isKnownColor() {#isKnownColor--} +``` +public final boolean isKnownColor() +``` + + +이 [Color](../../com.aspose.drawing/color) 구조가 미리 정의된 색상인지 여부를 나타내는 값을 가져옵니다. 미리 정의된 색상은 [KnownColor](../../com.aspose.drawing/knowncolor) 열거형의 요소로 표시됩니다. + +값: 이 [Color](../../com.aspose.drawing/color)이 `M:Color.FromName(System.String)` 메서드 또는 `M:Color.FromKnownColor(System.Drawing.KnownColor)` 메서드를 사용하여 미리 정의된 색상에서 생성된 경우 `true`; 그렇지 않으면 `false`. + +**Returns:** +boolean +### isEmpty() {#isEmpty--} +``` +public final boolean isEmpty() +``` + + +이 [Color](../../com.aspose.drawing/color) 구조가 초기화되지 않았는지 여부를 나타내는 값을 가져옵니다. + +값: 이 색상이 초기화되지 않은 경우 이 속성은 true를 반환하고, 그렇지 않으면 false를 반환합니다. + +**Returns:** +boolean +### isNamedColor() {#isNamedColor--} +``` +public final boolean isNamedColor() +``` + + +이 [Color](../../com.aspose.drawing/color) 구조가 명명된 색상인지 또는 [KnownColor](../../com.aspose.drawing/knowncolor) 열거형의 멤버인지 여부를 나타내는 값을 가져옵니다. + +값: 이 [Color](../../com.aspose.drawing/color)이 `M:Color.FromName(System.String)` 메서드 또는 `M:Color.FromKnownColor(System.Drawing.KnownColor)` 메서드를 사용하여 생성된 경우 `true`; 그렇지 않으면 `false`. + +**Returns:** +boolean +### isSystemColor() {#isSystemColor--} +``` +public final boolean isSystemColor() +``` + + +이 [Color](../../com.aspose.drawing/color) 구조가 시스템 색상인지 여부를 나타내는 값을 가져옵니다. 시스템 색상은 Windows 표시 요소에서 사용되는 색상이며, 시스템 색상은 [KnownColor](../../com.aspose.drawing/knowncolor) 열거형의 요소로 표시됩니다. + +값: 이 [Color](../../com.aspose.drawing/color)이 `M:Color.FromName(System.String)` 메서드 또는 `M:Color.FromKnownColor(System.Drawing.KnownColor)` 메서드를 사용하여 시스템 색상에서 생성된 경우 `true`; 그렇지 않으면 `false`. + +**Returns:** +boolean +### getName() {#getName--} +``` +public final String getName() +``` + + +이 [Color](../../com.aspose.drawing/color)의 이름을 가져옵니다. + +**Returns:** +java.lang.String +### fromArgb(int argb) {#fromArgb-int-} +``` +public static Color fromArgb(int argb) +``` + + +32비트 ARGB 값에서 [Color](../../com.aspose.drawing/color) 구조를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| argb | int | 32비트 ARGB 값을 지정하는 값입니다. | + +**Returns:** +[Color](../../com.aspose.drawing/color) - The [Color](../../com.aspose.drawing/color) structure that this method creates. +### fromArgb(int alpha, Color baseColor) {#fromArgb-int-com.aspose.drawing.Color-} +``` +public static Color fromArgb(int alpha, Color baseColor) +``` + + +지정된 [Color](../../com.aspose.drawing/color) 구조에서 새 알파 값을 지정하여 [Color](../../com.aspose.drawing/color) 구조를 생성합니다. 이 메서드는 알파 값으로 32비트 값을 전달할 수 있지만, 값은 8비트로 제한됩니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| alpha | int | 새 [Color](../../com.aspose.drawing/color)의 알파 값입니다. 유효한 값은 0부터 255까지입니다. | +| baseColor | [Color](../../com.aspose.drawing/color) | 새로운 [Color](../../com.aspose.drawing/color)를 만들기 위한 원본 [Color](../../com.aspose.drawing/color)입니다. | + +**Returns:** +[Color](../../com.aspose.drawing/color) - The [Color](../../com.aspose.drawing/color) that this method creates. +### fromArgb(int red, int green, int blue) {#fromArgb-int-int-int-} +``` +public static Color fromArgb(int red, int green, int blue) +``` + + +[Color](../../com.aspose.drawing/color) 구조를 지정된 8비트 색상 값(빨강, 초록, 파랑)으로부터 생성합니다. 알파 값은 암시적으로 255(완전 불투명)입니다. 이 메서드는 각 색상 구성 요소에 대해 32비트 값을 전달할 수 있지만, 각 구성 요소의 값은 8비트로 제한됩니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| red | int | 새로운 [Color](../../com.aspose.drawing/color)의 빨강 구성 요소 값입니다. 유효한 값은 0부터 255까지입니다. | +| green | int | 새로운 [Color](../../com.aspose.drawing/color)의 초록 구성 요소 값입니다. 유효한 값은 0부터 255까지입니다. | +| blue | int | 새로운 [Color](../../com.aspose.drawing/color)의 파랑 구성 요소 값입니다. 유효한 값은 0부터 255까지입니다. | + +**Returns:** +[Color](../../com.aspose.drawing/color) - The [Color](../../com.aspose.drawing/color) that this method creates. +### fromArgb(int alpha, int red, int green, int blue) {#fromArgb-int-int-int-int-} +``` +public static Color fromArgb(int alpha, int red, int green, int blue) +``` + + +네 개의 ARGB 구성 요소(알파, 빨강, 초록, 파랑) 값을 사용하여 Color 구조를 생성합니다. 이 메서드는 각 구성 요소에 대해 32비트 값을 전달할 수 있지만, 각 구성 요소의 값은 8비트로 제한됩니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 알파 | int | 알파 구성 요소입니다. 유효한 값은 0부터 255까지입니다. | +| 빨강 | int | 빨강 구성 요소입니다. 유효한 값은 0부터 255까지입니다. | +| 초록 | int | 초록 구성 요소입니다. 유효한 값은 0부터 255까지입니다. | +| 파랑 | int | 파랑 구성 요소입니다. 유효한 값은 0부터 255까지입니다. | + +**Returns:** +[Color](../../com.aspose.drawing/color) - The Color that this method creates. +### fromKnownColor(int color) {#fromKnownColor-int-} +``` +public static Color fromKnownColor(int color) +``` + + +지정된 미리 정의된 색상에서 [Color](../../com.aspose.drawing/color) 구조를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| color | int | [KnownColor](../../com.aspose.drawing/knowncolor) 열거형의 요소입니다. | + +**Returns:** +[Color](../../com.aspose.drawing/color) - The [Color](../../com.aspose.drawing/color) that this method creates. +### fromName(String name) {#fromName-java.lang.String-} +``` +public static Color fromName(String name) +``` + + +지정된 미리 정의된 색상의 이름으로부터 [Color](../../com.aspose.drawing/color) 구조를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| name | java.lang.String | 미리 정의된 색상의 이름인 문자열입니다. 유효한 이름은 [KnownColor](../../com.aspose.drawing/knowncolor) 열거형 요소들의 이름과 동일합니다. | + +**Returns:** +[Color](../../com.aspose.drawing/color) - The [Color](../../com.aspose.drawing/color) that this method creates. +### op_Equality(Color left, Color right) {#op-Equality-com.aspose.drawing.Color-com.aspose.drawing.Color-} +``` +public static boolean op_Equality(Color left, Color right) +``` + + +두 지정된 [Color](../../com.aspose.drawing/color) 구조가 동등한지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| left | [Color](../../com.aspose.drawing/color) | 등호 연산자 왼쪽에 있는 [Color](../../com.aspose.drawing/color)입니다. | +| right | [Color](../../com.aspose.drawing/color) | 등호 연산자 오른쪽에 있는 [Color](../../com.aspose.drawing/color)입니다. | + +**Returns:** +boolean - 두 [Color](../../com.aspose.drawing/color) 구조가 동일하면 `true`; 그렇지 않으면 `false`. +### op_Inequality(Color left, Color right) {#op-Inequality-com.aspose.drawing.Color-com.aspose.drawing.Color-} +``` +public static boolean op_Inequality(Color left, Color right) +``` + + +두 지정된 [Color](../../com.aspose.drawing/color) 구조가 다른지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| left | [Color](../../com.aspose.drawing/color) | 부등호 연산자 왼쪽에 있는 [Color](../../com.aspose.drawing/color)입니다. | +| right | [Color](../../com.aspose.drawing/color) | 부등호 연산자 오른쪽에 있는 [Color](../../com.aspose.drawing/color)입니다. | + +**Returns:** +boolean - 두 [Color](../../com.aspose.drawing/color) 구조가 다르면 `true`; 그렇지 않으면 `false`. +### equals(Color other) {#equals-com.aspose.drawing.Color-} +``` +public final boolean equals(Color other) +``` + + +지정된 색상이 이 색상과 동등한지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| other | [Color](../../com.aspose.drawing/color) | 테스트할 색상입니다. | + +**Returns:** +boolean - 지정된 색상이 이 색상과 동일하면 ``; 그렇지 않으면 ``. +### equals(Object obj) {#equals-java.lang.Object-} +``` +public boolean equals(Object obj) +``` + + +지정된 객체가 이 색상과 동등한지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| obj | java.lang.Object | 테스트할 객체입니다. | + +**Returns:** +boolean - 지정된 객체가 이 색상과 동일하면 ``; 그렇지 않으면 ``. +### toArgb() {#toArgb--} +``` +public final int toArgb() +``` + + +이 Color 구조의 32비트 ARGB 값을 가져옵니다. + +**Returns:** +int - 이 색상의 32비트 ARGB 값. +### getBrightness() {#getBrightness--} +``` +public final float getBrightness() +``` + + +이 [Color](../../com.aspose.drawing/color) 구조에 대한 색조-채도-밝기(HSB) 밝기 값을 가져옵니다. + +**Returns:** +float - 이 [Color](../../com.aspose.drawing/color)의 밝기. 밝기는 0.0부터 1.0까지이며, 0.0은 검은색을, 1.0은 흰색을 나타냅니다. +### getHue() {#getHue--} +``` +public final float getHue() +``` + + +이 [Color](../../com.aspose.drawing/color) 구조에 대한 색조-채도-밝기(HSB) 색조 값을 도 단위로 가져옵니다. + +**Returns:** +float - 이 java.awt.Color의 색조(도 단위). 색조는 HSB 색 공간에서 0.0부터 360.0까지 도로 측정됩니다. +### getSaturation() {#getSaturation--} +``` +public final float getSaturation() +``` + + +이 [Color](../../com.aspose.drawing/color) 구조에 대한 색조-채도-밝기(HSB) 채도 값을 가져옵니다. + +**Returns:** +float - 이 [Color](../../com.aspose.drawing/color)의 채도. 채도는 0.0부터 1.0까지이며, 0.0은 회색조, 1.0은 가장 포화된 상태를 나타냅니다. +### toKnownColor() {#toKnownColor--} +``` +public final int toKnownColor() +``` + + +이 [Color](../../com.aspose.drawing/color) 구조의 [KnownColor](../../com.aspose.drawing/knowncolor) 값을 가져옵니다. + +**Returns:** +int - [KnownColor](../../com.aspose.drawing/knowncolor) 열거형의 요소이며, [Color](../../com.aspose.drawing/color)가 `M:Color.FromName(System.String)` 메서드 또는 `M:Color.FromKnownColor(KnownColor)` 메서드를 사용하여 미리 정의된 색상으로 생성된 경우; 그렇지 않으면 0입니다. +### toString() {#toString--} +``` +public String toString() +``` + + +이 인스턴스를 나타내는 문자열을 반환합니다. + +**Returns:** +java.lang.String - 이 인스턴스를 나타내는 문자열. +### hashCode() {#hashCode--} +``` +public int hashCode() +``` + + +이 인스턴스에 대한 해시 코드를 반환합니다. + +**Returns:** +int - 이 인스턴스에 대한 해시 코드로, 해시 알고리즘 및 해시 테이블과 같은 데이터 구조에 사용하기에 적합합니다. +### isEquals(Color obj1, Color obj2) {#isEquals-com.aspose.drawing.Color-com.aspose.drawing.Color-} +``` +public static boolean isEquals(Color obj1, Color obj2) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| obj1 | [Color](../../com.aspose.drawing/color) | | +| obj2 | [Color](../../com.aspose.drawing/color) | | + +**Returns:** +boolean +### getEmpty() {#getEmpty--} +``` +public static Color getEmpty() +``` + + + + +**Returns:** +[Color](../../com.aspose.drawing/color) +### CloneTo(Color that) {#CloneTo-com.aspose.drawing.Color-} +``` +public void CloneTo(Color that) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| that | [Color](../../com.aspose.drawing/color) | | + +### Clone() {#Clone--} +``` +public Color Clone() +``` + + + + +**Returns:** +[Color](../../com.aspose.drawing/color) diff --git a/korean/java/com.aspose.drawing/colorconverter/_index.md b/korean/java/com.aspose.drawing/colorconverter/_index.md new file mode 100644 index 000000000..3c57721b1 --- /dev/null +++ b/korean/java/com.aspose.drawing/colorconverter/_index.md @@ -0,0 +1,55 @@ +--- +title: ColorConverter +second_title: Aspose.Drawing for Java API 참조 +description: 색상을 한 데이터 유형에서 다른 유형으로 변환합니다. +type: docs +weight: 15 +url: /ko/java/com.aspose.drawing/colorconverter/ +--- +**Inheritance:** +java.lang.Object +``` +public class ColorConverter +``` + +색상을 한 데이터 유형에서 다른 유형으로 변환합니다. + +-------------------- + +Aspose.Drawing은 간소화를 위해 이 클래스를 직접 액세스합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [ColorConverter()](#ColorConverter--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [convertFrom(Locale culture, Object value)](#convertFrom-java.util.Locale-java.lang.Object-) | 다음으로 변환합니다. | +### ColorConverter() {#ColorConverter--} +``` +public ColorConverter() +``` + + +### convertFrom(Locale culture, Object value) {#convertFrom-java.util.Locale-java.lang.Object-} +``` +public static Object convertFrom(Locale culture, Object value) +``` + + +다음으로 변환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| culture | java.util.Locale | 해당 culture. | +| | value | java.lang.Object | 값입니다. | + +-------------------- + +메서드가 단순화되었습니다.. | + +**Returns:** +java.lang.Object - 변환된 색상을 반환합니다. diff --git a/korean/java/com.aspose.drawing/colortranslator/_index.md b/korean/java/com.aspose.drawing/colortranslator/_index.md new file mode 100644 index 000000000..3cd450e0f --- /dev/null +++ b/korean/java/com.aspose.drawing/colortranslator/_index.md @@ -0,0 +1,126 @@ +--- +title: ColorTranslator +second_title: Aspose.Drawing for Java API 참조 +description: 색상을 GDI 구조로 변환하거나 그 반대로 변환합니다. +type: docs +weight: 16 +url: /ko/java/com.aspose.drawing/colortranslator/ +--- +**Inheritance:** +java.lang.Object +``` +public final class ColorTranslator +``` + +색상을 GDI+ [Color](../../com.aspose.drawing/color) 구조로 변환하거나 그 반대로 변환합니다. 이 클래스는 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [ColorTranslator()](#ColorTranslator--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [fromHtml(String htmlColor)](#fromHtml-java.lang.String-) | HTML 색상 표현을 GDI+ [Color](../../com.aspose.drawing/color) 구조로 변환합니다. | +| [toHtml(Color c)](#toHtml-com.aspose.drawing.Color-) | 지정된 [Color](../../com.aspose.drawing/color) 구조를 HTML 문자열 색상 표현으로 변환합니다. | +| [fromWin32(int win32Color)](#fromWin32-int-) | Windows 색상 값을 GDI+ [Color](../../com.aspose.drawing/color) 구조로 변환합니다. | +| [fromOle(int oleColor)](#fromOle-int-) | OLE 색상 값을 GDI+ [Color](../../com.aspose.drawing/color) 구조로 변환합니다. | +| [toWin32(Color c)](#toWin32-com.aspose.drawing.Color-) | [Color](../../com.aspose.drawing/color) 구조를 Win32 색상 표현으로 변환합니다. | +| [toOle(Color c)](#toOle-com.aspose.drawing.Color-) | [Color](../../com.aspose.drawing/color) 구조를 OLE 색상 표현으로 변환합니다. | +### ColorTranslator() {#ColorTranslator--} +``` +public ColorTranslator() +``` + + +### fromHtml(String htmlColor) {#fromHtml-java.lang.String-} +``` +public static Color fromHtml(String htmlColor) +``` + + +HTML 색상 표현을 GDI+ [Color](../../com.aspose.drawing/color) 구조로 변환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| htmlColor | java.lang.String | 변환할 Html 색상의 문자열 표현입니다. | + +**Returns:** +[Color](../../com.aspose.drawing/color) - The [Color](../../com.aspose.drawing/color) structure that represents the translated HTML color or `Empty` if htmlColor is null. +### toHtml(Color c) {#toHtml-com.aspose.drawing.Color-} +``` +public static String toHtml(Color c) +``` + + +지정된 [Color](../../com.aspose.drawing/color) 구조를 HTML 문자열 색상 표현으로 변환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| c | [Color](../../com.aspose.drawing/color) | 번역할 [Color](../../com.aspose.drawing/color) 구조입니다. | + +**Returns:** +java.lang.String - HTML 색상을 나타내는 문자열입니다. +### fromWin32(int win32Color) {#fromWin32-int-} +``` +public static Color fromWin32(int win32Color) +``` + + +Windows 색상 값을 GDI+ [Color](../../com.aspose.drawing/color) 구조로 변환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| win32Color | int | 번역할 Windows 색상입니다. | + +**Returns:** +[Color](../../com.aspose.drawing/color) - The [Color](../../com.aspose.drawing/color) structure that represents the translated Windows color. +### fromOle(int oleColor) {#fromOle-int-} +``` +public static Color fromOle(int oleColor) +``` + + +OLE 색상 값을 GDI+ [Color](../../com.aspose.drawing/color) 구조로 변환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| oleColor | int | 번역할 OLE 색상입니다. | + +**Returns:** +[Color](../../com.aspose.drawing/color) - The [Color](../../com.aspose.drawing/color) structure that represents the translated OLE color. +### toWin32(Color c) {#toWin32-com.aspose.drawing.Color-} +``` +public static int toWin32(Color c) +``` + + +[Color](../../com.aspose.drawing/color) 구조를 Win32 색상 표현으로 변환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| c | [Color](../../com.aspose.drawing/color) | 변환할 [Color](../../com.aspose.drawing/color) 구조입니다. | + +**Returns:** +int - 색상의 Win32 형식을 나타내는 값입니다. +### toOle(Color c) {#toOle-com.aspose.drawing.Color-} +``` +public static int toOle(Color c) +``` + + +[Color](../../com.aspose.drawing/color) 구조를 OLE 색상 표현으로 변환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| c | [Color](../../com.aspose.drawing/color) | 변환할 [Color](../../com.aspose.drawing/color) 구조입니다. | + +**Returns:** +int - 색상의 OLE 형식을 나타내는 값입니다. diff --git a/korean/java/com.aspose.drawing/contentalignment/_index.md b/korean/java/com.aspose.drawing/contentalignment/_index.md new file mode 100644 index 000000000..47e3cfa82 --- /dev/null +++ b/korean/java/com.aspose.drawing/contentalignment/_index.md @@ -0,0 +1,100 @@ +--- +title: ContentAlignment +second_title: Aspose.Drawing for Java API 참조 +description: 그리기 표면에서 내용의 정렬을 지정합니다. +type: docs +weight: 17 +url: /ko/java/com.aspose.drawing/contentalignment/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class ContentAlignment extends System.Enum +``` + +그리기 표면에서 내용의 정렬을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [TopLeft](#TopLeft) | 내용이 수직으로 위쪽에 정렬되고, 수평으로 왼쪽에 정렬됩니다. | +| [TopCenter](#TopCenter) | 내용이 수직으로 위쪽에 정렬되고, 수평으로 가운데에 정렬됩니다. | +| [TopRight](#TopRight) | 내용이 수직으로 위쪽에 정렬되고, 수평으로 오른쪽에 정렬됩니다. | +| [MiddleLeft](#MiddleLeft) | 내용이 수직으로 가운데에 정렬되고, 수평으로 왼쪽에 정렬됩니다. | +| [MiddleCenter](#MiddleCenter) | 내용이 수직으로 가운데에 정렬되고, 수평으로 가운데에 정렬됩니다. | +| [MiddleRight](#MiddleRight) | 내용이 수직으로 가운데에 정렬되고, 수평으로 오른쪽에 정렬됩니다. | +| [BottomLeft](#BottomLeft) | 내용이 수직으로 아래쪽에 정렬되고, 수평으로 왼쪽에 정렬됩니다. | +| [BottomCenter](#BottomCenter) | 내용이 수직으로 아래쪽에 정렬되고, 수평으로 가운데에 정렬됩니다. | +| [BottomRight](#BottomRight) | 내용이 수직으로 아래쪽에 정렬되고, 수평으로 오른쪽에 정렬됩니다. | +### TopLeft {#TopLeft} +``` +public static final int TopLeft +``` + + +내용이 수직으로 위쪽에 정렬되고, 수평으로 왼쪽에 정렬됩니다. + +### TopCenter {#TopCenter} +``` +public static final int TopCenter +``` + + +내용이 수직으로 위쪽에 정렬되고, 수평으로 가운데에 정렬됩니다. + +### TopRight {#TopRight} +``` +public static final int TopRight +``` + + +내용이 수직으로 위쪽에 정렬되고, 수평으로 오른쪽에 정렬됩니다. + +### MiddleLeft {#MiddleLeft} +``` +public static final int MiddleLeft +``` + + +내용이 수직으로 가운데에 정렬되고, 수평으로 왼쪽에 정렬됩니다. + +### MiddleCenter {#MiddleCenter} +``` +public static final int MiddleCenter +``` + + +내용이 수직으로 가운데에 정렬되고, 수평으로 가운데에 정렬됩니다. + +### MiddleRight {#MiddleRight} +``` +public static final int MiddleRight +``` + + +내용이 수직으로 가운데에 정렬되고, 수평으로 오른쪽에 정렬됩니다. + +### BottomLeft {#BottomLeft} +``` +public static final int BottomLeft +``` + + +내용이 수직으로 아래쪽에 정렬되고, 수평으로 왼쪽에 정렬됩니다. + +### BottomCenter {#BottomCenter} +``` +public static final int BottomCenter +``` + + +내용이 수직으로 아래쪽에 정렬되고, 수평으로 가운데에 정렬됩니다. + +### BottomRight {#BottomRight} +``` +public static final int BottomRight +``` + + +내용이 수직으로 아래쪽에 정렬되고, 수평으로 오른쪽에 정렬됩니다. + diff --git a/korean/java/com.aspose.drawing/copypixeloperation/_index.md b/korean/java/com.aspose.drawing/copypixeloperation/_index.md new file mode 100644 index 000000000..6e3b4a50d --- /dev/null +++ b/korean/java/com.aspose.drawing/copypixeloperation/_index.md @@ -0,0 +1,172 @@ +--- +title: CopyPixelOperation +second_title: Aspose.Drawing for Java API 참조 +description: 복사 픽셀 작업에서 원본 색상이 대상 색상과 결합되어 최종 색상을 생성하는 방식을 결정합니다. +type: docs +weight: 18 +url: /ko/java/com.aspose.drawing/copypixeloperation/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class CopyPixelOperation extends System.Enum +``` + +복사 픽셀 작업에서 원본 색상이 대상 색상과 결합되어 최종 색상을 생성하는 방식을 결정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [NoMirrorBitmap](#NoMirrorBitmap) | 비트맵이 반사되지 않습니다. | +| [Blackness](#Blackness) | 대상 영역은 물리 팔레트의 인덱스 0에 연결된 색상을 사용하여 채워집니다. | +| [NotSourceErase](#NotSourceErase) | 소스와 대상 색상은 Boolean `OR` 연산자를 사용해 결합된 후, 결과 색상이 반전됩니다. | +| [NotSourceCopy](#NotSourceCopy) | 반전된 소스 영역이 대상에 복사됩니다. | +| [SourceErase](#SourceErase) | 대상 영역의 반전된 색상이 Boolean `AND` 연산자를 사용해 소스 영역의 색상과 결합됩니다. | +| [DestinationInvert](#DestinationInvert) | 대상 영역이 반전됩니다. | +| [PatInvert](#PatInvert) | 대상 디바이스 컨텍스트에서 현재 선택된 브러시의 색상이 Boolean `XOR` 연산자를 사용해 대상 색상과 결합됩니다. | +| [SourceInvert](#SourceInvert) | 소스와 대상 영역의 색상이 Boolean `XOR` 연산자를 사용해 결합됩니다. | +| [SourceAnd](#SourceAnd) | 소스와 대상 영역의 색상이 Boolean `AND` 연산자를 사용해 결합됩니다. | +| [MergePaint](#MergePaint) | 반전된 소스 영역의 색상이 Boolean `OR` 연산자를 사용해 대상 영역의 색상과 병합됩니다. | +| [MergeCopy](#MergeCopy) | 소스 영역의 색상이 Boolean `AND` 연산자를 사용해 대상 디바이스 컨텍스트의 선택된 브러시 색상과 병합됩니다. | +| [SourceCopy](#SourceCopy) | 소스 영역이 직접 대상 영역에 복사됩니다. | +| [SourcePaint](#SourcePaint) | 소스와 대상 영역의 색상이 Boolean `OR` 연산자를 사용해 결합됩니다. | +| [PatCopy](#PatCopy) | 대상 디바이스 컨텍스트에서 현재 선택된 브러시가 대상 비트맵에 복사됩니다. | +| [PatPaint](#PatPaint) | 대상 디바이스 컨텍스트에서 현재 선택된 브러시의 색상이 Boolean `OR` 연산자를 사용해 반전된 소스 영역의 색상과 결합됩니다. | +| [Whiteness](#Whiteness) | 대상 영역은 물리 팔레트의 인덱스 1에 연결된 색상을 사용해 채워집니다. | +| [CaptureBlt](#CaptureBlt) | 귀하의 창 위에 레이어된 윈도우가 결과 이미지에 포함됩니다. | +### NoMirrorBitmap {#NoMirrorBitmap} +``` +public static final int NoMirrorBitmap +``` + + +비트맵이 반사되지 않습니다. + +### Blackness {#Blackness} +``` +public static final int Blackness +``` + + +대상 영역은 물리 팔레트의 인덱스 0에 연결된 색상을 사용해 채워집니다. (이 색상은 기본 물리 팔레트에서 검은색입니다.) + +### NotSourceErase {#NotSourceErase} +``` +public static final int NotSourceErase +``` + + +소스와 대상 색상은 Boolean `OR` 연산자를 사용해 결합된 후, 결과 색상이 반전됩니다. + +### NotSourceCopy {#NotSourceCopy} +``` +public static final int NotSourceCopy +``` + + +반전된 소스 영역이 대상에 복사됩니다. + +### SourceErase {#SourceErase} +``` +public static final int SourceErase +``` + + +대상 영역의 반전된 색상이 Boolean `AND` 연산자를 사용해 소스 영역의 색상과 결합됩니다. + +### DestinationInvert {#DestinationInvert} +``` +public static final int DestinationInvert +``` + + +대상 영역이 반전됩니다. + +### PatInvert {#PatInvert} +``` +public static final int PatInvert +``` + + +대상 디바이스 컨텍스트에서 현재 선택된 브러시의 색상이 Boolean `XOR` 연산자를 사용해 대상 색상과 결합됩니다. + +### SourceInvert {#SourceInvert} +``` +public static final int SourceInvert +``` + + +소스와 대상 영역의 색상이 Boolean `XOR` 연산자를 사용해 결합됩니다. + +### SourceAnd {#SourceAnd} +``` +public static final int SourceAnd +``` + + +소스와 대상 영역의 색상이 Boolean `AND` 연산자를 사용해 결합됩니다. + +### MergePaint {#MergePaint} +``` +public static final int MergePaint +``` + + +반전된 소스 영역의 색상이 Boolean `OR` 연산자를 사용해 대상 영역의 색상과 병합됩니다. + +### MergeCopy {#MergeCopy} +``` +public static final int MergeCopy +``` + + +소스 영역의 색상이 Boolean `AND` 연산자를 사용해 대상 디바이스 컨텍스트의 선택된 브러시 색상과 병합됩니다. + +### SourceCopy {#SourceCopy} +``` +public static final int SourceCopy +``` + + +소스 영역이 직접 대상 영역에 복사됩니다. + +### SourcePaint {#SourcePaint} +``` +public static final int SourcePaint +``` + + +소스와 대상 영역의 색상이 Boolean `OR` 연산자를 사용해 결합됩니다. + +### PatCopy {#PatCopy} +``` +public static final int PatCopy +``` + + +대상 디바이스 컨텍스트에서 현재 선택된 브러시가 대상 비트맵에 복사됩니다. + +### PatPaint {#PatPaint} +``` +public static final int PatPaint +``` + + +대상 장치 컨텍스트에서 현재 선택된 브러시의 색상은 부울 `OR` 연산자를 사용하여 반전된 소스 영역의 색상과 결합됩니다. 이 연산의 결과는 부울 `OR` 연산자를 사용하여 대상 영역의 색상과 결합됩니다. + +### Whiteness {#Whiteness} +``` +public static final int Whiteness +``` + + +대상 영역은 물리 팔레트에서 인덱스 1에 연결된 색상을 사용하여 채워집니다. (기본 물리 팔레트의 경우 이 색상은 흰색입니다.) + +### CaptureBlt {#CaptureBlt} +``` +public static final int CaptureBlt +``` + + +귀하의 창 위에 레이어된 창이 결과 이미지에 포함됩니다. 기본적으로 이미지에는 귀하의 창만 포함됩니다. 일반적으로 이것은 인쇄 장치 컨텍스트에 사용할 수 없다는 점에 유의하십시오. + diff --git a/korean/java/com.aspose.drawing/drawimageabort/_index.md b/korean/java/com.aspose.drawing/drawimageabort/_index.md new file mode 100644 index 000000000..6b80d398c --- /dev/null +++ b/korean/java/com.aspose.drawing/drawimageabort/_index.md @@ -0,0 +1,78 @@ +--- +title: Graphics.DrawImageAbort +second_title: Aspose.Drawing for Java API 참조 +description: +type: docs +weight: 10 +url: /ko/java/com.aspose.drawing/graphics.drawimageabort/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate +``` +public abstract static class Graphics.DrawImageAbort extends System.MulticastDelegate +``` +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [DrawImageAbort()](#DrawImageAbort--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [invoke(System.IntPtr callbackdata)](#invoke-com.aspose.ms.System.IntPtr-) | `DrawImage` 메서드가 실행을 조기에 취소하고 이미지를 그리는 것을 중단해야 하는 시점을 결정하기 위한 콜백 메서드를 제공합니다. | +| [beginInvoke(System.IntPtr callbackdata, System.AsyncCallback callback, Object state)](#beginInvoke-com.aspose.ms.System.IntPtr-com.aspose.ms.System.AsyncCallback-java.lang.Object-) | | +| [endInvoke(System.IAsyncResult result)](#endInvoke-com.aspose.ms.System.IAsyncResult-) | | +### DrawImageAbort() {#DrawImageAbort--} +``` +public DrawImageAbort() +``` + + +### invoke(System.IntPtr callbackdata) {#invoke-com.aspose.ms.System.IntPtr-} +``` +public abstract boolean invoke(System.IntPtr callbackdata) +``` + + +`DrawImage` 메서드가 실행을 조기에 취소하고 이미지를 그리는 것을 중단해야 하는 시점을 결정하기 위한 콜백 메서드를 제공합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| callbackdata | com.aspose.ms.System.IntPtr | 콜백 메서드에 대한 데이터를 지정하는 내부 포인터입니다. 이 매개변수는 모든 `DrawImage` 오버로드에 전달되지 않습니다. `System.IntPtr.Zero` 값을 확인하여 해당 포인터가 없는지 테스트할 수 있습니다. | + +**Returns:** +boolean - 이 메서드는 `DrawImage` 메서드를 조기에 중단해야 한다고 판단되면 true를 반환합니다. 그렇지 않으면 `DrawImage` 메서드가 계속 실행되어야 함을 나타내기 위해 false를 반환합니다. +### beginInvoke(System.IntPtr callbackdata, System.AsyncCallback callback, Object state) {#beginInvoke-com.aspose.ms.System.IntPtr-com.aspose.ms.System.AsyncCallback-java.lang.Object-} +``` +public final System.IAsyncResult beginInvoke(System.IntPtr callbackdata, System.AsyncCallback callback, Object state) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| callbackdata | com.aspose.ms.System.IntPtr | | +| callback | com.aspose.ms.System.AsyncCallback | | +| state | java.lang.Object | | + +**Returns:** +com.aspose.ms.System.IAsyncResult +### endInvoke(System.IAsyncResult result) {#endInvoke-com.aspose.ms.System.IAsyncResult-} +``` +public final boolean endInvoke(System.IAsyncResult result) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| result | com.aspose.ms.System.IAsyncResult | | + +**Returns:** +boolean diff --git a/korean/java/com.aspose.drawing/drawingsettings/_index.md b/korean/java/com.aspose.drawing/drawingsettings/_index.md new file mode 100644 index 000000000..d86c51bde --- /dev/null +++ b/korean/java/com.aspose.drawing/drawingsettings/_index.md @@ -0,0 +1,63 @@ +--- +title: DrawingSettings +second_title: Aspose.Drawing for Java API 참조 +description: 아직 완전히 구현되지 않은 일부 기능을 사용할 경우 그리기 라이브러리의 동작을 조정할 수 있도록 합니다. +type: docs +weight: 19 +url: /ko/java/com.aspose.drawing/drawingsettings/ +--- +**Inheritance:** +java.lang.Object +``` +public final class DrawingSettings +``` + +아직 완전히 구현되지 않은 일부 기능을 사용할 경우 그리기 라이브러리의 동작을 조정할 수 있도록 합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [DrawingSettings()](#DrawingSettings--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getStrictMode()](#getStrictMode--) | 구현되지 않은 기능에 대한 보다 엄격한 캐치가 활성화되어 있는지를 나타내는 값을 가져옵니다. | +| [setStrictMode(boolean value)](#setStrictMode-boolean-) | 구현되지 않은 기능에 대한 보다 엄격한 캐치가 활성화되어 있는지를 나타내는 값을 설정합니다. | +### DrawingSettings() {#DrawingSettings--} +``` +public DrawingSettings() +``` + + +### getStrictMode() {#getStrictMode--} +``` +public static boolean getStrictMode() +``` + + +구현되지 않은 기능에 대한 보다 엄격한 캐치가 활성화되어 있는지를 나타내는 값을 가져옵니다. + +-------------------- + +true로 설정하면 현재 구현에서 올바르게 작동하지 않는 기능/매개변수를 사용할 경우 라이브러리가 NotImplementedException을 발생시킵니다. false로 설정하면 일부 매개변수가 무시되어 사용자 프로그램이 작동할 수 있도록 합니다. 이 경우 그리기 결과가 GDI+와 비교하여 다르게 보일 수 있습니다. + +**Returns:** +boolean - 구현되지 않은 기능에 대한 보다 엄격한 캐치가 활성화되어 있는지를 나타내는 값. +### setStrictMode(boolean value) {#setStrictMode-boolean-} +``` +public static void setStrictMode(boolean value) +``` + + +구현되지 않은 기능에 대한 보다 엄격한 캐치가 활성화되어 있는지를 나타내는 값을 설정합니다. + +-------------------- + +true로 설정하면 현재 구현에서 올바르게 작동하지 않는 기능/매개변수를 사용할 경우 라이브러리가 NotImplementedException을 발생시킵니다. false로 설정하면 일부 매개변수가 무시되어 사용자 프로그램이 작동할 수 있도록 합니다. 이 경우 그리기 결과가 GDI+와 비교하여 다르게 보일 수 있습니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | boolean | 구현되지 않은 기능에 대한 보다 엄격한 캐치가 활성화되어 있는지를 나타내는 값. | + diff --git a/korean/java/com.aspose.drawing/enumeratemetafileproc/_index.md b/korean/java/com.aspose.drawing/enumeratemetafileproc/_index.md new file mode 100644 index 000000000..ed00af25a --- /dev/null +++ b/korean/java/com.aspose.drawing/enumeratemetafileproc/_index.md @@ -0,0 +1,70 @@ +--- +title: Graphics.EnumerateMetafileProc +second_title: Aspose.Drawing for Java API 참조 +description: +type: docs +weight: 11 +url: /ko/java/com.aspose.drawing/graphics.enumeratemetafileproc/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate +``` +public abstract static class Graphics.EnumerateMetafileProc extends System.MulticastDelegate +``` +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [EnumerateMetafileProc()](#EnumerateMetafileProc--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [invoke(int recordType, int flags, int dataSize, System.IntPtr data, PlayRecordCallback callbackData)](#invoke-int-int-int-com.aspose.ms.System.IntPtr-com.aspose.drawing.imaging.PlayRecordCallback-) | `EnumerateMetafile` 메서드에 대한 콜백 메서드를 제공합니다. | +| [beginInvoke(int recordType, int flags, int dataSize, System.IntPtr data, PlayRecordCallback callbackData, System.AsyncCallback callback, Object state)](#beginInvoke-int-int-int-com.aspose.ms.System.IntPtr-com.aspose.drawing.imaging.PlayRecordCallback-com.aspose.ms.System.AsyncCallback-java.lang.Object-) | | +### EnumerateMetafileProc() {#EnumerateMetafileProc--} +``` +public EnumerateMetafileProc() +``` + + +### invoke(int recordType, int flags, int dataSize, System.IntPtr data, PlayRecordCallback callbackData) {#invoke-int-int-int-com.aspose.ms.System.IntPtr-com.aspose.drawing.imaging.PlayRecordCallback-} +``` +public abstract boolean invoke(int recordType, int flags, int dataSize, System.IntPtr data, PlayRecordCallback callbackData) +``` + + +`EnumerateMetafile` 메서드에 대한 콜백 메서드를 제공합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| recordType | int | [EmfPlusRecordType](../../com.aspose.drawing.imaging/emfplusrecordtype) 열거형의 멤버로, 메타파일 레코드의 유형을 지정합니다. | +| flags | int | 레코드의 속성을 지정하는 플래그 집합. | +| dataSize | int | 레코드 데이터의 바이트 수. | +| 데이터 | com.aspose.ms.System.IntPtr | 레코드 데이터를 포함하는 버퍼에 대한 포인터입니다. | +| callbackData | [PlayRecordCallback](../../com.aspose.drawing.imaging/playrecordcallback) | 이 인수는 사용되지 않습니다. | + +**Returns:** +boolean - 레코드 열거를 계속하려면 true를 반환하고, 그렇지 않으면 false를 반환합니다. +### beginInvoke(int recordType, int flags, int dataSize, System.IntPtr data, PlayRecordCallback callbackData, System.AsyncCallback callback, Object state) {#beginInvoke-int-int-int-com.aspose.ms.System.IntPtr-com.aspose.drawing.imaging.PlayRecordCallback-com.aspose.ms.System.AsyncCallback-java.lang.Object-} +``` +public final System.IAsyncResult beginInvoke(int recordType, int flags, int dataSize, System.IntPtr data, PlayRecordCallback callbackData, System.AsyncCallback callback, Object state) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| recordType | int | | +| flags | int | | +| dataSize | int | | +| 데이터 | com.aspose.ms.System.IntPtr | | +| callbackData | [PlayRecordCallback](../../com.aspose.drawing.imaging/playrecordcallback) | | +| callback | com.aspose.ms.System.AsyncCallback | | +| state | java.lang.Object | | + +**Returns:** +com.aspose.ms.System.IAsyncResult diff --git a/korean/java/com.aspose.drawing/enumeratemetafileprocbyte/_index.md b/korean/java/com.aspose.drawing/enumeratemetafileprocbyte/_index.md new file mode 100644 index 000000000..6f3239756 --- /dev/null +++ b/korean/java/com.aspose.drawing/enumeratemetafileprocbyte/_index.md @@ -0,0 +1,86 @@ +--- +title: Graphics.EnumerateMetafileProcByte +second_title: Aspose.Drawing for Java API 참조 +description: +type: docs +weight: 12 +url: /ko/java/com.aspose.drawing/graphics.enumeratemetafileprocbyte/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate +``` +public abstract static class Graphics.EnumerateMetafileProcByte extends System.MulticastDelegate +``` +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [EnumerateMetafileProcByte()](#EnumerateMetafileProcByte--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [invoke(int recordType, int flags, int dataSize, byte[] data, PlayRecordCallback callbackData)](#invoke-int-int-int-byte---com.aspose.drawing.imaging.PlayRecordCallback-) | | +| [beginInvoke(int recordType, int flags, int dataSize, byte[] data, PlayRecordCallback callbackData, System.AsyncCallback callback, Object state)](#beginInvoke-int-int-int-byte---com.aspose.drawing.imaging.PlayRecordCallback-com.aspose.ms.System.AsyncCallback-java.lang.Object-) | | +| [endInvoke(System.IAsyncResult result)](#endInvoke-com.aspose.ms.System.IAsyncResult-) | | +### EnumerateMetafileProcByte() {#EnumerateMetafileProcByte--} +``` +public EnumerateMetafileProcByte() +``` + + +### invoke(int recordType, int flags, int dataSize, byte[] data, PlayRecordCallback callbackData) {#invoke-int-int-int-byte---com.aspose.drawing.imaging.PlayRecordCallback-} +``` +public abstract boolean invoke(int recordType, int flags, int dataSize, byte[] data, PlayRecordCallback callbackData) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| recordType | int | | +| flags | int | | +| dataSize | int | | +| 데이터 | byte[] | | +| callbackData | [PlayRecordCallback](../../com.aspose.drawing.imaging/playrecordcallback) | | + +**Returns:** +boolean +### beginInvoke(int recordType, int flags, int dataSize, byte[] data, PlayRecordCallback callbackData, System.AsyncCallback callback, Object state) {#beginInvoke-int-int-int-byte---com.aspose.drawing.imaging.PlayRecordCallback-com.aspose.ms.System.AsyncCallback-java.lang.Object-} +``` +public final System.IAsyncResult beginInvoke(int recordType, int flags, int dataSize, byte[] data, PlayRecordCallback callbackData, System.AsyncCallback callback, Object state) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| recordType | int | | +| flags | int | | +| dataSize | int | | +| 데이터 | byte[] | | +| callbackData | [PlayRecordCallback](../../com.aspose.drawing.imaging/playrecordcallback) | | +| callback | com.aspose.ms.System.AsyncCallback | | +| state | java.lang.Object | | + +**Returns:** +com.aspose.ms.System.IAsyncResult +### endInvoke(System.IAsyncResult result) {#endInvoke-com.aspose.ms.System.IAsyncResult-} +``` +public final boolean endInvoke(System.IAsyncResult result) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| result | com.aspose.ms.System.IAsyncResult | | + +**Returns:** +boolean diff --git a/korean/java/com.aspose.drawing/features/_index.md b/korean/java/com.aspose.drawing/features/_index.md new file mode 100644 index 000000000..21f0bdde7 --- /dev/null +++ b/korean/java/com.aspose.drawing/features/_index.md @@ -0,0 +1,55 @@ +--- +title: 기능 +second_title: Aspose.Drawing for Java API 참조 +description: Aspose.Drawing 라이브러리의 기능입니다. +type: docs +weight: 20 +url: /ko/java/com.aspose.drawing/features/ +--- +**Inheritance:** +java.lang.Object +``` +public final class Features +``` + +Aspose.Drawing 라이브러리의 기능입니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [Features()](#Features--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getVectorRegions()](#getVectorRegions--) | 벡터 경로가 있는 확장 영역을 사용할지 여부를 나타내는 값을 가져오거나 설정합니다. | +| [setVectorRegions(boolean value)](#setVectorRegions-boolean-) | 벡터 경로가 있는 확장 영역을 사용할지 여부를 나타내는 값을 가져오거나 설정합니다. | +### Features() {#Features--} +``` +public Features() +``` + + +### getVectorRegions() {#getVectorRegions--} +``` +public static boolean getVectorRegions() +``` + + +벡터 경로가 있는 확장 영역을 사용할지 여부를 나타내는 값을 가져오거나 설정합니다. + +**Returns:** +boolean +### setVectorRegions(boolean value) {#setVectorRegions-boolean-} +``` +public static void setVectorRegions(boolean value) +``` + + +벡터 경로가 있는 확장 영역을 사용할지 여부를 나타내는 값을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | boolean | | + diff --git a/korean/java/com.aspose.drawing/font/_index.md b/korean/java/com.aspose.drawing/font/_index.md new file mode 100644 index 000000000..7dda75215 --- /dev/null +++ b/korean/java/com.aspose.drawing/font/_index.md @@ -0,0 +1,509 @@ +--- +title: Font +second_title: Aspose.Drawing for Java API 참조 +description: 텍스트에 대한 특정 형식을 정의하며, 글꼴, 크기 및 스타일 속성을 포함합니다. +type: docs +weight: 21 +url: /ko/java/com.aspose.drawing/font/ +--- +**Inheritance:** +java.lang.Object + +**All Implemented Interfaces:** +com.aspose.ms.System.IDisposable +``` +public final class Font implements System.IDisposable +``` + +텍스트에 대한 특정 형식을 정의하며, 글꼴, 크기 및 스타일 속성을 포함합니다. 이 클래스는 상속될 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [Font(Font prototype, int newStyle)](#Font-com.aspose.drawing.Font-int-) | 새로운 [Font](../../com.aspose.drawing/font) 클래스 인스턴스를 초기화하고 지정된 기존 [Font](../../com.aspose.drawing/font) 및 [FontStyle](../../com.aspose.drawing/fontstyle) 열거형을 사용합니다. | +| [Font(FontFamily family, float emSize)](#Font-com.aspose.drawing.FontFamily-float-) | 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다. | +| [Font(FontFamily family, float emSize, int style)](#Font-com.aspose.drawing.FontFamily-float-int-) | 지정된 크기와 스타일을 사용하여 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다.. | +| [Font(FontFamily family, float emSize, int style, int unit)](#Font-com.aspose.drawing.FontFamily-float-int-int-) | 지정된 크기, 스타일 및 단위를 사용하여 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다. | +| [Font(FontFamily family, float emSize, int style, int unit, byte gdiCharSet)](#Font-com.aspose.drawing.FontFamily-float-int-int-byte-) | 지정된 크기, 스타일, 단위 및 문자 집합을 사용하여 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다.. | +| [Font(FontFamily family, float emSize, int style, int unit, byte gdiCharSet, boolean gdiVerticalFont)](#Font-com.aspose.drawing.FontFamily-float-int-int-byte-boolean-) | 지정된 크기, 스타일, 단위 및 문자 집합을 사용하여 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다.. | +| [Font(String familyName, float emSize)](#Font-java.lang.String-float-) | 지정된 크기를 사용하여 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다. | +| [Font(String familyName, float emSize, int style)](#Font-java.lang.String-float-int-) | 지정된 크기와 스타일을 사용하여 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다. | +| [Font(String familyName, float emSize, int style, int unit)](#Font-java.lang.String-float-int-int-) | 지정된 크기, 스타일 및 단위를 사용하여 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다. | +| [Font(String familyName, float emSize, int style, int unit, byte gdiCharSet)](#Font-java.lang.String-float-int-int-byte-) | 지정된 크기, 스타일, 단위 및 문자 집합을 사용하여 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다. | +| [Font(String familyName, float emSize, int style, int unit, byte gdiCharSet, boolean gdiVerticalFont)](#Font-java.lang.String-float-int-int-byte-boolean-) | 지정된 크기, 스타일, 단위 및 문자 집합을 사용하여 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getFontFamily()](#getFontFamily--) | 이 [Font](../../com.aspose.drawing/font)와 연결된 `FontFamily`([.getFontFamily](../../null/\#getFontFamily))를 가져옵니다. | +| [getBold()](#getBold--) | 이 [Font](../../com.aspose.drawing/font)이 굵게 표시되는지 여부를 나타내는 값을 가져옵니다. | +| [getGdiCharSet()](#getGdiCharSet--) | 이 [Font](../../com.aspose.drawing/font)이 사용하는 GDI 문자 집합을 지정하는 바이트 값을 가져옵니다. | +| [getGdiVerticalFont()](#getGdiVerticalFont--) | 이 [Font](../../com.aspose.drawing/font)이 GDI 수직 글꼴에서 파생되었는지 여부를 나타내는 값을 가져옵니다.. | +| [getItalic()](#getItalic--) | 이 [Font](../../com.aspose.drawing/font)이 이탤릭인지 여부를 나타내는 값을 가져옵니다. | +| [getName()](#getName--) | 이 [Font](../../com.aspose.drawing/font)의 글꼴 이름을 가져옵니다. | +| [getStrikeout()](#getStrikeout--) | 이 [Font](../../com.aspose.drawing/font)이 글꼴에 가로선을 지정하는지 여부를 나타내는 값을 가져옵니다. | +| [getUnderline()](#getUnderline--) | 이 [Font](../../com.aspose.drawing/font)이 밑줄이 있는지 여부를 나타내는 값을 가져옵니다. | +| [getStyle()](#getStyle--) | 이 [Font](../../com.aspose.drawing/font)의 스타일 정보를 가져옵니다. | +| [getSize()](#getSize--) | `Font.Unit` 속성에서 지정한 단위로 측정된 이 [Font](../../com.aspose.drawing/font)의 em 크기를 가져옵니다. | +| [getSizeInPoints()](#getSizeInPoints--) | 이 [Font](../../com.aspose.drawing/font)의 포인트 단위 em 크기를 가져옵니다. | +| [getUnit()](#getUnit--) | 이 [Font](../../com.aspose.drawing/font)의 측정 단위를 가져옵니다. | +| [getHeight_Rename_Namesake()](#getHeight-Rename-Namesake--) | 이 글꼴의 줄 간격을 가져옵니다. | +| [isSystemFont()](#isSystemFont--) | 글꼴이 [SystemFonts](../../com.aspose.drawing/systemfonts)의 멤버인지 여부를 나타내는 값을 가져옵니다. | +| [getSystemFontName()](#getSystemFontName--) | IsSystemFont 속성이 true를 반환하면 시스템 글꼴의 이름을 가져옵니다. | +| [getOriginalFontName()](#getOriginalFontName--) | 원래 지정된 글꼴의 이름을 가져옵니다. | +| [deepClone()](#deepClone--) | 이 [Font](../../com.aspose.drawing/font)의 정확한 복사본을 생성합니다. | +| [equals(Object obj)](#equals-java.lang.Object-) | 지정된 객체가 [Font](../../com.aspose.drawing/font)인지 여부와 이 [Font](../../com.aspose.drawing/font)와 동일한 `FontFamily`([.getFontFamily](../../null/\#getFontFamily)), `M:GdiVerticalFont`, `M:GdiCharSet`, `M:Style`, `M:Size`, `M:Unit` 속성 값을 가지고 있는지 나타냅니다. | +| [hashCode()](#hashCode--) | 이 [Font](../../com.aspose.drawing/font)의 해시 코드를 가져옵니다. | +| [getHeight()](#getHeight--) | 이 폰트의 줄 간격을 픽셀 단위로 반환합니다. | +| [getHeight(Graphics graphics)](#getHeight-com.aspose.drawing.Graphics-) | 지정된 [Graphics](../../com.aspose.drawing/graphics)의 현재 단위로 이 폰트의 줄 간격을 반환합니다. | +| [getHeight(float dpi)](#getHeight-float-) | 지정된 수직 해상도를 가진 장치에 그려질 때 이 [Font](../../com.aspose.drawing/font)의 높이를 픽셀 단위로 반환합니다. | +| [dispose()](#dispose--) | 이 [Font](../../com.aspose.drawing/font)에서 사용된 모든 리소스를 해제합니다. | +| [toString()](#toString--) | 이 [Font](../../com.aspose.drawing/font)의 사람이 읽을 수 있는 문자열 표현을 반환합니다. | +| [getCharacterSet()](#getCharacterSet--) | 이 `Font`이 사용하는 문자 집합을 지정하는 바이트 값을 가져옵니다. | +### Font(Font prototype, int newStyle) {#Font-com.aspose.drawing.Font-int-} +``` +public Font(Font prototype, int newStyle) +``` + + +새로운 [Font](../../com.aspose.drawing/font) 클래스 인스턴스를 초기화하고 지정된 기존 [Font](../../com.aspose.drawing/font) 및 [FontStyle](../../com.aspose.drawing/fontstyle) 열거형을 사용합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| prototype | [Font](../../com.aspose.drawing/font) | 새 [Font](../../com.aspose.drawing/font)을 생성할 기존 [Font](../../com.aspose.drawing/font)입니다. | +| newStyle | int | 새 [Font](../../com.aspose.drawing/font)에 적용할 [FontStyle](../../com.aspose.drawing/fontstyle)입니다. [FontStyle](../../com.aspose.drawing/fontstyle) 열거형의 여러 값을 OR 연산자로 결합할 수 있습니다. | + +### Font(FontFamily family, float emSize) {#Font-com.aspose.drawing.FontFamily-float-} +``` +public Font(FontFamily family, float emSize) +``` + + +새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| family | [FontFamily](../../com.aspose.drawing/fontfamily) | 새 [Font](../../com.aspose.drawing/font)의 `FontFamily`([.getFontFamily](../../null/\#getFontFamily))입니다. | +| emSize | float | 새 폰트의 em-크기(포인트)입니다. | + +### Font(FontFamily family, float emSize, int style) {#Font-com.aspose.drawing.FontFamily-float-int-} +``` +public Font(FontFamily family, float emSize, int style) +``` + + +지정된 크기와 스타일을 사용하여 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다.. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| family | [FontFamily](../../com.aspose.drawing/fontfamily) | 새 [Font](../../com.aspose.drawing/font)의 `FontFamily`([.getFontFamily](../../null/\#getFontFamily))입니다. | +| emSize | float | 새 폰트의 em-크기(포인트)입니다. | +| style | int | 새 폰트의 [FontStyle](../../com.aspose.drawing/fontstyle)입니다. | + +### Font(FontFamily family, float emSize, int style, int unit) {#Font-com.aspose.drawing.FontFamily-float-int-int-} +``` +public Font(FontFamily family, float emSize, int style, int unit) +``` + + +지정된 크기, 스타일 및 단위를 사용하여 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| family | [FontFamily](../../com.aspose.drawing/fontfamily) | 새 [Font](../../com.aspose.drawing/font)의 `FontFamily`([.getFontFamily](../../null/\#getFontFamily))입니다. | +| emSize | float | `unit` 매개변수에 지정된 단위로 새 폰트의 em-크기입니다. | +| style | int | 새 폰트의 [FontStyle](../../com.aspose.drawing/fontstyle)입니다. | +| unit | int | 새 폰트의 [GraphicsUnit](../../com.aspose.drawing/graphicsunit)입니다. | + +### Font(FontFamily family, float emSize, int style, int unit, byte gdiCharSet) {#Font-com.aspose.drawing.FontFamily-float-int-int-byte-} +``` +public Font(FontFamily family, float emSize, int style, int unit, byte gdiCharSet) +``` + + +지정된 크기, 스타일, 단위 및 문자 집합을 사용하여 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다.. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| family | [FontFamily](../../com.aspose.drawing/fontfamily) | 새 [Font](../../com.aspose.drawing/font)의 `FontFamily`([.getFontFamily](../../null/\#getFontFamily))입니다. | +| emSize | float | `unit` 매개변수에 지정된 단위로 새 폰트의 em-크기입니다. | +| style | int | 새 폰트의 [FontStyle](../../com.aspose.drawing/fontstyle)입니다. | +| unit | int | 새 폰트의 [GraphicsUnit](../../com.aspose.drawing/graphicsunit)입니다. | +| gdiCharSet | byte | 새 폰트에 사용할 GDI 문자 집합입니다. | + +### Font(FontFamily family, float emSize, int style, int unit, byte gdiCharSet, boolean gdiVerticalFont) {#Font-com.aspose.drawing.FontFamily-float-int-int-byte-boolean-} +``` +public Font(FontFamily family, float emSize, int style, int unit, byte gdiCharSet, boolean gdiVerticalFont) +``` + + +지정된 크기, 스타일, 단위 및 문자 집합을 사용하여 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다.. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| family | [FontFamily](../../com.aspose.drawing/fontfamily) | 새 [Font](../../com.aspose.drawing/font)의 `FontFamily`([.getFontFamily](../../null/\#getFontFamily))입니다. | +| emSize | float | `unit` 매개변수에 지정된 단위로 새 폰트의 em-크기입니다. | +| style | int | 새 폰트의 [FontStyle](../../com.aspose.drawing/fontstyle)입니다. | +| unit | int | 새 폰트의 [GraphicsUnit](../../com.aspose.drawing/graphicsunit)입니다. | +| gdiCharSet | byte | 새 폰트에 사용할 GDI 문자 집합입니다. | +| gdiVerticalFont | boolean | 새 폰트가 GDI 수직 폰트에서 파생되었는지 여부를 나타내는 Boolean 값입니다. | + +### Font(String familyName, float emSize) {#Font-java.lang.String-float-} +``` +public Font(String familyName, float emSize) +``` + + +지정된 크기를 사용하여 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| familyName | java.lang.String | 새 [Font](../../com.aspose.drawing/font)의 FontFamily에 대한 문자열 표현입니다. | +| emSize | float | 새 폰트의 em-크기(포인트)입니다. | + +### Font(String familyName, float emSize, int style) {#Font-java.lang.String-float-int-} +``` +public Font(String familyName, float emSize, int style) +``` + + +지정된 크기와 스타일을 사용하여 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| familyName | java.lang.String | 새 [Font](../../com.aspose.drawing/font)의 FontFamily에 대한 문자열 표현입니다. | +| emSize | float | 새 폰트의 em-크기(포인트)입니다. | +| style | int | 새 폰트의 [FontStyle](../../com.aspose.drawing/fontstyle)입니다. | + +### Font(String familyName, float emSize, int style, int unit) {#Font-java.lang.String-float-int-int-} +``` +public Font(String familyName, float emSize, int style, int unit) +``` + + +지정된 크기, 스타일 및 단위를 사용하여 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| familyName | java.lang.String | 새 [Font](../../com.aspose.drawing/font)의 `FontFamily`([.getFontFamily](../../null/\#getFontFamily))에 대한 문자열 표현입니다. | +| emSize | float | `unit` 매개변수에 지정된 단위로 새 폰트의 em-크기입니다. | +| style | int | 새 폰트의 [FontStyle](../../com.aspose.drawing/fontstyle)입니다. | +| unit | int | 새 폰트의 [GraphicsUnit](../../com.aspose.drawing/graphicsunit)입니다. | + +### Font(String familyName, float emSize, int style, int unit, byte gdiCharSet) {#Font-java.lang.String-float-int-int-byte-} +``` +public Font(String familyName, float emSize, int style, int unit, byte gdiCharSet) +``` + + +지정된 크기, 스타일, 단위 및 문자 집합을 사용하여 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| familyName | java.lang.String | 새 [Font](../../com.aspose.drawing/font)의 FontFamily에 대한 문자열 표현입니다. | +| emSize | float | `unit` 매개변수에 지정된 단위로 새 폰트의 em-크기입니다. | +| style | int | 새 폰트의 [FontStyle](../../com.aspose.drawing/fontstyle)입니다. | +| unit | int | 새 폰트의 [GraphicsUnit](../../com.aspose.drawing/graphicsunit)입니다. | +| gdiCharSet | byte | 이 폰트에 사용할 GDI 문자 집합을 지정하는 바이트입니다. | + +### Font(String familyName, float emSize, int style, int unit, byte gdiCharSet, boolean gdiVerticalFont) {#Font-java.lang.String-float-int-int-byte-boolean-} +``` +public Font(String familyName, float emSize, int style, int unit, byte gdiCharSet, boolean gdiVerticalFont) +``` + + +지정된 크기, 스타일, 단위 및 문자 집합을 사용하여 새로운 [Font](../../com.aspose.drawing/font) 클래스의 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| familyName | java.lang.String | 새 [Font](../../com.aspose.drawing/font)의 FontFamily에 대한 문자열 표현입니다. | +| emSize | float | `unit` 매개변수에 지정된 단위로 새 폰트의 em-크기입니다. | +| style | int | 새 폰트의 [FontStyle](../../com.aspose.drawing/fontstyle)입니다. | +| unit | int | 새 폰트의 [GraphicsUnit](../../com.aspose.drawing/graphicsunit)입니다. | +| gdiCharSet | byte | 이 폰트에 사용할 GDI 문자 집합을 지정하는 바이트입니다. | +| gdiVerticalFont | boolean | 새 [Font](../../com.aspose.drawing/font)이 GDI 수직 폰트에서 파생되었는지 여부를 나타내는 Boolean 값입니다. | + +### getFontFamily() {#getFontFamily--} +``` +public FontFamily getFontFamily() +``` + + +이 [Font](../../com.aspose.drawing/font)와 연결된 `FontFamily`([.getFontFamily](../../null/\#getFontFamily))를 가져옵니다. + +**Returns:** +[FontFamily](../../com.aspose.drawing/fontfamily) - The `FontFamily`([.getFontFamily](../../null/\#getFontFamily)) associated with this [Font](../../com.aspose.drawing/font). +### getBold() {#getBold--} +``` +public boolean getBold() +``` + + +이 [Font](../../com.aspose.drawing/font)이 굵게 표시되는지 여부를 나타내는 값을 가져옵니다. + +**Returns:** +boolean - 이 [Font](../../com.aspose.drawing/font)이 굵게 표시되는지 여부를 나타내는 값입니다. +### getGdiCharSet() {#getGdiCharSet--} +``` +public byte getGdiCharSet() +``` + + +이 [Font](../../com.aspose.drawing/font)이 사용하는 GDI 문자 집합을 지정하는 바이트 값을 가져옵니다. + +**Returns:** +byte - 이 [Font](../../com.aspose.drawing/font)이 사용하는 GDI 문자 집합을 지정하는 바이트 값입니다. +### getGdiVerticalFont() {#getGdiVerticalFont--} +``` +public boolean getGdiVerticalFont() +``` + + +이 [Font](../../com.aspose.drawing/font)이 GDI 수직 글꼴에서 파생되었는지 여부를 나타내는 값을 가져옵니다.. + +값: 이 [Font](../../com.aspose.drawing/font)이 GDI 수직 글꼴에서 파생된 경우 `true`; 그렇지 않으면 `false`. + +**Returns:** +boolean - 이 [Font](../../com.aspose.drawing/font)이 GDI 수직 글꼴에서 파생되었는지 여부를 나타내는 값입니다. +### getItalic() {#getItalic--} +``` +public boolean getItalic() +``` + + +이 [Font](../../com.aspose.drawing/font)이 이탤릭인지 여부를 나타내는 값을 가져옵니다. + +**Returns:** +boolean - 이 [Font](../../com.aspose.drawing/font)이 이탤릭인지 여부를 나타내는 값입니다. +### getName() {#getName--} +``` +public String getName() +``` + + +이 [Font](../../com.aspose.drawing/font)의 글꼴 이름을 가져옵니다. + +**Returns:** +java.lang.String - 이 [Font](../../com.aspose.drawing/font)의 글꼴 이름입니다. +### getStrikeout() {#getStrikeout--} +``` +public boolean getStrikeout() +``` + + +이 [Font](../../com.aspose.drawing/font)이 글꼴에 가로선을 지정하는지 여부를 나타내는 값을 가져옵니다. + +**Returns:** +boolean - 이 [Font](../../com.aspose.drawing/font)이 글꼴에 가로선을 지정하는지 여부를 나타내는 값입니다. +### getUnderline() {#getUnderline--} +``` +public boolean getUnderline() +``` + + +이 [Font](../../com.aspose.drawing/font)이 밑줄이 있는지 여부를 나타내는 값을 가져옵니다. + +**Returns:** +boolean - 이 [Font](../../com.aspose.drawing/font)이 밑줄이 있는지 여부를 나타내는 값입니다. +### getStyle() {#getStyle--} +``` +public int getStyle() +``` + + +이 [Font](../../com.aspose.drawing/font)의 스타일 정보를 가져옵니다. + +**Returns:** +int - 이 [Font](../../com.aspose.drawing/font)의 스타일 정보입니다. +### getSize() {#getSize--} +``` +public float getSize() +``` + + +`Font.Unit` 속성에서 지정한 단위로 측정된 이 [Font](../../com.aspose.drawing/font)의 em 크기를 가져옵니다. + +**Returns:** +float - 이 [Font](../../com.aspose.drawing/font)의 em 크기를 \\{@code Font}에서 지정한 단위로 측정한 값입니다. +### getSizeInPoints() {#getSizeInPoints--} +``` +public float getSizeInPoints() +``` + + +이 [Font](../../com.aspose.drawing/font)의 포인트 단위 em 크기를 가져옵니다. + +**Returns:** +float - 이 [Font](../../com.aspose.drawing/font)의 포인트 단위 em 크기입니다. +### getUnit() {#getUnit--} +``` +public int getUnit() +``` + + +이 [Font](../../com.aspose.drawing/font)의 측정 단위를 가져옵니다. + +**Returns:** +int - 이 [Font](../../com.aspose.drawing/font)의 측정 단위입니다. +### getHeight_Rename_Namesake() {#getHeight-Rename-Namesake--} +``` +public int getHeight_Rename_Namesake() +``` + + +이 글꼴의 줄 간격을 가져옵니다. + +값: 이 글꼴의 줄 간격(픽셀 단위)입니다. + +**Returns:** +int - 이 글꼴의 줄 간격입니다. +### isSystemFont() {#isSystemFont--} +``` +public boolean isSystemFont() +``` + + +글꼴이 [SystemFonts](../../com.aspose.drawing/systemfonts)의 멤버인지 여부를 나타내는 값을 가져옵니다. + +값: 글꼴이 [SystemFonts](../../com.aspose.drawing/systemfonts)의 구성원인 경우 `true`; 그렇지 않으면 `false`. + +**Returns:** +boolean - 글꼴이 [SystemFonts](../../com.aspose.drawing/systemfonts)의 구성원인지 여부를 나타내는 값입니다. +### getSystemFontName() {#getSystemFontName--} +``` +public String getSystemFontName() +``` + + +IsSystemFont 속성이 true를 반환하면 시스템 글꼴의 이름을 가져옵니다. + +값: IsSystemFont가 true를 반환하면 시스템 글꼴 이름을 반환하고, 그렇지 않으면 빈 문자열(\"\")을 반환합니다. + +**Returns:** +java.lang.String - IsSystemFont 속성이 true를 반환할 경우 시스템 글꼴 이름입니다. +### getOriginalFontName() {#getOriginalFontName--} +``` +public String getOriginalFontName() +``` + + +원래 지정된 글꼴의 이름을 가져옵니다. + +값: 원래 지정된 글꼴 이름을 나타내는 문자열입니다. + +**Returns:** +java.lang.String - 원래 지정된 글꼴 이름입니다. +### deepClone() {#deepClone--} +``` +public Font deepClone() +``` + + +이 [Font](../../com.aspose.drawing/font)의 정확한 복사본을 생성합니다. + +**Returns:** +[Font](../../com.aspose.drawing/font) - The [Font](../../com.aspose.drawing/font) this method creates, cast as an Object. +### equals(Object obj) {#equals-java.lang.Object-} +``` +public boolean equals(Object obj) +``` + + +지정된 객체가 [Font](../../com.aspose.drawing/font)인지 여부와 이 [Font](../../com.aspose.drawing/font)와 동일한 `FontFamily`([.getFontFamily](../../null/\#getFontFamily)), `M:GdiVerticalFont`, `M:GdiCharSet`, `M:Style`, `M:Size`, `M:Unit` 속성 값을 가지고 있는지 나타냅니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| obj | java.lang.Object | 테스트할 객체입니다. | + +**Returns:** +boolean - `true`이면 obj 매개변수가 [Font](../../com.aspose.drawing/font)이며 이 [Font](../../com.aspose.drawing/font)과 동일한 `FontFamily`([.getFontFamily](../../null/\\#getFontFamily)), `M:GdiVerticalFont`, `M:GdiCharSet`, `M:Style`, `M:Size`, `M:Unit` 속성 값을 가지고 있습니다; 그렇지 않으면 `false`. +### hashCode() {#hashCode--} +``` +public int hashCode() +``` + + +이 [Font](../../com.aspose.drawing/font)의 해시 코드를 가져옵니다. + +**Returns:** +int - 이 [Font](../../com.aspose.drawing/font)의 해시 코드입니다. +### getHeight() {#getHeight--} +``` +public int getHeight() +``` + + +이 폰트의 줄 간격을 픽셀 단위로 반환합니다. + +**Returns:** +int - 이 글꼴의 줄 간격(픽셀 단위)입니다. +### getHeight(Graphics graphics) {#getHeight-com.aspose.drawing.Graphics-} +``` +public float getHeight(Graphics graphics) +``` + + +지정된 [Graphics](../../com.aspose.drawing/graphics)의 현재 단위로 이 폰트의 줄 간격을 반환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| graphics | [Graphics](../../com.aspose.drawing/graphics) | [Graphics](../../com.aspose.drawing/graphics)로, 디스플레이 장치의 인치당 도트 수로 표시되는 수직 해상도와 페이지 단위 및 페이지 배율 설정을 보유합니다. | + +**Returns:** +float - 이 글꼴의 줄 간격(픽셀 단위)입니다. +### getHeight(float dpi) {#getHeight-float-} +``` +public int getHeight(float dpi) +``` + + +지정된 수직 해상도를 가진 장치에 그려질 때 이 [Font](../../com.aspose.drawing/font)의 높이를 픽셀 단위로 반환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| dpi | float | 글꼴의 높이를 계산하는 데 사용되는 인치당 점 수(dpi) 단위의 수직 해상도입니다. | + +**Returns:** +int - 이 [Font](../../com.aspose.drawing/font)의 높이(픽셀 단위)입니다. +### dispose() {#dispose--} +``` +public void dispose() +``` + + +이 [Font](../../com.aspose.drawing/font)에서 사용된 모든 리소스를 해제합니다. + +### toString() {#toString--} +``` +public String toString() +``` + + +이 [Font](../../com.aspose.drawing/font)의 사람이 읽을 수 있는 문자열 표현을 반환합니다. + +**Returns:** +java.lang.String - 이 [Font](../../com.aspose.drawing/font)을 나타내는 문자열입니다. +### getCharacterSet() {#getCharacterSet--} +``` +public int getCharacterSet() +``` + + +이 `Font`이 사용하는 문자 집합을 지정하는 바이트 값을 가져옵니다. + +**Returns:** +int - 이 `Font`이 사용하는 문자 집합입니다. diff --git a/korean/java/com.aspose.drawing/fontcollection/_index.md b/korean/java/com.aspose.drawing/fontcollection/_index.md new file mode 100644 index 000000000..fc5248d45 --- /dev/null +++ b/korean/java/com.aspose.drawing/fontcollection/_index.md @@ -0,0 +1,42 @@ +--- +title: FontCollection +second_title: Aspose.Drawing for Java API 참조 +description: 설치된 및 개인 폰트 컬렉션을 위한 기본 클래스를 제공합니다. +type: docs +weight: 22 +url: /ko/java/com.aspose.drawing/fontcollection/ +--- +**Inheritance:** +java.lang.Object + +**All Implemented Interfaces:** +com.aspose.ms.System.IDisposable +``` +public abstract class FontCollection implements System.IDisposable +``` + +설치된 및 개인 폰트 컬렉션을 위한 기본 클래스를 제공합니다. +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getFamilies()](#getFamilies--) | 이 [FontCollection](../../com.aspose.drawing/fontcollection)와 연결된 [FontFamily](../../com.aspose.drawing/fontfamily) 객체 배열을 가져옵니다. | +| [dispose()](#dispose--) | 이 [FontCollection](../../com.aspose.drawing/fontcollection)에서 사용된 모든 리소스를 해제합니다. | +### getFamilies() {#getFamilies--} +``` +public final FontFamily[] getFamilies() +``` + + +이 [FontCollection](../../com.aspose.drawing/fontcollection)와 연결된 [FontFamily](../../com.aspose.drawing/fontfamily) 객체 배열을 가져옵니다. + +**Returns:** +com.aspose.drawing.FontFamily[] - [FontFamily](../../com.aspose.drawing/fontfamily) 객체의 배열입니다. +### dispose() {#dispose--} +``` +public final void dispose() +``` + + +이 [FontCollection](../../com.aspose.drawing/fontcollection)에서 사용된 모든 리소스를 해제합니다. + diff --git a/korean/java/com.aspose.drawing/fontdefinitionext/_index.md b/korean/java/com.aspose.drawing/fontdefinitionext/_index.md new file mode 100644 index 000000000..4ae47dc5a --- /dev/null +++ b/korean/java/com.aspose.drawing/fontdefinitionext/_index.md @@ -0,0 +1,144 @@ +--- +title: FontDefinitionExt +second_title: Aspose.Drawing for Java API 참조 +description: 클래스는 글꼴 정의를 포함합니다 +type: docs +weight: 23 +url: /ko/java/com.aspose.drawing/fontdefinitionext/ +--- +**Inheritance:** +java.lang.Object +``` +public class FontDefinitionExt +``` + +Class는 글꼴 정의를 포함합니다, +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [FontDefinitionExt(String fontName, String familyName, List localizedFamilyNames, int type, String fileName, long offset)](#FontDefinitionExt-java.lang.String-java.lang.String-java.util.List-java.lang.String--int-java.lang.String-long-) | [FontDefinitionExt](../../com.aspose.drawing/fontdefinitionext) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getFamilyName()](#getFamilyName--) | 글꼴 패밀리 이름을 가져옵니다. | +| [getStyle()](#getStyle--) | 글꼴 스타일을 가져옵니다. | +| [getFontName()](#getFontName--) | 글꼴 이름을 가져옵니다. | +| [getPostscriptName()](#getPostscriptName--) | 글꼴의 포스트스크립트 이름을 가져옵니다. | +| [getType()](#getType--) | 글꼴 유형을 가져옵니다. | +| [getFontFile()](#getFontFile--) | 글꼴 파일을 가져옵니다. | +| [getFileName()](#getFileName--) | 파일 이름을 가져옵니다. | +| [getFont()](#getFont--) | 글꼴을 가져옵니다. | +### FontDefinitionExt(String fontName, String familyName, List localizedFamilyNames, int type, String fileName, long offset) {#FontDefinitionExt-java.lang.String-java.lang.String-java.util.List-java.lang.String--int-java.lang.String-long-} +``` +public FontDefinitionExt(String fontName, String familyName, List localizedFamilyNames, int type, String fileName, long offset) +``` + + +[FontDefinitionExt](../../com.aspose.drawing/fontdefinitionext) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| fontName | java.lang.String | 글꼴 이름. | +| familyName | java.lang.String | 글꼴 패밀리. | +| localizedFamilyNames | java.util.List | 지역화된 글꼴 패밀리 이름. | +| type | int | 유형. | +| fileName | java.lang.String | 파일 이름. | +| offset | long | 오프셋입니다. | + +### getFamilyName() {#getFamilyName--} +``` +public final String getFamilyName() +``` + + +글꼴 패밀리 이름을 가져옵니다. + +값: 글꼴 패밀리 이름. + +**Returns:** +java.lang.String +### getStyle() {#getStyle--} +``` +public final String getStyle() +``` + + +글꼴 스타일을 가져옵니다. + +값: 글꼴 스타일. + +**Returns:** +java.lang.String +### getFontName() {#getFontName--} +``` +public final String getFontName() +``` + + +글꼴 이름을 가져옵니다. + +값: 글꼴 이름. + +**Returns:** +java.lang.String +### getPostscriptName() {#getPostscriptName--} +``` +public final String getPostscriptName() +``` + + +글꼴의 포스트스크립트 이름을 가져옵니다. + +값: 글꼴의 포스트스크립트 이름. + +**Returns:** +java.lang.String +### getType() {#getType--} +``` +public final int getType() +``` + + +글꼴 유형을 가져옵니다. + +값: 글꼴 유형. + +**Returns:** +int +### getFontFile() {#getFontFile--} +``` +public final FontFileDefinition getFontFile() +``` + + +글꼴 파일을 가져옵니다. + +값: 글꼴 파일. + +**Returns:** +com.aspose.fonts.sources.FontFileDefinition +### getFileName() {#getFileName--} +``` +public final String getFileName() +``` + + +파일 이름을 가져옵니다. + +값: 파일 이름. + +**Returns:** +java.lang.String +### getFont() {#getFont--} +``` +public final IFont getFont() +``` + + +글꼴을 가져옵니다. + +**Returns:** +com.aspose.fonts.IFont - 현재 정의에 대한 글꼴을 반환합니다. diff --git a/korean/java/com.aspose.drawing/fontfamily/_index.md b/korean/java/com.aspose.drawing/fontfamily/_index.md new file mode 100644 index 000000000..dea769375 --- /dev/null +++ b/korean/java/com.aspose.drawing/fontfamily/_index.md @@ -0,0 +1,257 @@ +--- +title: FontFamily +second_title: Aspose.Drawing for Java API 참조 +description: 유사한 기본 디자인과 스타일의 일부 변형을 가진 타입 페이스 그룹을 정의합니다. +type: docs +weight: 24 +url: /ko/java/com.aspose.drawing/fontfamily/ +--- +**Inheritance:** +java.lang.Object + +**All Implemented Interfaces:** +com.aspose.ms.System.IDisposable +``` +public final class FontFamily implements System.IDisposable +``` + +유사한 기본 디자인과 스타일의 일부 변형을 가진 글꼴 그룹을 정의합니다. 이 클래스는 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [FontFamily(String name)](#FontFamily-java.lang.String-) | 지정된 이름으로 [FontFamily](../../com.aspose.drawing/fontfamily) 클래스의 새 인스턴스를 초기화합니다. | +| [FontFamily(String name, FontCollection fontCollection)](#FontFamily-java.lang.String-com.aspose.drawing.FontCollection-) | [FontFamily](../../com.aspose.drawing/fontfamily) 클래스의 새 인스턴스를 초기화합니다. | +| [FontFamily(String name, FontFamilyDefinition definition)](#FontFamily-java.lang.String-com.aspose.drawing.FontFamilyDefinition-) | [FontFamily](../../com.aspose.drawing/fontfamily) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getFamilies()](#getFamilies--) | 현재 그래픽 컨텍스트와 연결된 모든 [FontFamily](../../com.aspose.drawing/fontfamily) 객체를 포함하는 배열을 가져옵니다. | +| [getGenericSansSerif()](#getGenericSansSerif--) | 일반적인 산세리프 [FontFamily](../../com.aspose.drawing/fontfamily) 객체를 가져옵니다. | +| [getGenericSerif()](#getGenericSerif--) | 일반적인 세리프 [FontFamily](../../com.aspose.drawing/fontfamily) 객체를 가져옵니다. | +| [getGenericMonospace()](#getGenericMonospace--) | 일반적인 고정폭 [FontFamily](../../com.aspose.drawing/fontfamily) 객체를 가져옵니다. | +| [getName()](#getName--) | 이 [FontFamily](../../com.aspose.drawing/fontfamily)의 이름을 가져옵니다. | +| [dispose()](#dispose--) | 이 [FontFamily](../../com.aspose.drawing/fontfamily)에서 사용된 모든 리소스를 해제합니다. | +| [getName(int language)](#getName-int-) | 지정된 언어로 이 [FontFamily](../../com.aspose.drawing/fontfamily)의 이름을 반환합니다. | +| [isStyleAvailable(int style)](#isStyleAvailable-int-) | 지정된 [FontStyle](../../com.aspose.drawing/fontstyle) 열거형이 사용 가능한지 나타냅니다. | +| [getEmHeight(int style)](#getEmHeight-int-) | 지정된 스타일에 대한 EM 사각형의 높이를 글꼴 디자인 단위로 가져옵니다. | +| [getCellAscent(int style)](#getCellAscent-int-) | 지정된 스타일의 [FontFamily](../../com.aspose.drawing/fontfamily) 셀 상승값을 디자인 단위로 반환합니다. | +| [getCellDescent(int style)](#getCellDescent-int-) | 지정된 스타일의 [FontFamily](../../com.aspose.drawing/fontfamily) 셀 하강값을 디자인 단위로 반환합니다. | +| [hashCode()](#hashCode--) | 이 [FontFamily](../../com.aspose.drawing/fontfamily)의 해시 코드를 가져옵니다. | +| [equals(Object obj)](#equals-java.lang.Object-) | 지정된 객체가 [FontFamily](../../com.aspose.drawing/fontfamily)이며 이 [FontFamily](../../com.aspose.drawing/fontfamily)와 동일한지 여부를 나타냅니다. | +| [getLineSpacing(int style)](#getLineSpacing-int-) | 지정된 스타일의 [FontFamily](../../com.aspose.drawing/fontfamily) 줄 간격을 디자인 단위로 반환합니다. | +### FontFamily(String name) {#FontFamily-java.lang.String-} +``` +public FontFamily(String name) +``` + + +지정된 이름으로 [FontFamily](../../com.aspose.drawing/fontfamily) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| name | java.lang.String | 새 [FontFamily](../../com.aspose.drawing/fontfamily)의 이름입니다. | + +### FontFamily(String name, FontCollection fontCollection) {#FontFamily-java.lang.String-com.aspose.drawing.FontCollection-} +``` +public FontFamily(String name, FontCollection fontCollection) +``` + + +[FontFamily](../../com.aspose.drawing/fontfamily) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 이름 | java.lang.String | 글꼴 패밀리의 이름입니다. | +| fontCollection | [FontCollection](../../com.aspose.drawing/fontcollection) | 글꼴 컬렉션입니다. | + +### FontFamily(String name, FontFamilyDefinition definition) {#FontFamily-java.lang.String-com.aspose.drawing.FontFamilyDefinition-} +``` +public FontFamily(String name, FontFamilyDefinition definition) +``` + + +[FontFamily](../../com.aspose.drawing/fontfamily) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 이름 | java.lang.String | 글꼴 패밀리의 이름입니다. | +| definition | [FontFamilyDefinition](../../com.aspose.drawing/fontfamilydefinition) | 정의입니다. | + +### getFamilies() {#getFamilies--} +``` +public static FontFamily[] getFamilies() +``` + + +현재 그래픽 컨텍스트와 연결된 모든 [FontFamily](../../com.aspose.drawing/fontfamily) 객체를 포함하는 배열을 가져옵니다. + +**Returns:** +com.aspose.drawing.FontFamily[] - 현재 그래픽 컨텍스트와 연결된 [FontFamily](../../com.aspose.drawing/fontfamily) 객체 배열입니다. +### getGenericSansSerif() {#getGenericSansSerif--} +``` +public static FontFamily getGenericSansSerif() +``` + + +일반적인 산세리프 [FontFamily](../../com.aspose.drawing/fontfamily) 객체를 가져옵니다. + +**Returns:** +[FontFamily](../../com.aspose.drawing/fontfamily) - A [FontFamily](../../com.aspose.drawing/fontfamily) object that represents a generic sans serif font. +### getGenericSerif() {#getGenericSerif--} +``` +public static FontFamily getGenericSerif() +``` + + +일반적인 세리프 [FontFamily](../../com.aspose.drawing/fontfamily) 객체를 가져옵니다. + +**Returns:** +[FontFamily](../../com.aspose.drawing/fontfamily) - A [FontFamily](../../com.aspose.drawing/fontfamily) that represents a generic serif font. +### getGenericMonospace() {#getGenericMonospace--} +``` +public static FontFamily getGenericMonospace() +``` + + +일반적인 고정폭 [FontFamily](../../com.aspose.drawing/fontfamily) 객체를 가져옵니다. + +**Returns:** +[FontFamily](../../com.aspose.drawing/fontfamily) - A [FontFamily](../../com.aspose.drawing/fontfamily) that represents a generic monospace font. +### getName() {#getName--} +``` +public String getName() +``` + + +이 [FontFamily](../../com.aspose.drawing/fontfamily)의 이름을 가져옵니다. + +**Returns:** +java.lang.String - 이 [FontFamily](../../com.aspose.drawing/fontfamily)의 이름을 나타내는 문자열입니다. +### dispose() {#dispose--} +``` +public void dispose() +``` + + +이 [FontFamily](../../com.aspose.drawing/fontfamily)에서 사용된 모든 리소스를 해제합니다. + +### getName(int language) {#getName-int-} +``` +public String getName(int language) +``` + + +지정된 언어로 이 [FontFamily](../../com.aspose.drawing/fontfamily)의 이름을 반환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 언어 | int | 이름이 반환되는 언어입니다. | + +**Returns:** +java.lang.String - 지정된 언어로 이 [FontFamily](../../com.aspose.drawing/fontfamily)의 이름을 나타내는 문자열입니다. +### isStyleAvailable(int style) {#isStyleAvailable-int-} +``` +public boolean isStyleAvailable(int style) +``` + + +지정된 [FontStyle](../../com.aspose.drawing/fontstyle) 열거형이 사용 가능한지 나타냅니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| style | int | 테스트할 [FontStyle](../../com.aspose.drawing/fontstyle)입니다. | + +**Returns:** +boolean - 지정된 [FontStyle](../../com.aspose.drawing/fontstyle)이 사용 가능한 경우 true; 그렇지 않으면 false. +### getEmHeight(int style) {#getEmHeight-int-} +``` +public int getEmHeight(int style) +``` + + +지정된 스타일에 대한 EM 사각형의 높이를 글꼴 디자인 단위로 가져옵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| style | int | EM 높이를 가져올 [FontStyle](../../com.aspose.drawing/fontstyle)입니다. | + +**Returns:** +int - EM 사각형의 높이입니다. +### getCellAscent(int style) {#getCellAscent-int-} +``` +public int getCellAscent(int style) +``` + + +지정된 스타일의 [FontFamily](../../com.aspose.drawing/fontfamily) 셀 상승값을 디자인 단위로 반환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| style | int | 글꼴에 대한 스타일 정보를 포함하는 [FontStyle](../../com.aspose.drawing/fontstyle)입니다. | + +**Returns:** +int - 지정된 [FontStyle](../../com.aspose.drawing/fontstyle)을 사용하는 이 [FontFamily](../../com.aspose.drawing/fontfamily)의 셀 상승값입니다. +### getCellDescent(int style) {#getCellDescent-int-} +``` +public int getCellDescent(int style) +``` + + +지정된 스타일의 [FontFamily](../../com.aspose.drawing/fontfamily) 셀 하강값을 디자인 단위로 반환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| style | int | 글꼴에 대한 스타일 정보를 포함하는 [FontStyle](../../com.aspose.drawing/fontstyle)입니다. | + +**Returns:** +int - 지정된 [FontStyle](../../com.aspose.drawing/fontstyle)을 사용하는 이 [FontFamily](../../com.aspose.drawing/fontfamily)의 셀 하강 메트릭입니다. +### hashCode() {#hashCode--} +``` +public int hashCode() +``` + + +이 [FontFamily](../../com.aspose.drawing/fontfamily)의 해시 코드를 가져옵니다. + +**Returns:** +int - 이 [FontFamily](../../com.aspose.drawing/fontfamily)의 해시 코드입니다. +### equals(Object obj) {#equals-java.lang.Object-} +``` +public boolean equals(Object obj) +``` + + +지정된 객체가 [FontFamily](../../com.aspose.drawing/fontfamily)이며 이 [FontFamily](../../com.aspose.drawing/fontfamily)와 동일한지 여부를 나타냅니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| obj | java.lang.Object | 테스트할 객체입니다. | + +**Returns:** +boolean - `obj`가 [FontFamily](../../com.aspose.drawing/fontfamily)이며 이 [FontFamily](../../com.aspose.drawing/fontfamily)와 동일한 경우 `true`; 그렇지 않으면 `false`. +### getLineSpacing(int style) {#getLineSpacing-int-} +``` +public int getLineSpacing(int style) +``` + + +지정된 스타일의 [FontFamily](../../com.aspose.drawing/fontfamily)의 줄 간격을 디자인 단위로 반환합니다. 줄 간격은 연속된 두 텍스트 줄의 기준선 사이의 수직 거리입니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| style | int | 적용할 [FontStyle](../../com.aspose.drawing/fontstyle)입니다. | + +**Returns:** +int - 연속된 두 텍스트 줄 사이의 거리입니다. diff --git a/korean/java/com.aspose.drawing/fontfamilydefinition/_index.md b/korean/java/com.aspose.drawing/fontfamilydefinition/_index.md new file mode 100644 index 000000000..a17f2e2cc --- /dev/null +++ b/korean/java/com.aspose.drawing/fontfamilydefinition/_index.md @@ -0,0 +1,90 @@ +--- +title: FontFamilyDefinition +second_title: Aspose.Drawing for Java API 참조 +description: 폰트 패밀리 정의입니다. +type: docs +weight: 25 +url: /ko/java/com.aspose.drawing/fontfamilydefinition/ +--- +**Inheritance:** +java.lang.Object +``` +public class FontFamilyDefinition +``` + +폰트 패밀리 정의입니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [FontFamilyDefinition()](#FontFamilyDefinition--) | 새 인스턴스의 [FontFamilyDefinition](../../com.aspose.drawing/fontfamilydefinition) 클래스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [addFontDefinition(int style, FontDefinitionExt fontDef)](#addFontDefinition-int-com.aspose.drawing.FontDefinitionExt-) | 폰트 정의를 폰트 패밀리에 추가합니다. | +| [getFontDefinition(int style)](#getFontDefinition-int-) | 특정 스타일에 대한 패밀리에서 폰트 정의를 가져옵니다. | +| [matchesLocalizedFamilyName(String localizedFamilyName)](#matchesLocalizedFamilyName-java.lang.String-) | 이 패밀리에서 로컬라이즈된 패밀리 이름을 일치시킵니다. | +| [getFamilyName()](#getFamilyName--) | 이 패밀리의 패밀리 이름을 가져옵니다. | +### FontFamilyDefinition() {#FontFamilyDefinition--} +``` +public FontFamilyDefinition() +``` + + +새 인스턴스의 [FontFamilyDefinition](../../com.aspose.drawing/fontfamilydefinition) 클래스를 초기화합니다. + +### addFontDefinition(int style, FontDefinitionExt fontDef) {#addFontDefinition-int-com.aspose.drawing.FontDefinitionExt-} +``` +public final void addFontDefinition(int style, FontDefinitionExt fontDef) +``` + + +폰트 정의를 폰트 패밀리에 추가합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 스타일 | int | 스타일입니다. | +| fontDef | [FontDefinitionExt](../../com.aspose.drawing/fontdefinitionext) | 폰트 정의입니다. | + +### getFontDefinition(int style) {#getFontDefinition-int-} +``` +public final FontDefinitionExt getFontDefinition(int style) +``` + + +특정 스타일에 대한 패밀리에서 폰트 정의를 가져옵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 스타일 | int | 스타일입니다. | + +**Returns:** +[FontDefinitionExt](../../com.aspose.drawing/fontdefinitionext) - Returns font definition if exist for specified style, null otherwise. +### matchesLocalizedFamilyName(String localizedFamilyName) {#matchesLocalizedFamilyName-java.lang.String-} +``` +public final boolean matchesLocalizedFamilyName(String localizedFamilyName) +``` + + +이 패밀리에서 로컬라이즈된 패밀리 이름을 일치시킵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| localizedFamilyName | java.lang.String | 로컬라이즈된 패밀리 이름입니다. | + +**Returns:** +boolean - 이 패밀리에 로컬라이즈된 패밀리 이름이 포함된 경우 true. +### getFamilyName() {#getFamilyName--} +``` +public final String getFamilyName() +``` + + +이 패밀리의 패밀리 이름을 가져옵니다. + +**Returns:** +java.lang.String - 패밀리 이름, 또는 빈 패밀리의 경우 null. diff --git a/korean/java/com.aspose.drawing/fontstyle/_index.md b/korean/java/com.aspose.drawing/fontstyle/_index.md new file mode 100644 index 000000000..f3b81b577 --- /dev/null +++ b/korean/java/com.aspose.drawing/fontstyle/_index.md @@ -0,0 +1,64 @@ +--- +title: FontStyle +second_title: Aspose.Drawing for Java API 참조 +description: 텍스트에 적용되는 스타일 정보를 지정합니다. +type: docs +weight: 26 +url: /ko/java/com.aspose.drawing/fontstyle/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class FontStyle extends System.Enum +``` + +텍스트에 적용되는 스타일 정보를 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Regular](#Regular) | 보통 텍스트. | +| [Bold](#Bold) | 굵은 텍스트. | +| [Italic](#Italic) | 이탤릭 텍스트. | +| [Underline](#Underline) | 밑줄이 있는 텍스트. | +| [Strikeout](#Strikeout) | 가운데에 선이 그어진 텍스트. | +### Regular {#Regular} +``` +public static final int Regular +``` + + +보통 텍스트. + +### Bold {#Bold} +``` +public static final int Bold +``` + + +굵은 텍스트. + +### Italic {#Italic} +``` +public static final int Italic +``` + + +이탤릭 텍스트. + +### Underline {#Underline} +``` +public static final int Underline +``` + + +밑줄이 있는 텍스트. + +### Strikeout {#Strikeout} +``` +public static final int Strikeout +``` + + +가운데에 선이 그어진 텍스트. + diff --git a/korean/java/com.aspose.drawing/getthumbnailimageabort/_index.md b/korean/java/com.aspose.drawing/getthumbnailimageabort/_index.md new file mode 100644 index 000000000..406744d08 --- /dev/null +++ b/korean/java/com.aspose.drawing/getthumbnailimageabort/_index.md @@ -0,0 +1,74 @@ +--- +title: Image.GetThumbnailImageAbort +second_title: Aspose.Drawing for Java API 참조 +description: 메서드 실행을 조기에 취소해야 하는 시점을 결정하기 위한 콜백 메서드를 제공합니다. +type: docs +weight: 10 +url: /ko/java/com.aspose.drawing/image.getthumbnailimageabort/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate +``` +public abstract static class Image.GetThumbnailImageAbort extends System.MulticastDelegate +``` + +메서드 실행을 조기에 취소해야 하는 시점을 결정하기 위해 [.getThumbnailImage(int, int, GetThumbnailImageAbort, IntPtr)](../../null/\#getThumbnailImage-int--int--GetThumbnailImageAbort--IntPtr-) 메서드에 대한 콜백 메서드를 제공합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [GetThumbnailImageAbort()](#GetThumbnailImageAbort--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [invoke()](#invoke--) | | +| [beginInvoke(System.AsyncCallback callback, Object state)](#beginInvoke-com.aspose.ms.System.AsyncCallback-java.lang.Object-) | | +| [endInvoke(System.IAsyncResult result)](#endInvoke-com.aspose.ms.System.IAsyncResult-) | | +### GetThumbnailImageAbort() {#GetThumbnailImageAbort--} +``` +public GetThumbnailImageAbort() +``` + + +### invoke() {#invoke--} +``` +public abstract boolean invoke() +``` + + + + +**Returns:** +boolean +### beginInvoke(System.AsyncCallback callback, Object state) {#beginInvoke-com.aspose.ms.System.AsyncCallback-java.lang.Object-} +``` +public final System.IAsyncResult beginInvoke(System.AsyncCallback callback, Object state) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| callback | com.aspose.ms.System.AsyncCallback | | +| state | java.lang.Object | | + +**Returns:** +com.aspose.ms.System.IAsyncResult +### endInvoke(System.IAsyncResult result) {#endInvoke-com.aspose.ms.System.IAsyncResult-} +``` +public final boolean endInvoke(System.IAsyncResult result) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| result | com.aspose.ms.System.IAsyncResult | | + +**Returns:** +boolean diff --git a/korean/java/com.aspose.drawing/graphicsunit/_index.md b/korean/java/com.aspose.drawing/graphicsunit/_index.md new file mode 100644 index 000000000..6c031fa94 --- /dev/null +++ b/korean/java/com.aspose.drawing/graphicsunit/_index.md @@ -0,0 +1,82 @@ +--- +title: GraphicsUnit +second_title: Aspose.Drawing for Java API 참조 +description: 주어진 데이터의 측정 단위를 지정합니다. +type: docs +weight: 28 +url: /ko/java/com.aspose.drawing/graphicsunit/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class GraphicsUnit extends System.Enum +``` + +주어진 데이터의 측정 단위를 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [World](#World) | 월드 좌표계 단위를 측정 단위로 지정합니다. | +| [Display](#Display) | 디스플레이 장치의 측정 단위를 지정합니다. | +| [Pixel](#Pixel) | 디바이스 픽셀을 측정 단위로 지정합니다. | +| [Point](#Point) | 프린터 포인트(1/72 인치)를 측정 단위로 지정합니다. | +| [Inch](#Inch) | 인치를 측정 단위로 지정합니다. | +| [Document](#Document) | 문서 단위(1/300 인치)를 측정 단위로 지정합니다. | +| [Millimeter](#Millimeter) | 밀리미터를 측정 단위로 지정합니다. | +### World {#World} +``` +public static final int World +``` + + +월드 좌표계 단위를 측정 단위로 지정합니다. + +### Display {#Display} +``` +public static final int Display +``` + + +디스플레이 장치의 측정 단위를 지정합니다. 일반적으로 비디오 디스플레이는 픽셀이며, 프린터는 1/100 인치를 사용합니다. + +### Pixel {#Pixel} +``` +public static final int Pixel +``` + + +디바이스 픽셀을 측정 단위로 지정합니다. + +### Point {#Point} +``` +public static final int Point +``` + + +프린터 포인트(1/72 인치)를 측정 단위로 지정합니다. + +### Inch {#Inch} +``` +public static final int Inch +``` + + +인치를 측정 단위로 지정합니다. + +### Document {#Document} +``` +public static final int Document +``` + + +문서 단위(1/300 인치)를 측정 단위로 지정합니다. + +### Millimeter {#Millimeter} +``` +public static final int Millimeter +``` + + +밀리미터를 측정 단위로 지정합니다. + diff --git a/korean/java/com.aspose.drawing/icon/_index.md b/korean/java/com.aspose.drawing/icon/_index.md new file mode 100644 index 000000000..fb0ae4f9f --- /dev/null +++ b/korean/java/com.aspose.drawing/icon/_index.md @@ -0,0 +1,302 @@ +--- +title: 아이콘 +second_title: Aspose.Drawing for Java API 참조 +description: Windows 아이콘을 나타내며, 객체를 나타내는 작은 비트맵 이미지입니다. +type: docs +weight: 29 +url: /ko/java/com.aspose.drawing/icon/ +--- +**Inheritance:** +java.lang.Object + +**All Implemented Interfaces:** +com.aspose.ms.System.ICloneable, com.aspose.ms.System.IDisposable +``` +public final class Icon implements System.ICloneable, System.IDisposable +``` + +Windows 아이콘을 나타내며, 이는 객체를 나타내는 작은 비트맵 이미지입니다. 아이콘은 투명 비트맵으로 생각할 수 있지만, 크기는 시스템에 의해 결정됩니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [Icon(String fileName)](#Icon-java.lang.String-) | 지정된 파일 이름에서 [Icon](../../com.aspose.drawing/icon) 클래스의 새 인스턴스를 초기화합니다. | +| [Icon(InputStream stream)](#Icon-java.io.InputStream-) | 지정된 데이터 스트림에서 [Icon](../../com.aspose.drawing/icon) 클래스의 새 인스턴스를 초기화합니다. | +| [Icon(String fileName, Size size)](#Icon-java.lang.String-com.aspose.drawing.Size-) | 지정된 파일에서 지정된 크기의 [Icon](../../com.aspose.drawing/icon) 클래스 새 인스턴스를 초기화합니다. | +| [Icon(Icon original, Size size)](#Icon-com.aspose.drawing.Icon-com.aspose.drawing.Size-) | [Icon](../../com.aspose.drawing/icon) 클래스의 새 인스턴스를 초기화하고 요청된 크기에 맞는 아이콘 버전을 찾으려고 시도합니다. | +| [Icon(Object type, String resource)](#Icon-java.lang.Object-java.lang.String-) | 지정된 어셈블리의 리소스에서 [Icon](../../com.aspose.drawing/icon) 클래스의 새 인스턴스를 초기화합니다. | +| [Icon(InputStream stream, Size size)](#Icon-java.io.InputStream-com.aspose.drawing.Size-) | 지정된 스트림에서 지정된 크기의 [Icon](../../com.aspose.drawing/icon) 클래스 새 인스턴스를 초기화합니다. | +| [Icon(String fileName, int width, int height)](#Icon-java.lang.String-int-int-) | 지정된 파일에서 지정된 너비와 높이로 [Icon](../../com.aspose.drawing/icon) 클래스를 새 인스턴스로 초기화합니다. | +| [Icon(Icon original, int width, int height)](#Icon-com.aspose.drawing.Icon-int-int-) | 새 인스턴스로 [Icon](../../com.aspose.drawing/icon) 클래스를 초기화하고 요청된 크기에 맞는 아이콘 버전을 찾으려고 시도합니다. | +| [Icon(InputStream stream, int width, int height)](#Icon-java.io.InputStream-int-int-) | 지정된 데이터 스트림에서 [Icon](../../com.aspose.drawing/icon) 클래스를 새 인스턴스로 초기화하고 지정된 너비와 높이를 적용합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getHandle()](#getHandle--) | 이 [Icon](../../com.aspose.drawing/icon)의 핸들을 가져옵니다. | +| [getHeight()](#getHeight--) | 이 [Icon](../../com.aspose.drawing/icon)의 높이를 가져옵니다. | +| [getSize()](#getSize--) | 이 [Icon](../../com.aspose.drawing/icon)의 크기를 가져옵니다. | +| [getWidth()](#getWidth--) | 이 [Icon](../../com.aspose.drawing/icon)의 너비를 가져옵니다. | +| [extractAssociatedIcon(String filePath)](#extractAssociatedIcon-java.lang.String-) | 지정된 파일에 포함된 이미지의 아이콘 표현을 반환합니다. | +| [fromHandle(byte[] handle)](#fromHandle-byte---) | 지정된 아이콘 Windows 핸들(HICON)에서 GDI+ [Icon](../../com.aspose.drawing/icon)을 생성합니다. | +| [deepClone()](#deepClone--) | [Icon](../../com.aspose.drawing/icon)을 복제하여 중복 이미지를 생성합니다. | +| [dispose()](#dispose--) | 관리되지 않는 리소스를 해제, 릴리스 또는 재설정과 관련된 애플리케이션 정의 작업을 수행합니다. | +| [save(OutputStream outputStream)](#save-java.io.OutputStream-) | 이 [Icon](../../com.aspose.drawing/icon)을 지정된 출력 java.io.InputStream에 저장합니다. | +| [toBitmap()](#toBitmap--) | 이 [Icon](../../com.aspose.drawing/icon)을 GDI+ [Bitmap](../../com.aspose.drawing/bitmap)으로 변환합니다. | +| [toString()](#toString--) | [Icon](../../com.aspose.drawing/icon)을 설명하는 사람이 읽을 수 있는 문자열을 가져옵니다. | +### Icon(String fileName) {#Icon-java.lang.String-} +``` +public Icon(String fileName) +``` + + +지정된 파일 이름에서 [Icon](../../com.aspose.drawing/icon) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| fileName | java.lang.String | [Icon](../../com.aspose.drawing/icon)을 로드할 파일입니다. | + +### Icon(InputStream stream) {#Icon-java.io.InputStream-} +``` +public Icon(InputStream stream) +``` + + +지정된 데이터 스트림에서 [Icon](../../com.aspose.drawing/icon) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| stream | java.io.InputStream | [Icon](../../com.aspose.drawing/icon)을 로드할 데이터 스트림입니다. | + +### Icon(String fileName, Size size) {#Icon-java.lang.String-com.aspose.drawing.Size-} +``` +public Icon(String fileName, Size size) +``` + + +지정된 파일에서 지정된 크기의 [Icon](../../com.aspose.drawing/icon) 클래스 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| fileName | java.lang.String | 아이콘 데이터를 포함하는 파일의 이름과 경로입니다. | +| size | [Size](../../com.aspose.drawing/size) | 아이콘의 원하는 크기입니다. | + +### Icon(Icon original, Size size) {#Icon-com.aspose.drawing.Icon-com.aspose.drawing.Size-} +``` +public Icon(Icon original, Size size) +``` + + +[Icon](../../com.aspose.drawing/icon) 클래스의 새 인스턴스를 초기화하고 요청된 크기에 맞는 아이콘 버전을 찾으려고 시도합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| original | [Icon](../../com.aspose.drawing/icon) | 새로 크기가 조정된 아이콘을 로드할 [Icon](../../com.aspose.drawing/icon)입니다. | +| size | [Size](../../com.aspose.drawing/size) | 새 [Icon](../../com.aspose.drawing/icon)의 높이와 너비를 지정하는 `Size`([.getSize](../../null/\#getSize)) 구조체입니다. | + +### Icon(Object type, String resource) {#Icon-java.lang.Object-java.lang.String-} +``` +public Icon(Object type, String resource) +``` + + +지정된 어셈블리의 리소스에서 [Icon](../../com.aspose.drawing/icon) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| type | java.lang.Object | 리소스를 찾을 어셈블리를 지정하는 Type입니다. | +| 리소스 | java.lang.String | 로드할 리소스 이름입니다. | + +### Icon(InputStream stream, Size size) {#Icon-java.io.InputStream-com.aspose.drawing.Size-} +``` +public Icon(InputStream stream, Size size) +``` + + +지정된 스트림에서 지정된 크기의 [Icon](../../com.aspose.drawing/icon) 클래스 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| stream | java.io.InputStream | 아이콘 데이터를 포함하는 스트림입니다. | +| size | [Size](../../com.aspose.drawing/size) | 아이콘의 원하는 크기입니다. | + +### Icon(String fileName, int width, int height) {#Icon-java.lang.String-int-int-} +``` +public Icon(String fileName, int width, int height) +``` + + +지정된 파일에서 지정된 너비와 높이로 [Icon](../../com.aspose.drawing/icon) 클래스를 새 인스턴스로 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| fileName | java.lang.String | [Icon](../../com.aspose.drawing/icon) 데이터를 포함하는 파일의 이름과 경로입니다. | +| width | int | [Icon](../../com.aspose.drawing/icon)의 원하는 너비입니다. | +| height | int | 원하는 [Icon](../../com.aspose.drawing/icon)의 높이. | + +### Icon(Icon original, int width, int height) {#Icon-com.aspose.drawing.Icon-int-int-} +``` +public Icon(Icon original, int width, int height) +``` + + +새 인스턴스로 [Icon](../../com.aspose.drawing/icon) 클래스를 초기화하고 요청된 크기에 맞는 아이콘 버전을 찾으려고 시도합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| original | [Icon](../../com.aspose.drawing/icon) | 다른 크기를 로드할 아이콘. | +| 너비 | int | 새 아이콘의 너비. | +| 높이 | int | 새 아이콘의 높이. | + +### Icon(InputStream stream, int width, int height) {#Icon-java.io.InputStream-int-int-} +``` +public Icon(InputStream stream, int width, int height) +``` + + +지정된 데이터 스트림에서 [Icon](../../com.aspose.drawing/icon) 클래스를 새 인스턴스로 초기화하고 지정된 너비와 높이를 적용합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| stream | java.io.InputStream | 아이콘을 로드할 데이터 스트림. | +| 너비 | int | 아이콘의 너비(픽셀 단위). | +| 높이 | int | 아이콘의 높이(픽셀 단위). | + +### getHandle() {#getHandle--} +``` +public System.IntPtr getHandle() +``` + + +이 [Icon](../../com.aspose.drawing/icon)의 핸들을 가져옵니다. 이 핸들은 복사본이 아니므로 해제하지 마십시오. + +값: 아이콘의 Windows 핸들. + +**Returns:** +com.aspose.ms.System.IntPtr +### getHeight() {#getHeight--} +``` +public int getHeight() +``` + + +이 [Icon](../../com.aspose.drawing/icon)의 높이를 가져옵니다. + +값: 이 [Icon](../../com.aspose.drawing/icon)의 높이. + +**Returns:** +int +### getSize() {#getSize--} +``` +public Size getSize() +``` + + +이 [Icon](../../com.aspose.drawing/icon)의 크기를 가져옵니다. + +값: 이 [Icon](../../com.aspose.drawing/icon)의 너비와 높이를 지정하는 `Size`([.getSize](../../null/\#getSize)) 구조체. + +**Returns:** +[Size](../../com.aspose.drawing/size) +### getWidth() {#getWidth--} +``` +public int getWidth() +``` + + +이 [Icon](../../com.aspose.drawing/icon)의 너비를 가져옵니다. + +값: 이 [Icon](../../com.aspose.drawing/icon)의 너비. + +**Returns:** +int +### extractAssociatedIcon(String filePath) {#extractAssociatedIcon-java.lang.String-} +``` +public static Icon extractAssociatedIcon(String filePath) +``` + + +지정된 파일에 포함된 이미지의 아이콘 표현을 반환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| filePath | java.lang.String | 이미지를 포함하는 파일의 경로. | + +**Returns:** +[Icon](../../com.aspose.drawing/icon) - The [Icon](../../com.aspose.drawing/icon) representation of the image that is contained in the specified file. +### fromHandle(byte[] handle) {#fromHandle-byte---} +``` +public static Icon fromHandle(byte[] handle) +``` + + +지정된 아이콘 Windows 핸들(HICON)에서 GDI+ [Icon](../../com.aspose.drawing/icon)을 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| handle | byte[] | 아이콘에 대한 Windows 핸들. | + +**Returns:** +[Icon](../../com.aspose.drawing/icon) - The [Icon](../../com.aspose.drawing/icon) this method creates. +### deepClone() {#deepClone--} +``` +public Object deepClone() +``` + + +[Icon](../../com.aspose.drawing/icon)을 복제하여 중복 이미지를 생성합니다. + +**Returns:** +java.lang.Object - [Icon](../../com.aspose.drawing/icon)으로 캐스팅할 수 있는 객체. +### dispose() {#dispose--} +``` +public void dispose() +``` + + +관리되지 않는 리소스를 해제, 릴리스 또는 재설정과 관련된 애플리케이션 정의 작업을 수행합니다. + +### save(OutputStream outputStream) {#save-java.io.OutputStream-} +``` +public void save(OutputStream outputStream) +``` + + +이 [Icon](../../com.aspose.drawing/icon)을 지정된 출력 java.io.InputStream에 저장합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| outputStream | java.io.OutputStream | 저장할 java.io.InputStream. | + +### toBitmap() {#toBitmap--} +``` +public Bitmap toBitmap() +``` + + +이 [Icon](../../com.aspose.drawing/icon)을 GDI+ [Bitmap](../../com.aspose.drawing/bitmap)으로 변환합니다. + +**Returns:** +[Bitmap](../../com.aspose.drawing/bitmap) - A [Bitmap](../../com.aspose.drawing/bitmap) that represents the converted [Icon](../../com.aspose.drawing/icon). +### toString() {#toString--} +``` +public String toString() +``` + + +[Icon](../../com.aspose.drawing/icon)을 설명하는 사람이 읽을 수 있는 문자열을 가져옵니다. + +**Returns:** +java.lang.String - [Icon](../../com.aspose.drawing/icon)을 설명하는 문자열. diff --git a/korean/java/com.aspose.drawing/knowncolor/_index.md b/korean/java/com.aspose.drawing/knowncolor/_index.md new file mode 100644 index 000000000..a6d281fb7 --- /dev/null +++ b/korean/java/com.aspose.drawing/knowncolor/_index.md @@ -0,0 +1,1585 @@ +--- +title: KnownColor +second_title: Aspose.Drawing for Java API 참조 +description: 알려진 시스템 색상을 지정합니다. +type: docs +weight: 31 +url: /ko/java/com.aspose.drawing/knowncolor/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class KnownColor extends System.Enum +``` + +알려진 시스템 색상을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [ActiveBorder](#ActiveBorder) | 활성 창 테두리의 시스템 정의 색상입니다. | +| [ActiveCaption](#ActiveCaption) | 활성 창 제목 표시줄 배경의 시스템 정의 색상입니다. | +| [ActiveCaptionText](#ActiveCaptionText) | 활성 창 제목 표시줄 텍스트의 시스템 정의 색상입니다. | +| [AppWorkspace](#AppWorkspace) | 응용 프로그램 작업 영역의 시스템 정의 색상입니다. | +| [Control](#Control) | 3D 요소의 면 색상에 대한 시스템 정의 색상입니다. | +| [ControlDark](#ControlDark) | 3D 요소의 그림자 색상에 대한 시스템 정의 색상입니다. | +| [ControlDarkDark](#ControlDarkDark) | 3D 요소의 어두운 그림자 색상에 대한 시스템 정의 색상입니다. | +| [ControlLight](#ControlLight) | 3D 요소의 밝은 색상에 대한 시스템 정의 색상입니다. | +| [ControlLightLight](#ControlLightLight) | 시스템이 정의한 3-D 요소의 강조 색상. | +| [ControlText](#ControlText) | 시스템이 정의한 3-D 요소의 텍스트 색상. | +| [Desktop](#Desktop) | 시스템이 정의한 desktop 색상. | +| [GrayText](#GrayText) | 시스템이 정의한 dimmed 텍스트 색상. | +| [Highlight](#Highlight) | 시스템이 정의한 선택된 항목 배경 색상. | +| [HighlightText](#HighlightText) | 시스템이 정의한 선택된 항목 텍스트 색상. | +| [HotTrack](#HotTrack) | 시스템이 정의한 hot-tracked 항목을 지정하는 색상. | +| [InactiveBorder](#InactiveBorder) | 시스템이 정의한 비활성 창 테두리 색상. | +| [InactiveCaption](#InactiveCaption) | 시스템이 정의한 비활성 창 title bar 배경 색상. | +| [InactiveCaptionText](#InactiveCaptionText) | 시스템이 정의한 비활성 창 title bar 텍스트 색상. | +| [Info](#Info) | 시스템이 정의한 ToolTip 배경 색상. | +| [InfoText](#InfoText) | 시스템이 정의한 ToolTip 텍스트 색상. | +| [Menu](#Menu) | 시스템이 정의한 menu 배경 색상. | +| [MenuText](#MenuText) | 시스템이 정의한 menu 텍스트 색상. | +| [ScrollBar](#ScrollBar) | 시스템이 정의한 scroll bar 배경 색상. | +| [Window](#Window) | 시스템이 정의한 창 client area 배경 색상. | +| [WindowFrame](#WindowFrame) | 시스템이 정의한 창 프레임 색상. | +| [WindowText](#WindowText) | 시스템이 정의한 창 client area 텍스트 색상. | +| [Transparent](#Transparent) | 시스템이 정의한 색상. | +| [AliceBlue](#AliceBlue) | 시스템이 정의한 색상. | +| [AntiqueWhite](#AntiqueWhite) | 시스템이 정의한 색상. | +| [Aqua](#Aqua) | 시스템이 정의한 색상. | +| [Aquamarine](#Aquamarine) | 시스템이 정의한 색상. | +| [Azure](#Azure) | 시스템이 정의한 색상. | +| [Beige](#Beige) | 시스템이 정의한 색상. | +| [Bisque](#Bisque) | 시스템이 정의한 색상. | +| [Black](#Black) | 시스템이 정의한 색상. | +| [BlanchedAlmond](#BlanchedAlmond) | 시스템이 정의한 색상. | +| [Blue](#Blue) | 시스템이 정의한 색상. | +| [BlueViolet](#BlueViolet) | 시스템이 정의한 색상. | +| [Brown](#Brown) | 시스템이 정의한 색상. | +| [BurlyWood](#BurlyWood) | 시스템이 정의한 색상. | +| [CadetBlue](#CadetBlue) | 시스템이 정의한 색상. | +| [Chartreuse](#Chartreuse) | 시스템이 정의한 색상. | +| [Chocolate](#Chocolate) | 시스템이 정의한 색상. | +| [Coral](#Coral) | 시스템이 정의한 색상. | +| [CornflowerBlue](#CornflowerBlue) | 시스템이 정의한 색상. | +| [Cornsilk](#Cornsilk) | 시스템이 정의한 색상. | +| [Crimson](#Crimson) | 시스템이 정의한 색상. | +| [Cyan](#Cyan) | 시스템이 정의한 색상. | +| [DarkBlue](#DarkBlue) | 시스템이 정의한 색상. | +| [DarkCyan](#DarkCyan) | 시스템이 정의한 색상. | +| [DarkGoldenrod](#DarkGoldenrod) | 시스템이 정의한 색상. | +| [DarkGray](#DarkGray) | 시스템이 정의한 색상. | +| [DarkGreen](#DarkGreen) | 시스템이 정의한 색상. | +| [DarkKhaki](#DarkKhaki) | 시스템이 정의한 색상. | +| [DarkMagenta](#DarkMagenta) | 시스템이 정의한 색상. | +| [DarkOliveGreen](#DarkOliveGreen) | 시스템이 정의한 색상. | +| [DarkOrange](#DarkOrange) | 시스템이 정의한 색상. | +| [DarkOrchid](#DarkOrchid) | 시스템이 정의한 색상. | +| [DarkRed](#DarkRed) | 시스템이 정의한 색상. | +| [DarkSalmon](#DarkSalmon) | 시스템이 정의한 색상. | +| [DarkSeaGreen](#DarkSeaGreen) | 시스템이 정의한 색상. | +| [DarkSlateBlue](#DarkSlateBlue) | 시스템이 정의한 색상. | +| [DarkSlateGray](#DarkSlateGray) | 시스템이 정의한 색상. | +| [DarkTurquoise](#DarkTurquoise) | 시스템이 정의한 색상. | +| [DarkViolet](#DarkViolet) | 시스템이 정의한 색상. | +| [DeepPink](#DeepPink) | 시스템이 정의한 색상. | +| [DeepSkyBlue](#DeepSkyBlue) | 시스템이 정의한 색상. | +| [DimGray](#DimGray) | 시스템이 정의한 색상. | +| [DodgerBlue](#DodgerBlue) | 시스템이 정의한 색상. | +| [Firebrick](#Firebrick) | 시스템이 정의한 색상. | +| [FloralWhite](#FloralWhite) | 시스템이 정의한 색상. | +| [ForestGreen](#ForestGreen) | 시스템이 정의한 색상. | +| [Fuchsia](#Fuchsia) | 시스템이 정의한 색상. | +| [Gainsboro](#Gainsboro) | 시스템이 정의한 색상. | +| [GhostWhite](#GhostWhite) | 시스템이 정의한 색상. | +| [Gold](#Gold) | 시스템이 정의한 색상. | +| [Goldenrod](#Goldenrod) | 시스템이 정의한 색상. | +| [Gray](#Gray) | 시스템이 정의한 색상. | +| [Green](#Green) | 시스템이 정의한 색상. | +| [GreenYellow](#GreenYellow) | 시스템이 정의한 색상. | +| [Honeydew](#Honeydew) | 시스템이 정의한 색상. | +| [HotPink](#HotPink) | 시스템이 정의한 색상. | +| [IndianRed](#IndianRed) | 시스템이 정의한 색상. | +| [Indigo](#Indigo) | 시스템이 정의한 색상. | +| [Ivory](#Ivory) | 시스템이 정의한 색상. | +| [Khaki](#Khaki) | 시스템이 정의한 색상. | +| [Lavender](#Lavender) | 시스템이 정의한 색상. | +| [LavenderBlush](#LavenderBlush) | 시스템이 정의한 색상. | +| [LawnGreen](#LawnGreen) | 시스템이 정의한 색상. | +| [LemonChiffon](#LemonChiffon) | 시스템이 정의한 색상. | +| [LightBlue](#LightBlue) | 시스템이 정의한 색상. | +| [LightCoral](#LightCoral) | 시스템이 정의한 색상. | +| [LightCyan](#LightCyan) | 시스템이 정의한 색상. | +| [LightGoldenrodYellow](#LightGoldenrodYellow) | 시스템이 정의한 색상. | +| [LightGray](#LightGray) | 시스템이 정의한 색상. | +| [LightGreen](#LightGreen) | 시스템이 정의한 색상. | +| [LightPink](#LightPink) | 시스템이 정의한 색상. | +| [LightSalmon](#LightSalmon) | 시스템이 정의한 색상. | +| [LightSeaGreen](#LightSeaGreen) | 시스템이 정의한 색상. | +| [LightSkyBlue](#LightSkyBlue) | 시스템이 정의한 색상. | +| [LightSlateGray](#LightSlateGray) | 시스템이 정의한 색상. | +| [LightSteelBlue](#LightSteelBlue) | 시스템이 정의한 색상. | +| [LightYellow](#LightYellow) | 시스템이 정의한 색상. | +| [Lime](#Lime) | 시스템이 정의한 색상. | +| [LimeGreen](#LimeGreen) | 시스템이 정의한 색상. | +| [Linen](#Linen) | 시스템이 정의한 색상. | +| [Magenta](#Magenta) | 시스템이 정의한 색상. | +| [Maroon](#Maroon) | 시스템이 정의한 색상. | +| [MediumAquamarine](#MediumAquamarine) | 시스템이 정의한 색상. | +| [MediumBlue](#MediumBlue) | 시스템이 정의한 색상. | +| [MediumOrchid](#MediumOrchid) | 시스템이 정의한 색상. | +| [MediumPurple](#MediumPurple) | 시스템이 정의한 색상. | +| [MediumSeaGreen](#MediumSeaGreen) | 시스템이 정의한 색상. | +| [MediumSlateBlue](#MediumSlateBlue) | 시스템이 정의한 색상. | +| [MediumSpringGreen](#MediumSpringGreen) | 시스템이 정의한 색상. | +| [MediumTurquoise](#MediumTurquoise) | 시스템이 정의한 색상. | +| [MediumVioletRed](#MediumVioletRed) | 시스템이 정의한 색상. | +| [MidnightBlue](#MidnightBlue) | 시스템이 정의한 색상. | +| [MintCream](#MintCream) | 시스템이 정의한 색상. | +| [MistyRose](#MistyRose) | 시스템이 정의한 색상. | +| [Moccasin](#Moccasin) | 시스템이 정의한 색상. | +| [NavajoWhite](#NavajoWhite) | 시스템이 정의한 색상. | +| [Navy](#Navy) | 시스템이 정의한 색상. | +| [OldLace](#OldLace) | 시스템이 정의한 색상. | +| [Olive](#Olive) | 시스템이 정의한 색상. | +| [OliveDrab](#OliveDrab) | 시스템이 정의한 색상. | +| [Orange](#Orange) | 시스템이 정의한 색상. | +| [OrangeRed](#OrangeRed) | 시스템이 정의한 색상. | +| [Orchid](#Orchid) | 시스템이 정의한 색상. | +| [PaleGoldenrod](#PaleGoldenrod) | 시스템이 정의한 색상. | +| [PaleGreen](#PaleGreen) | 시스템이 정의한 색상. | +| [PaleTurquoise](#PaleTurquoise) | 시스템이 정의한 색상. | +| [PaleVioletRed](#PaleVioletRed) | 시스템이 정의한 색상. | +| [PapayaWhip](#PapayaWhip) | 시스템이 정의한 색상. | +| [PeachPuff](#PeachPuff) | 시스템이 정의한 색상. | +| [Peru](#Peru) | 시스템이 정의한 색상. | +| [Pink](#Pink) | 시스템이 정의한 색상. | +| [Plum](#Plum) | 시스템이 정의한 색상. | +| [PowderBlue](#PowderBlue) | 시스템이 정의한 색상. | +| [Purple](#Purple) | 시스템이 정의한 색상. | +| [Red](#Red) | 시스템이 정의한 색상. | +| [RosyBrown](#RosyBrown) | 시스템이 정의한 색상. | +| [RoyalBlue](#RoyalBlue) | 시스템이 정의한 색상. | +| [SaddleBrown](#SaddleBrown) | 시스템이 정의한 색상. | +| [Salmon](#Salmon) | 시스템이 정의한 색상. | +| [SandyBrown](#SandyBrown) | 시스템이 정의한 색상. | +| [SeaGreen](#SeaGreen) | 시스템이 정의한 색상. | +| [SeaShell](#SeaShell) | 시스템이 정의한 색상. | +| [Sienna](#Sienna) | 시스템이 정의한 색상. | +| [Silver](#Silver) | 시스템이 정의한 색상. | +| [SkyBlue](#SkyBlue) | 시스템이 정의한 색상. | +| [SlateBlue](#SlateBlue) | 시스템이 정의한 색상. | +| [SlateGray](#SlateGray) | 시스템이 정의한 색상. | +| [Snow](#Snow) | 시스템이 정의한 색상. | +| [SpringGreen](#SpringGreen) | 시스템이 정의한 색상. | +| [SteelBlue](#SteelBlue) | 시스템이 정의한 색상. | +| [Tan](#Tan) | 시스템이 정의한 색상. | +| [Teal](#Teal) | 시스템이 정의한 색상. | +| [Thistle](#Thistle) | 시스템이 정의한 색상. | +| [Tomato](#Tomato) | 시스템이 정의한 색상. | +| [Turquoise](#Turquoise) | 시스템이 정의한 색상. | +| [Violet](#Violet) | 시스템이 정의한 색상. | +| [Wheat](#Wheat) | 시스템이 정의한 색상. | +| [White](#White) | 시스템이 정의한 색상. | +| [WhiteSmoke](#WhiteSmoke) | 시스템이 정의한 색상. | +| [Yellow](#Yellow) | 시스템이 정의한 색상. | +| [YellowGreen](#YellowGreen) | 시스템이 정의한 색상. | +| [ButtonFace](#ButtonFace) | 3D 요소의 면 색상에 대한 시스템 정의 색상입니다. | +| [ButtonHighlight](#ButtonHighlight) | 시스템이 정의한 3-D 요소의 강조 색상. | +| [ButtonShadow](#ButtonShadow) | 시스템이 정의한 3-D 요소의 그림자 색상. | +| [GradientActiveCaption](#GradientActiveCaption) | 시스템이 정의한 활성 창 title bar 색상 그라데이션 중 가장 밝은 색상. | +| [GradientInactiveCaption](#GradientInactiveCaption) | 시스템이 정의한 비활성 창 title bar 색상 그라데이션 중 가장 밝은 색상. | +| [MenuBar](#MenuBar) | 시스템이 정의한 menu bar 배경 색상. | +| [MenuHighlight](#MenuHighlight) | 시스템이 정의한 메뉴가 flat menu로 표시될 때 메뉴 항목을 강조하는 색상. | +### ActiveBorder {#ActiveBorder} +``` +public static final int ActiveBorder +``` + + +활성 창 테두리의 시스템 정의 색상입니다. + +### ActiveCaption {#ActiveCaption} +``` +public static final int ActiveCaption +``` + + +활성 창 제목 표시줄 배경의 시스템 정의 색상입니다. + +### ActiveCaptionText {#ActiveCaptionText} +``` +public static final int ActiveCaptionText +``` + + +활성 창 제목 표시줄 텍스트의 시스템 정의 색상입니다. + +### AppWorkspace {#AppWorkspace} +``` +public static final int AppWorkspace +``` + + +시스템에서 정의한 애플리케이션 작업 공간의 색상입니다. 애플리케이션 작업 공간은 다중 문서 보기에서 문서가 차지하지 않는 영역입니다. + +### Control {#Control} +``` +public static final int Control +``` + + +3D 요소의 면 색상에 대한 시스템 정의 색상입니다. + +### ControlDark {#ControlDark} +``` +public static final int ControlDark +``` + + +시스템에서 정의한 3D 요소의 그림자 색상입니다. 그림자 색상은 광원에서 멀리 떨어진 3D 요소의 부분에 적용됩니다. + +### ControlDarkDark {#ControlDarkDark} +``` +public static final int ControlDarkDark +``` + + +시스템에서 정의한 3D 요소의 어두운 그림자 색상입니다. 어두운 그림자 색상은 가장 어두운 색을 가진 3D 요소의 부분에 적용됩니다. + +### ControlLight {#ControlLight} +``` +public static final int ControlLight +``` + + +시스템에서 정의한 3D 요소의 밝은 색상입니다. 밝은 색상은 광원을 향하는 3D 요소의 부분에 적용됩니다. + +### ControlLightLight {#ControlLightLight} +``` +public static final int ControlLightLight +``` + + +시스템에서 정의한 3D 요소의 강조 색상입니다. 강조 색상은 가장 밝은 색을 가진 3D 요소의 부분에 적용됩니다. + +### ControlText {#ControlText} +``` +public static final int ControlText +``` + + +시스템이 정의한 3-D 요소의 텍스트 색상. + +### Desktop {#Desktop} +``` +public static final int Desktop +``` + + +시스템이 정의한 desktop 색상. + +### GrayText {#GrayText} +``` +public static final int GrayText +``` + + +시스템에서 정의한 흐릿한 텍스트 색상입니다. 비활성화된 목록 항목은 흐릿한 텍스트로 표시됩니다. + +### Highlight {#Highlight} +``` +public static final int Highlight +``` + + +시스템에서 정의한 선택된 항목 배경 색상입니다. 여기에는 선택된 메뉴 항목과 선택된 텍스트가 포함됩니다. + +### HighlightText {#HighlightText} +``` +public static final int HighlightText +``` + + +시스템이 정의한 선택된 항목 텍스트 색상. + +### HotTrack {#HotTrack} +``` +public static final int HotTrack +``` + + +시스템에서 정의한 핫 트랙된 항목을 지정하는 색상입니다. 핫 트랙된 항목을 한 번 클릭하면 해당 항목이 실행됩니다. + +### InactiveBorder {#InactiveBorder} +``` +public static final int InactiveBorder +``` + + +시스템이 정의한 비활성 창 테두리 색상. + +### InactiveCaption {#InactiveCaption} +``` +public static final int InactiveCaption +``` + + +시스템이 정의한 비활성 창 title bar 배경 색상. + +### InactiveCaptionText {#InactiveCaptionText} +``` +public static final int InactiveCaptionText +``` + + +시스템이 정의한 비활성 창 title bar 텍스트 색상. + +### Info {#Info} +``` +public static final int Info +``` + + +시스템이 정의한 ToolTip 배경 색상. + +### InfoText {#InfoText} +``` +public static final int InfoText +``` + + +시스템이 정의한 ToolTip 텍스트 색상. + +### Menu {#Menu} +``` +public static final int Menu +``` + + +시스템이 정의한 menu 배경 색상. + +### MenuText {#MenuText} +``` +public static final int MenuText +``` + + +시스템이 정의한 menu 텍스트 색상. + +### ScrollBar {#ScrollBar} +``` +public static final int ScrollBar +``` + + +시스템이 정의한 scroll bar 배경 색상. + +### Window {#Window} +``` +public static final int Window +``` + + +시스템이 정의한 창 client area 배경 색상. + +### WindowFrame {#WindowFrame} +``` +public static final int WindowFrame +``` + + +시스템이 정의한 창 프레임 색상. + +### WindowText {#WindowText} +``` +public static final int WindowText +``` + + +시스템이 정의한 창 client area 텍스트 색상. + +### Transparent {#Transparent} +``` +public static final int Transparent +``` + + +시스템이 정의한 색상. + +### AliceBlue {#AliceBlue} +``` +public static final int AliceBlue +``` + + +시스템이 정의한 색상. + +### AntiqueWhite {#AntiqueWhite} +``` +public static final int AntiqueWhite +``` + + +시스템이 정의한 색상. + +### Aqua {#Aqua} +``` +public static final int Aqua +``` + + +시스템이 정의한 색상. + +### Aquamarine {#Aquamarine} +``` +public static final int Aquamarine +``` + + +시스템이 정의한 색상. + +### Azure {#Azure} +``` +public static final int Azure +``` + + +시스템이 정의한 색상. + +### Beige {#Beige} +``` +public static final int Beige +``` + + +시스템이 정의한 색상. + +### Bisque {#Bisque} +``` +public static final int Bisque +``` + + +시스템이 정의한 색상. + +### Black {#Black} +``` +public static final int Black +``` + + +시스템이 정의한 색상. + +### BlanchedAlmond {#BlanchedAlmond} +``` +public static final int BlanchedAlmond +``` + + +시스템이 정의한 색상. + +### Blue {#Blue} +``` +public static final int Blue +``` + + +시스템이 정의한 색상. + +### BlueViolet {#BlueViolet} +``` +public static final int BlueViolet +``` + + +시스템이 정의한 색상. + +### Brown {#Brown} +``` +public static final int Brown +``` + + +시스템이 정의한 색상. + +### BurlyWood {#BurlyWood} +``` +public static final int BurlyWood +``` + + +시스템이 정의한 색상. + +### CadetBlue {#CadetBlue} +``` +public static final int CadetBlue +``` + + +시스템이 정의한 색상. + +### Chartreuse {#Chartreuse} +``` +public static final int Chartreuse +``` + + +시스템이 정의한 색상. + +### Chocolate {#Chocolate} +``` +public static final int Chocolate +``` + + +시스템이 정의한 색상. + +### Coral {#Coral} +``` +public static final int Coral +``` + + +시스템이 정의한 색상. + +### CornflowerBlue {#CornflowerBlue} +``` +public static final int CornflowerBlue +``` + + +시스템이 정의한 색상. + +### Cornsilk {#Cornsilk} +``` +public static final int Cornsilk +``` + + +시스템이 정의한 색상. + +### Crimson {#Crimson} +``` +public static final int Crimson +``` + + +시스템이 정의한 색상. + +### Cyan {#Cyan} +``` +public static final int Cyan +``` + + +시스템이 정의한 색상. + +### DarkBlue {#DarkBlue} +``` +public static final int DarkBlue +``` + + +시스템이 정의한 색상. + +### DarkCyan {#DarkCyan} +``` +public static final int DarkCyan +``` + + +시스템이 정의한 색상. + +### DarkGoldenrod {#DarkGoldenrod} +``` +public static final int DarkGoldenrod +``` + + +시스템이 정의한 색상. + +### DarkGray {#DarkGray} +``` +public static final int DarkGray +``` + + +시스템이 정의한 색상. + +### DarkGreen {#DarkGreen} +``` +public static final int DarkGreen +``` + + +시스템이 정의한 색상. + +### DarkKhaki {#DarkKhaki} +``` +public static final int DarkKhaki +``` + + +시스템이 정의한 색상. + +### DarkMagenta {#DarkMagenta} +``` +public static final int DarkMagenta +``` + + +시스템이 정의한 색상. + +### DarkOliveGreen {#DarkOliveGreen} +``` +public static final int DarkOliveGreen +``` + + +시스템이 정의한 색상. + +### DarkOrange {#DarkOrange} +``` +public static final int DarkOrange +``` + + +시스템이 정의한 색상. + +### DarkOrchid {#DarkOrchid} +``` +public static final int DarkOrchid +``` + + +시스템이 정의한 색상. + +### DarkRed {#DarkRed} +``` +public static final int DarkRed +``` + + +시스템이 정의한 색상. + +### DarkSalmon {#DarkSalmon} +``` +public static final int DarkSalmon +``` + + +시스템이 정의한 색상. + +### DarkSeaGreen {#DarkSeaGreen} +``` +public static final int DarkSeaGreen +``` + + +시스템이 정의한 색상. + +### DarkSlateBlue {#DarkSlateBlue} +``` +public static final int DarkSlateBlue +``` + + +시스템이 정의한 색상. + +### DarkSlateGray {#DarkSlateGray} +``` +public static final int DarkSlateGray +``` + + +시스템이 정의한 색상. + +### DarkTurquoise {#DarkTurquoise} +``` +public static final int DarkTurquoise +``` + + +시스템이 정의한 색상. + +### DarkViolet {#DarkViolet} +``` +public static final int DarkViolet +``` + + +시스템이 정의한 색상. + +### DeepPink {#DeepPink} +``` +public static final int DeepPink +``` + + +시스템이 정의한 색상. + +### DeepSkyBlue {#DeepSkyBlue} +``` +public static final int DeepSkyBlue +``` + + +시스템이 정의한 색상. + +### DimGray {#DimGray} +``` +public static final int DimGray +``` + + +시스템이 정의한 색상. + +### DodgerBlue {#DodgerBlue} +``` +public static final int DodgerBlue +``` + + +시스템이 정의한 색상. + +### Firebrick {#Firebrick} +``` +public static final int Firebrick +``` + + +시스템이 정의한 색상. + +### FloralWhite {#FloralWhite} +``` +public static final int FloralWhite +``` + + +시스템이 정의한 색상. + +### ForestGreen {#ForestGreen} +``` +public static final int ForestGreen +``` + + +시스템이 정의한 색상. + +### Fuchsia {#Fuchsia} +``` +public static final int Fuchsia +``` + + +시스템이 정의한 색상. + +### Gainsboro {#Gainsboro} +``` +public static final int Gainsboro +``` + + +시스템이 정의한 색상. + +### GhostWhite {#GhostWhite} +``` +public static final int GhostWhite +``` + + +시스템이 정의한 색상. + +### Gold {#Gold} +``` +public static final int Gold +``` + + +시스템이 정의한 색상. + +### Goldenrod {#Goldenrod} +``` +public static final int Goldenrod +``` + + +시스템이 정의한 색상. + +### Gray {#Gray} +``` +public static final int Gray +``` + + +시스템이 정의한 색상. + +### Green {#Green} +``` +public static final int Green +``` + + +시스템이 정의한 색상. + +### GreenYellow {#GreenYellow} +``` +public static final int GreenYellow +``` + + +시스템이 정의한 색상. + +### Honeydew {#Honeydew} +``` +public static final int Honeydew +``` + + +시스템이 정의한 색상. + +### HotPink {#HotPink} +``` +public static final int HotPink +``` + + +시스템이 정의한 색상. + +### IndianRed {#IndianRed} +``` +public static final int IndianRed +``` + + +시스템이 정의한 색상. + +### Indigo {#Indigo} +``` +public static final int Indigo +``` + + +시스템이 정의한 색상. + +### Ivory {#Ivory} +``` +public static final int Ivory +``` + + +시스템이 정의한 색상. + +### Khaki {#Khaki} +``` +public static final int Khaki +``` + + +시스템이 정의한 색상. + +### Lavender {#Lavender} +``` +public static final int Lavender +``` + + +시스템이 정의한 색상. + +### LavenderBlush {#LavenderBlush} +``` +public static final int LavenderBlush +``` + + +시스템이 정의한 색상. + +### LawnGreen {#LawnGreen} +``` +public static final int LawnGreen +``` + + +시스템이 정의한 색상. + +### LemonChiffon {#LemonChiffon} +``` +public static final int LemonChiffon +``` + + +시스템이 정의한 색상. + +### LightBlue {#LightBlue} +``` +public static final int LightBlue +``` + + +시스템이 정의한 색상. + +### LightCoral {#LightCoral} +``` +public static final int LightCoral +``` + + +시스템이 정의한 색상. + +### LightCyan {#LightCyan} +``` +public static final int LightCyan +``` + + +시스템이 정의한 색상. + +### LightGoldenrodYellow {#LightGoldenrodYellow} +``` +public static final int LightGoldenrodYellow +``` + + +시스템이 정의한 색상. + +### LightGray {#LightGray} +``` +public static final int LightGray +``` + + +시스템이 정의한 색상. + +### LightGreen {#LightGreen} +``` +public static final int LightGreen +``` + + +시스템이 정의한 색상. + +### LightPink {#LightPink} +``` +public static final int LightPink +``` + + +시스템이 정의한 색상. + +### LightSalmon {#LightSalmon} +``` +public static final int LightSalmon +``` + + +시스템이 정의한 색상. + +### LightSeaGreen {#LightSeaGreen} +``` +public static final int LightSeaGreen +``` + + +시스템이 정의한 색상. + +### LightSkyBlue {#LightSkyBlue} +``` +public static final int LightSkyBlue +``` + + +시스템이 정의한 색상. + +### LightSlateGray {#LightSlateGray} +``` +public static final int LightSlateGray +``` + + +시스템이 정의한 색상. + +### LightSteelBlue {#LightSteelBlue} +``` +public static final int LightSteelBlue +``` + + +시스템이 정의한 색상. + +### LightYellow {#LightYellow} +``` +public static final int LightYellow +``` + + +시스템이 정의한 색상. + +### Lime {#Lime} +``` +public static final int Lime +``` + + +시스템이 정의한 색상. + +### LimeGreen {#LimeGreen} +``` +public static final int LimeGreen +``` + + +시스템이 정의한 색상. + +### Linen {#Linen} +``` +public static final int Linen +``` + + +시스템이 정의한 색상. + +### Magenta {#Magenta} +``` +public static final int Magenta +``` + + +시스템이 정의한 색상. + +### Maroon {#Maroon} +``` +public static final int Maroon +``` + + +시스템이 정의한 색상. + +### MediumAquamarine {#MediumAquamarine} +``` +public static final int MediumAquamarine +``` + + +시스템이 정의한 색상. + +### MediumBlue {#MediumBlue} +``` +public static final int MediumBlue +``` + + +시스템이 정의한 색상. + +### MediumOrchid {#MediumOrchid} +``` +public static final int MediumOrchid +``` + + +시스템이 정의한 색상. + +### MediumPurple {#MediumPurple} +``` +public static final int MediumPurple +``` + + +시스템이 정의한 색상. + +### MediumSeaGreen {#MediumSeaGreen} +``` +public static final int MediumSeaGreen +``` + + +시스템이 정의한 색상. + +### MediumSlateBlue {#MediumSlateBlue} +``` +public static final int MediumSlateBlue +``` + + +시스템이 정의한 색상. + +### MediumSpringGreen {#MediumSpringGreen} +``` +public static final int MediumSpringGreen +``` + + +시스템이 정의한 색상. + +### MediumTurquoise {#MediumTurquoise} +``` +public static final int MediumTurquoise +``` + + +시스템이 정의한 색상. + +### MediumVioletRed {#MediumVioletRed} +``` +public static final int MediumVioletRed +``` + + +시스템이 정의한 색상. + +### MidnightBlue {#MidnightBlue} +``` +public static final int MidnightBlue +``` + + +시스템이 정의한 색상. + +### MintCream {#MintCream} +``` +public static final int MintCream +``` + + +시스템이 정의한 색상. + +### MistyRose {#MistyRose} +``` +public static final int MistyRose +``` + + +시스템이 정의한 색상. + +### Moccasin {#Moccasin} +``` +public static final int Moccasin +``` + + +시스템이 정의한 색상. + +### NavajoWhite {#NavajoWhite} +``` +public static final int NavajoWhite +``` + + +시스템이 정의한 색상. + +### Navy {#Navy} +``` +public static final int Navy +``` + + +시스템이 정의한 색상. + +### OldLace {#OldLace} +``` +public static final int OldLace +``` + + +시스템이 정의한 색상. + +### Olive {#Olive} +``` +public static final int Olive +``` + + +시스템이 정의한 색상. + +### OliveDrab {#OliveDrab} +``` +public static final int OliveDrab +``` + + +시스템이 정의한 색상. + +### Orange {#Orange} +``` +public static final int Orange +``` + + +시스템이 정의한 색상. + +### OrangeRed {#OrangeRed} +``` +public static final int OrangeRed +``` + + +시스템이 정의한 색상. + +### Orchid {#Orchid} +``` +public static final int Orchid +``` + + +시스템이 정의한 색상. + +### PaleGoldenrod {#PaleGoldenrod} +``` +public static final int PaleGoldenrod +``` + + +시스템이 정의한 색상. + +### PaleGreen {#PaleGreen} +``` +public static final int PaleGreen +``` + + +시스템이 정의한 색상. + +### PaleTurquoise {#PaleTurquoise} +``` +public static final int PaleTurquoise +``` + + +시스템이 정의한 색상. + +### PaleVioletRed {#PaleVioletRed} +``` +public static final int PaleVioletRed +``` + + +시스템이 정의한 색상. + +### PapayaWhip {#PapayaWhip} +``` +public static final int PapayaWhip +``` + + +시스템이 정의한 색상. + +### PeachPuff {#PeachPuff} +``` +public static final int PeachPuff +``` + + +시스템이 정의한 색상. + +### Peru {#Peru} +``` +public static final int Peru +``` + + +시스템이 정의한 색상. + +### Pink {#Pink} +``` +public static final int Pink +``` + + +시스템이 정의한 색상. + +### Plum {#Plum} +``` +public static final int Plum +``` + + +시스템이 정의한 색상. + +### PowderBlue {#PowderBlue} +``` +public static final int PowderBlue +``` + + +시스템이 정의한 색상. + +### Purple {#Purple} +``` +public static final int Purple +``` + + +시스템이 정의한 색상. + +### Red {#Red} +``` +public static final int Red +``` + + +시스템이 정의한 색상. + +### RosyBrown {#RosyBrown} +``` +public static final int RosyBrown +``` + + +시스템이 정의한 색상. + +### RoyalBlue {#RoyalBlue} +``` +public static final int RoyalBlue +``` + + +시스템이 정의한 색상. + +### SaddleBrown {#SaddleBrown} +``` +public static final int SaddleBrown +``` + + +시스템이 정의한 색상. + +### Salmon {#Salmon} +``` +public static final int Salmon +``` + + +시스템이 정의한 색상. + +### SandyBrown {#SandyBrown} +``` +public static final int SandyBrown +``` + + +시스템이 정의한 색상. + +### SeaGreen {#SeaGreen} +``` +public static final int SeaGreen +``` + + +시스템이 정의한 색상. + +### SeaShell {#SeaShell} +``` +public static final int SeaShell +``` + + +시스템이 정의한 색상. + +### Sienna {#Sienna} +``` +public static final int Sienna +``` + + +시스템이 정의한 색상. + +### Silver {#Silver} +``` +public static final int Silver +``` + + +시스템이 정의한 색상. + +### SkyBlue {#SkyBlue} +``` +public static final int SkyBlue +``` + + +시스템이 정의한 색상. + +### SlateBlue {#SlateBlue} +``` +public static final int SlateBlue +``` + + +시스템이 정의한 색상. + +### SlateGray {#SlateGray} +``` +public static final int SlateGray +``` + + +시스템이 정의한 색상. + +### Snow {#Snow} +``` +public static final int Snow +``` + + +시스템이 정의한 색상. + +### SpringGreen {#SpringGreen} +``` +public static final int SpringGreen +``` + + +시스템이 정의한 색상. + +### SteelBlue {#SteelBlue} +``` +public static final int SteelBlue +``` + + +시스템이 정의한 색상. + +### Tan {#Tan} +``` +public static final int Tan +``` + + +시스템이 정의한 색상. + +### Teal {#Teal} +``` +public static final int Teal +``` + + +시스템이 정의한 색상. + +### Thistle {#Thistle} +``` +public static final int Thistle +``` + + +시스템이 정의한 색상. + +### Tomato {#Tomato} +``` +public static final int Tomato +``` + + +시스템이 정의한 색상. + +### Turquoise {#Turquoise} +``` +public static final int Turquoise +``` + + +시스템이 정의한 색상. + +### Violet {#Violet} +``` +public static final int Violet +``` + + +시스템이 정의한 색상. + +### Wheat {#Wheat} +``` +public static final int Wheat +``` + + +시스템이 정의한 색상. + +### White {#White} +``` +public static final int White +``` + + +시스템이 정의한 색상. + +### WhiteSmoke {#WhiteSmoke} +``` +public static final int WhiteSmoke +``` + + +시스템이 정의한 색상. + +### Yellow {#Yellow} +``` +public static final int Yellow +``` + + +시스템이 정의한 색상. + +### YellowGreen {#YellowGreen} +``` +public static final int YellowGreen +``` + + +시스템이 정의한 색상. + +### ButtonFace {#ButtonFace} +``` +public static final int ButtonFace +``` + + +3D 요소의 면 색상에 대한 시스템 정의 색상입니다. + +### ButtonHighlight {#ButtonHighlight} +``` +public static final int ButtonHighlight +``` + + +시스템에서 정의한 3D 요소의 강조 색상입니다. 이 색상은 광원을 향하는 3D 요소의 부분에 적용됩니다. + +### ButtonShadow {#ButtonShadow} +``` +public static final int ButtonShadow +``` + + +시스템에서 정의한 3D 요소의 그림자 색상입니다. 이 색상은 광원에서 멀리 떨어진 3D 요소의 부분에 적용됩니다. + +### GradientActiveCaption {#GradientActiveCaption} +``` +public static final int GradientActiveCaption +``` + + +시스템이 정의한 활성 창 title bar 색상 그라데이션 중 가장 밝은 색상. + +### GradientInactiveCaption {#GradientInactiveCaption} +``` +public static final int GradientInactiveCaption +``` + + +시스템이 정의한 비활성 창 title bar 색상 그라데이션 중 가장 밝은 색상. + +### MenuBar {#MenuBar} +``` +public static final int MenuBar +``` + + +시스템이 정의한 menu bar 배경 색상. + +### MenuHighlight {#MenuHighlight} +``` +public static final int MenuHighlight +``` + + +시스템이 정의한 메뉴가 flat menu로 표시될 때 메뉴 항목을 강조하는 색상. + diff --git a/korean/java/com.aspose.drawing/license/_index.md b/korean/java/com.aspose.drawing/license/_index.md new file mode 100644 index 000000000..c5919aab6 --- /dev/null +++ b/korean/java/com.aspose.drawing/license/_index.md @@ -0,0 +1,189 @@ +--- +title: License +second_title: Aspose.Drawing for Java API 참조 +description: 구성 요소에 라이선스를 부여하는 메서드를 제공합니다. +type: docs +weight: 32 +url: /ko/java/com.aspose.drawing/license/ +--- +**Inheritance:** +java.lang.Object +``` +public class License +``` + +구성 요소에 라이선스를 부여하는 메서드를 제공합니다. + +-------------------- + +> ``` +> In this example, an attempt will be made to find a license file named MyLicense.lic +> in the folder that contains +> ` +> the component, in the folder that contains the calling assembly, +> in the folder of the entry assembly and then in the embedded resources of the calling assembly. +> +> [C#] +> License license = new License(); +> license.SetLicense("MyLicense.lic"); +> +> ` +> ``` +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [License()](#License--) | 이 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [setLicense(String licenseName)](#setLicense-java.lang.String-) | 구성 요소에 라이선스를 적용합니다. | +| [setLicense(InputStream stream)](#setLicense-java.io.InputStream-) | 구성 요소에 라이선스를 적용합니다. | +### License() {#License--} +``` +public License() +``` + + +이 클래스의 새 인스턴스를 초기화합니다. + +-------------------- + +> ``` +> In this example, an attempt will be made to find a license file named MyLicense.lic +> in the folder that contains +> ` +> the component, in the folder that contains the calling assembly, +> in the folder of the entry assembly and then in the embedded resources of the calling assembly. +> +> [C#] +> License license = new License(); +> license.SetLicense("MyLicense.lic"); +> [Visual Basic] +> Dim license As license = New license +> License.SetLicense("MyLicense.lic") +> +> ` +> ` +> the component jar file: +> +> License license = new License(); +> license.setLicense("MyLicense.lic"); +> +> ` +> ``` + +### setLicense(String licenseName) {#setLicense-java.lang.String-} +``` +public final void setLicense(String licenseName) +``` + + +구성 요소에 라이선스를 적용합니다. + +-------------------- + +> ``` +> In this example, an attempt will be made to find a license file named MyLicense.lic +> in the folder that contains +> ` +> the component, in the folder that contains the calling assembly, +> in the folder of the entry assembly and then in the embedded resources of the calling assembly. +> +> [C#] +> License license = new License(); +> license.SetLicense("MyLicense.lic"); +> [Visual Basic] +> Dim license As License = New License +> license.SetLicense("MyLicense.lic") +> +> ` +> ` +> the component jar file: +> +> License license = new License(); +> license.setLicense("MyLicense.lic"); +> +> ` +> ``` + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| | licenseName | java.lang.String | 전체 또는 짧은 파일 이름` 또는 포함된 리소스 이름`이 될 수 있습니다. 빈 문자열을 사용하면 평가 모드로 전환됩니다. | + +-------------------- + +KKKCODEB + +다음 위치에서 라이선스를 찾으려고 시도합니다: + +KKKCODEE KKKCODEB + +1. 명시적 경로. + +KKKCODEE KKKCODEB + +2. Aspose 구성 요소 어셈블리를 포함하는 폴더. + +3. 클라이언트의 호출 어셈블리를 포함하는 폴더. + +4. 엔트리(시작) 어셈블리를 포함하는 폴더. + +5. 클라이언트의 호출 어셈블리 내에 포함된 리소스. + +**Note:**On the .NET Compact Framework, tries to find the license only in these locations: + +1. 명시적 경로. + +2. 클라이언트의 호출 어셈블리 내에 포함된 리소스. + +KKKCODEE KKKCODEB + +2. Aspose 구성 요소 JAR 파일을 포함하는 폴더. + +3. 클라이언트의 호출 JAR 파일을 포함하는 폴더. + +KKKCODEE | + +### setLicense(InputStream stream) {#setLicense-java.io.InputStream-} +``` +public final void setLicense(InputStream stream) +``` + + +구성 요소에 라이선스를 적용합니다. + +-------------------- + +> ``` +> ` +> [C#] +> License license = new License(); +> license.SetLicense(myStream); +> [Visual Basic] +> Dim license as License = new License +> license.SetLicense(myStream) +> ` +> ` +> License license = new License(); +> license.setLicense(myStream); +> ` +> ``` + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| | stream | java.io.InputStream | 라이선스를 포함하는 스트림. | + +-------------------- + +KKKCODEB + +이 메서드를 사용하여 스트림에서 라이선스를 로드합니다. + +KKKCODEE + +`void setLicense(java.io.InputStream stream)` | + diff --git a/korean/java/com.aspose.drawing/meteredext/_index.md b/korean/java/com.aspose.drawing/meteredext/_index.md new file mode 100644 index 000000000..1d48f1f1f --- /dev/null +++ b/korean/java/com.aspose.drawing/meteredext/_index.md @@ -0,0 +1,106 @@ +--- +title: MeteredExt +second_title: Aspose.Drawing for Java API 참조 +description: 계량 키를 설정하는 메서드를 제공합니다. +type: docs +weight: 33 +url: /ko/java/com.aspose.drawing/meteredext/ +--- +**Inheritance:** +java.lang.Object, [com.aspose.drawing.dynabic.metered.Metered](../../com.aspose.drawing.dynabic.metered/metered) + +**All Implemented Interfaces:** +com.aspose.ms.System.IDisposable +``` +public final class MeteredExt extends Metered implements System.IDisposable +``` + +계량 키를 설정하는 메서드를 제공합니다. + +-------------------- + +> ``` +> In this example, an attempt will be made to set metered public and private key +> +> ` +> +> [C#] +> Metered matered = new Metered(); +> matered.SetMeteredKey("PublicKey", "PrivateKey"); +> [Visual Basic] +> Dim matered As Metered = New Metered +> matered.SetMeteredKey("PublicKey", "PrivateKey") +> +> ` +> +> ` +> the component jar file: +> +> Metered matered = new Metered(); +> matered.setMeteredKey("PublicKey", "PrivateKey"); +> +> ` +> ``` +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [MeteredExt()](#MeteredExt--) | [Metered](../../com.aspose.drawing.dynabic.metered/metered) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getConsumptionQuantity()](#getConsumptionQuantity--) | 소비 파일 크기를 가져옵니다. | +| [getConsumptionCredit()](#getConsumptionCredit--) | 소비 크레딧을 가져옵니다. | +| [setMeteredKey(String publicKey, String privateKey)](#setMeteredKey-java.lang.String-java.lang.String-) | metered 공개 및 개인 키를 설정합니다 | +| [dispose()](#dispose--) | 관리되지 않는 리소스를 해제, 릴리스 또는 재설정과 관련된 애플리케이션 정의 작업을 수행합니다. | +### MeteredExt() {#MeteredExt--} +``` +public MeteredExt() +``` + + +[Metered](../../com.aspose.drawing.dynabic.metered/metered) 클래스의 새 인스턴스를 초기화합니다. + +### getConsumptionQuantity() {#getConsumptionQuantity--} +``` +public static BigDecimal getConsumptionQuantity() +``` + + +소비 파일 크기를 가져옵니다. + +**Returns:** +java.math.BigDecimal - 소비 수량을 반환합니다 +### getConsumptionCredit() {#getConsumptionCredit--} +``` +public static BigDecimal getConsumptionCredit() +``` + + +소비 크레딧을 가져옵니다. + +**Returns:** +java.math.BigDecimal - 소비 수량을 반환합니다 +### setMeteredKey(String publicKey, String privateKey) {#setMeteredKey-java.lang.String-java.lang.String-} +``` +public void setMeteredKey(String publicKey, String privateKey) +``` + + +metered 공개 및 개인 키를 설정합니다 + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| publicKey | java.lang.String | 공개 키 | +| privateKey | java.lang.String | 개인 키 | + +### dispose() {#dispose--} +``` +public void dispose() +``` + + +관리되지 않는 리소스를 해제, 릴리스 또는 재설정과 관련된 애플리케이션 정의 작업을 수행합니다. + diff --git a/korean/java/com.aspose.drawing/pen/_index.md b/korean/java/com.aspose.drawing/pen/_index.md new file mode 100644 index 000000000..0a779058d --- /dev/null +++ b/korean/java/com.aspose.drawing/pen/_index.md @@ -0,0 +1,682 @@ +--- +title: Pen +second_title: Aspose.Drawing for Java API 참조 +description: 선과 곡선을 그리는 데 사용되는 객체를 정의합니다. +type: docs +weight: 34 +url: /ko/java/com.aspose.drawing/pen/ +--- +**Inheritance:** +java.lang.Object + +**All Implemented Interfaces:** +com.aspose.ms.System.IDisposable +``` +public class Pen implements System.IDisposable +``` + +선과 곡선을 그리는 데 사용되는 객체를 정의합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [Pen(Color color)](#Pen-com.aspose.drawing.Color-) | 지정된 `Color`([.getColor](../../null/\#getColor)/[.setColor(Color)](../../null/\#setColor-Color-))를 사용하여 [Pen](../../com.aspose.drawing/pen) 클래스의 새 인스턴스를 초기화합니다. | +| [Pen(Brush brush, float width)](#Pen-com.aspose.drawing.Brush-float-) | 지정된 Brush와 Width를 사용하여 Pen 클래스의 새 인스턴스를 초기화합니다. | +| [Pen(Brush brush)](#Pen-com.aspose.drawing.Brush-) | 지정된 `Brush`([.getBrush](../../null/\#getBrush)/[.setBrush(Brush)](../../null/\#setBrush-Brush-))를 사용하여 [Pen](../../com.aspose.drawing/pen) 클래스의 새 인스턴스를 초기화합니다. | +| [Pen(Color color, float width)](#Pen-com.aspose.drawing.Color-float-) | 지정된 Color 및 Width 속성을 사용하여 Pen 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getColor()](#getColor--) | 이 [Pen](../../com.aspose.drawing/pen)의 색상을 가져오거나 설정합니다. | +| [setColor(Color value)](#setColor-com.aspose.drawing.Color-) | 이 [Pen](../../com.aspose.drawing/pen)의 색상을 가져오거나 설정합니다. | +| [getBrush()](#getBrush--) | 이 [Pen](../../com.aspose.drawing/pen)의 속성을 결정하는 Brush를 가져오거나 설정합니다. | +| [setBrush(Brush value)](#setBrush-com.aspose.drawing.Brush-) | 이 [Pen](../../com.aspose.drawing/pen)의 속성을 결정하는 Brush를 가져오거나 설정합니다. | +| [getCompoundArray()](#getCompoundArray--) | 복합 펜을 지정하는 값 배열을 가져오거나 설정합니다. | +| [setCompoundArray(float[] value)](#setCompoundArray-float---) | 복합 펜을 지정하는 값 배열을 가져오거나 설정합니다. | +| [getWidth()](#getWidth--) | 그리기에 사용되는 Graphics 객체의 단위로 이 Pen의 너비를 가져오거나 설정합니다. | +| [setWidth(float value)](#setWidth-float-) | 그리기에 사용되는 Graphics 객체의 단위로 이 Pen의 너비를 가져오거나 설정합니다. | +| [getStartCap()](#getStartCap--) | 이 Pen으로 그린 선의 시작 부분에 사용되는 캡 스타일을 가져오거나 설정합니다. | +| [setStartCap(int value)](#setStartCap-int-) | 이 Pen으로 그린 선의 시작 부분에 사용되는 캡 스타일을 가져오거나 설정합니다. | +| [getEndCap()](#getEndCap--) | 이 Pen으로 그린 선의 끝 부분에 사용되는 캡 스타일을 가져오거나 설정합니다. | +| [setEndCap(int value)](#setEndCap-int-) | 이 Pen으로 그린 선의 끝 부분에 사용되는 캡 스타일을 가져오거나 설정합니다. | +| [getLineJoin()](#getLineJoin--) | 이 Pen으로 그린 두 연속 선의 끝에 대한 조인 스타일을 가져오거나 설정합니다. | +| [setLineJoin(int value)](#setLineJoin-int-) | 이 Pen으로 그린 두 연속 선의 끝에 대한 조인 스타일을 가져오거나 설정합니다. | +| [getMiterLimit()](#getMiterLimit--) | 마이터 코너에서 조인의 두께 제한을 가져오거나 설정합니다. | +| [setMiterLimit(float value)](#setMiterLimit-float-) | 마이터 코너에서 조인의 두께 제한을 가져오거나 설정합니다. | +| [getAlignment()](#getAlignment--) | 이 [Pen](../../com.aspose.drawing/pen)의 정렬을 가져오거나 설정합니다. | +| [setAlignment(int value)](#setAlignment-int-) | 이 [Pen](../../com.aspose.drawing/pen)의 정렬을 가져오거나 설정합니다. | +| [getTransform()](#getTransform--) | 이 [Pen](../../com.aspose.drawing/pen)의 기하학적 변환 복사본을 가져오거나 설정합니다. | +| [setTransform(Matrix value)](#setTransform-com.aspose.drawing.drawing2d.Matrix-) | 이 [Pen](../../com.aspose.drawing/pen)의 기하학적 변환 복사본을 가져오거나 설정합니다. | +| [getCustomStartCap()](#getCustomStartCap--) | 이 [Pen](../../com.aspose.drawing/pen)으로 그린 선의 시작 부분에 사용할 사용자 정의 캡을 가져오거나 설정합니다. | +| [setCustomStartCap(CustomLineCap value)](#setCustomStartCap-com.aspose.drawing.drawing2d.CustomLineCap-) | 이 [Pen](../../com.aspose.drawing/pen)으로 그린 선의 시작 부분에 사용할 사용자 정의 캡을 가져오거나 설정합니다. | +| [getCustomEndCap()](#getCustomEndCap--) | 이 [Pen](../../com.aspose.drawing/pen)으로 그린 선의 끝 부분에 사용할 사용자 정의 캡을 가져오거나 설정합니다. | +| [setCustomEndCap(CustomLineCap value)](#setCustomEndCap-com.aspose.drawing.drawing2d.CustomLineCap-) | 이 [Pen](../../com.aspose.drawing/pen)으로 그린 선의 끝 부분에 사용할 사용자 정의 캡을 가져오거나 설정합니다. | +| [getDashCap()](#getDashCap--) | 이 [Pen](../../com.aspose.drawing/pen)으로 그린 점선의 대시 끝에 사용되는 캡 스타일을 가져오거나 설정합니다. | +| [setDashCap(int value)](#setDashCap-int-) | 이 [Pen](../../com.aspose.drawing/pen)으로 그린 점선의 대시 끝에 사용되는 캡 스타일을 가져오거나 설정합니다. | +| [getDashOffset()](#getDashOffset--) | 선의 시작부터 대시 패턴 시작까지의 거리를 가져오거나 설정합니다. | +| [setDashOffset(float value)](#setDashOffset-float-) | 선의 시작부터 대시 패턴 시작까지의 거리를 가져오거나 설정합니다. | +| [getDashPattern()](#getDashPattern--) | 사용자 정의 대시와 공백 배열을 가져오거나 설정합니다. | +| [setDashPattern(float[] value)](#setDashPattern-float---) | 사용자 정의 대시와 공백 배열을 가져오거나 설정합니다. | +| [getDashStyle()](#getDashStyle--) | 이 [Pen](../../com.aspose.drawing/pen)으로 그린 점선에 사용되는 스타일을 가져오거나 설정합니다. | +| [setDashStyle(int value)](#setDashStyle-int-) | 이 [Pen](../../com.aspose.drawing/pen)으로 그린 점선에 사용되는 스타일을 가져오거나 설정합니다. | +| [getPenType()](#getPenType--) | 이 Pen으로 그린 선의 스타일을 가져옵니다. | +| [dispose()](#dispose--) | 이 Pen이 사용한 모든 리소스를 해제합니다. | +| [deepClone()](#deepClone--) | 이 [Pen](../../com.aspose.drawing/pen)의 정확한 복사본을 생성합니다. | +| [setLineCap(int startCap, int endCap, int dashCap)](#setLineCap-int-int-int-) | 이 [Pen](../../com.aspose.drawing/pen)으로 그린 선을 끝낼 때 사용되는 캡 스타일을 결정하는 값을 설정합니다. | +| [scaleTransform(float sx, float sy)](#scaleTransform-float-float-) | 지정된 계수로 로컬 기하 변환을 스케일링합니다. | +| [scaleTransform(float sx, float sy, int order)](#scaleTransform-float-float-int-) | 지정된 순서대로 지정된 계수로 로컬 기하 변환을 스케일링합니다. | +| [translateTransform(float dx, float dy)](#translateTransform-float-float-) | 지정된 차원만큼 로컬 기하 변환을 평행 이동합니다. | +| [translateTransform(float dx, float dy, int order)](#translateTransform-float-float-int-) | 지정된 순서대로 지정된 차원만큼 로컬 기하 변환을 평행 이동합니다. | +| [rotateTransform(float angle)](#rotateTransform-float-) | 지정된 각도로 로컬 기하 변환을 회전시킵니다. | +| [rotateTransform(float angle, int order)](#rotateTransform-float-int-) | 지정된 순서대로 지정된 각도로 로컬 기하 변환을 회전시킵니다. | +| [resetTransform()](#resetTransform--) | 이 [Pen](../../com.aspose.drawing/pen)의 기하 변환 행렬을 단위 행렬로 재설정합니다. | +| [multiplyTransform(Matrix matrix)](#multiplyTransform-com.aspose.drawing.drawing2d.Matrix-) | 이 [Pen](../../com.aspose.drawing/pen)의 변환 행렬에 지정된 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 곱합니다. | +| [multiplyTransform(Matrix matrix, int order)](#multiplyTransform-com.aspose.drawing.drawing2d.Matrix-int-) | 이 [Pen](../../com.aspose.drawing/pen)의 변환 행렬에 지정된 순서대로 지정된 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 곱합니다. | +### Pen(Color color) {#Pen-com.aspose.drawing.Color-} +``` +public Pen(Color color) +``` + + +지정된 `Color`([.getColor](../../null/\#getColor)/[.setColor(Color)](../../null/\#setColor-Color-))를 사용하여 [Pen](../../com.aspose.drawing/pen) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| color | [Color](../../com.aspose.drawing/color) | 이 [Pen](../../com.aspose.drawing/pen)의 채우기 속성을 결정하는 `Color`([.getColor](../../null/\#getColor)/[.setColor(Color)](../../null/\#setColor-Color-))입니다. | + +### Pen(Brush brush, float width) {#Pen-com.aspose.drawing.Brush-float-} +``` +public Pen(Brush brush, float width) +``` + + +지정된 Brush와 Width를 사용하여 Pen 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| brush | [Brush](../../com.aspose.drawing/brush) | 이 Pen의 특성을 결정하는 Brush입니다. | +| 너비 | float | 새 Pen의 너비입니다. | + +### Pen(Brush brush) {#Pen-com.aspose.drawing.Brush-} +``` +public Pen(Brush brush) +``` + + +지정된 `Brush`([.getBrush](../../null/\#getBrush)/[.setBrush(Brush)](../../null/\#setBrush-Brush-))를 사용하여 [Pen](../../com.aspose.drawing/pen) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| brush | [Brush](../../com.aspose.drawing/brush) | 이 [Pen](../../com.aspose.drawing/pen)의 채우기 속성을 결정하는 `Brush`([.getBrush](../../null/\#getBrush)/[.setBrush(Brush)](../../null/\#setBrush-Brush-))입니다. | + +### Pen(Color color, float width) {#Pen-com.aspose.drawing.Color-float-} +``` +public Pen(Color color, float width) +``` + + +지정된 Color 및 Width 속성을 사용하여 Pen 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| color | [Color](../../com.aspose.drawing/color) | 이 Pen의 색을 나타내는 Color 구조체입니다. | +| 너비 | float | 이 Pen의 너비를 나타내는 값입니다. | + +### getColor() {#getColor--} +``` +public final Color getColor() +``` + + +이 [Pen](../../com.aspose.drawing/pen)의 색상을 가져오거나 설정합니다. + +값: 이 [Pen](../../com.aspose.drawing/pen)의 색을 나타내는 `Color`([.getColor](../../null/\#getColor)/[.setColor(Color)](../../null/\#setColor-Color-)) 구조체입니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) +### setColor(Color value) {#setColor-com.aspose.drawing.Color-} +``` +public final void setColor(Color value) +``` + + +이 [Pen](../../com.aspose.drawing/pen)의 색상을 가져오거나 설정합니다. + +값: 이 [Pen](../../com.aspose.drawing/pen)의 색을 나타내는 `Color`([.getColor](../../null/\#getColor)/[.setColor(Color)](../../null/\#setColor-Color-)) 구조체입니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Color](../../com.aspose.drawing/color) | | + +### getBrush() {#getBrush--} +``` +public final Brush getBrush() +``` + + +이 [Pen](../../com.aspose.drawing/pen)의 속성을 결정하는 Brush를 가져오거나 설정합니다. + +**Returns:** +[Brush](../../com.aspose.drawing/brush) +### setBrush(Brush value) {#setBrush-com.aspose.drawing.Brush-} +``` +public final void setBrush(Brush value) +``` + + +이 [Pen](../../com.aspose.drawing/pen)의 속성을 결정하는 Brush를 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Brush](../../com.aspose.drawing/brush) | | + +### getCompoundArray() {#getCompoundArray--} +``` +public final float[] getCompoundArray() +``` + + +복합 펜을 지정하는 값 배열을 가져오거나 설정합니다. 복합 펜은 평행선과 간격으로 구성된 복합 라인을 그립니다. + +**Returns:** +float[] - 복합 배열을 지정하는 실수 배열입니다. 배열의 요소는 오름차순이어야 하며 0보다 작지 않고 1보다 크지 않아야 합니다. +### setCompoundArray(float[] value) {#setCompoundArray-float---} +``` +public final void setCompoundArray(float[] value) +``` + + +복합 펜을 지정하는 값 배열을 가져오거나 설정합니다. 복합 펜은 평행선과 간격으로 구성된 복합 라인을 그립니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float[] | | + +### getWidth() {#getWidth--} +``` +public final float getWidth() +``` + + +그리기에 사용되는 Graphics 객체의 단위로 이 Pen의 너비를 가져오거나 설정합니다. + +**Returns:** +float +### setWidth(float value) {#setWidth-float-} +``` +public final void setWidth(float value) +``` + + +그리기에 사용되는 Graphics 객체의 단위로 이 Pen의 너비를 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | | + +### getStartCap() {#getStartCap--} +``` +public final int getStartCap() +``` + + +이 Pen으로 그린 선의 시작 부분에 사용되는 캡 스타일을 가져오거나 설정합니다. + +**Returns:** +int +### setStartCap(int value) {#setStartCap-int-} +``` +public final void setStartCap(int value) +``` + + +이 Pen으로 그린 선의 시작 부분에 사용되는 캡 스타일을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getEndCap() {#getEndCap--} +``` +public final int getEndCap() +``` + + +이 Pen으로 그린 선의 끝 부분에 사용되는 캡 스타일을 가져오거나 설정합니다. + +**Returns:** +int +### setEndCap(int value) {#setEndCap-int-} +``` +public final void setEndCap(int value) +``` + + +이 Pen으로 그린 선의 끝 부분에 사용되는 캡 스타일을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getLineJoin() {#getLineJoin--} +``` +public final int getLineJoin() +``` + + +이 Pen으로 그린 두 연속 선의 끝에 대한 조인 스타일을 가져오거나 설정합니다. + +-------------------- + +현재 Miter 조인은 실제로 MiterClipped처럼 동작합니다. + +**Returns:** +int +### setLineJoin(int value) {#setLineJoin-int-} +``` +public final void setLineJoin(int value) +``` + + +이 Pen으로 그린 두 연속 선의 끝에 대한 조인 스타일을 가져오거나 설정합니다. + +-------------------- + +현재 Miter 조인은 실제로 MiterClipped처럼 동작합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getMiterLimit() {#getMiterLimit--} +``` +public final float getMiterLimit() +``` + + +마이터 코너에서 조인의 두께 제한을 가져오거나 설정합니다. + +**Returns:** +float +### setMiterLimit(float value) {#setMiterLimit-float-} +``` +public final void setMiterLimit(float value) +``` + + +마이터 코너에서 조인의 두께 제한을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | | + +### getAlignment() {#getAlignment--} +``` +public final int getAlignment() +``` + + +이 [Pen](../../com.aspose.drawing/pen)의 정렬을 가져오거나 설정합니다. + +**Returns:** +int - 이 [Pen](../../com.aspose.drawing/pen)의 정렬을 나타내는 [PenAlignment](../../com.aspose.drawing.drawing2d/penalignment)입니다. +### setAlignment(int value) {#setAlignment-int-} +``` +public final void setAlignment(int value) +``` + + +이 [Pen](../../com.aspose.drawing/pen)의 정렬을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getTransform() {#getTransform--} +``` +public final Matrix getTransform() +``` + + +이 [Pen](../../com.aspose.drawing/pen)의 기하학적 변환 복사본을 가져오거나 설정합니다. + +값: 이 [Pen](../../com.aspose.drawing/pen)의 기하 변환을 나타내는 [Matrix](../../com.aspose.drawing.drawing2d/matrix)의 복사본입니다. + +**Returns:** +[Matrix](../../com.aspose.drawing.drawing2d/matrix) +### setTransform(Matrix value) {#setTransform-com.aspose.drawing.drawing2d.Matrix-} +``` +public final void setTransform(Matrix value) +``` + + +이 [Pen](../../com.aspose.drawing/pen)의 기하학적 변환 복사본을 가져오거나 설정합니다. + +값: 이 [Pen](../../com.aspose.drawing/pen)의 기하 변환을 나타내는 [Matrix](../../com.aspose.drawing.drawing2d/matrix)의 복사본입니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Matrix](../../com.aspose.drawing.drawing2d/matrix) | | + +### getCustomStartCap() {#getCustomStartCap--} +``` +public final CustomLineCap getCustomStartCap() +``` + + +이 [Pen](../../com.aspose.drawing/pen)으로 그린 선의 시작 부분에 사용할 사용자 정의 캡을 가져오거나 설정합니다. + +**Returns:** +[CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) - A [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) that represents the cap used at the beginning of lines drawn with this [Pen](../../com.aspose.drawing/pen). +### setCustomStartCap(CustomLineCap value) {#setCustomStartCap-com.aspose.drawing.drawing2d.CustomLineCap-} +``` +public final void setCustomStartCap(CustomLineCap value) +``` + + +이 [Pen](../../com.aspose.drawing/pen)으로 그린 선의 시작 부분에 사용할 사용자 정의 캡을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) | | + +### getCustomEndCap() {#getCustomEndCap--} +``` +public final CustomLineCap getCustomEndCap() +``` + + +이 [Pen](../../com.aspose.drawing/pen)으로 그린 선의 끝 부분에 사용할 사용자 정의 캡을 가져오거나 설정합니다. + +**Returns:** +[CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) - A [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) that represents the cap used at the end of lines drawn with this [Pen](../../com.aspose.drawing/pen). +### setCustomEndCap(CustomLineCap value) {#setCustomEndCap-com.aspose.drawing.drawing2d.CustomLineCap-} +``` +public final void setCustomEndCap(CustomLineCap value) +``` + + +이 [Pen](../../com.aspose.drawing/pen)으로 그린 선의 끝 부분에 사용할 사용자 정의 캡을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [CustomLineCap](../../com.aspose.drawing.drawing2d/customlinecap) | | + +### getDashCap() {#getDashCap--} +``` +public final int getDashCap() +``` + + +이 [Pen](../../com.aspose.drawing/pen)으로 그린 점선의 대시 끝에 사용되는 캡 스타일을 가져오거나 설정합니다. + +**Returns:** +int - 이 [Pen](../../com.aspose.drawing/pen)으로 그린 점선의 대시 시작 및 끝에 사용되는 캡 스타일을 나타내는 `DashCap`([.getDashCap](../../null/\#getDashCap)/[.setDashCap(int)](../../null/\#setDashCap-int-)) 값 중 하나입니다. +### setDashCap(int value) {#setDashCap-int-} +``` +public final void setDashCap(int value) +``` + + +이 [Pen](../../com.aspose.drawing/pen)으로 그린 점선의 대시 끝에 사용되는 캡 스타일을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getDashOffset() {#getDashOffset--} +``` +public final float getDashOffset() +``` + + +선의 시작부터 대시 패턴 시작까지의 거리를 가져오거나 설정합니다. + +**Returns:** +float - 선의 시작점부터 대시 패턴 시작점까지의 거리입니다. +### setDashOffset(float value) {#setDashOffset-float-} +``` +public final void setDashOffset(float value) +``` + + +선의 시작부터 대시 패턴 시작까지의 거리를 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | | + +### getDashPattern() {#getDashPattern--} +``` +public final float[] getDashPattern() +``` + + +사용자 정의 대시와 공백 배열을 가져오거나 설정합니다. + +**Returns:** +float[] - 점선에서 교대로 나타나는 대시와 공백의 길이를 지정하는 실수 배열입니다. +### setDashPattern(float[] value) {#setDashPattern-float---} +``` +public final void setDashPattern(float[] value) +``` + + +사용자 정의 대시와 공백 배열을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float[] | | + +### getDashStyle() {#getDashStyle--} +``` +public final int getDashStyle() +``` + + +이 [Pen](../../com.aspose.drawing/pen)으로 그린 점선에 사용되는 스타일을 가져오거나 설정합니다. + +**Returns:** +int - `DashStyle`([.getDashStyle](../../null/\#getDashStyle)/[.setDashStyle(int)](../../null/\#setDashStyle-int-)) 은 이 [Pen](../../com.aspose.drawing/pen)으로 그려지는 점선에 사용되는 스타일을 나타냅니다. +### setDashStyle(int value) {#setDashStyle-int-} +``` +public final void setDashStyle(int value) +``` + + +이 [Pen](../../com.aspose.drawing/pen)으로 그린 점선에 사용되는 스타일을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getPenType() {#getPenType--} +``` +public final int getPenType() +``` + + +이 Pen으로 그린 선의 스타일을 가져옵니다. + +값: `PenType`([.getPenType](../../null/\#getPenType)) 열거형은 이 [Pen](../../com.aspose.drawing/pen)으로 그려지는 선의 스타일을 지정합니다. + +**Returns:** +int +### dispose() {#dispose--} +``` +public final void dispose() +``` + + +이 Pen이 사용한 모든 리소스를 해제합니다. + +-------------------- + +이 메서드는 실제로 아무 작업도 수행하지 않습니다. System.Drawing API와의 호환성을 위해 제공됩니다. + +### deepClone() {#deepClone--} +``` +public final Object deepClone() +``` + + +이 [Pen](../../com.aspose.drawing/pen)의 정확한 복사본을 생성합니다. + +**Returns:** +java.lang.Object - [Pen](../../com.aspose.drawing/pen)으로 캐스팅할 수 있는 객체입니다. +### setLineCap(int startCap, int endCap, int dashCap) {#setLineCap-int-int-int-} +``` +public final void setLineCap(int startCap, int endCap, int dashCap) +``` + + +이 [Pen](../../com.aspose.drawing/pen)으로 그린 선을 끝낼 때 사용되는 캡 스타일을 결정하는 값을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| startCap | int | [LineCap](../../com.aspose.drawing.drawing2d/linecap) 은 이 [Pen](../../com.aspose.drawing/pen)으로 그려지는 선의 시작 부분에 사용할 캡 스타일을 나타냅니다. | +| endCap | int | [LineCap](../../com.aspose.drawing.drawing2d/linecap) 은 이 [Pen](../../com.aspose.drawing/pen)으로 그려지는 선의 끝 부분에 사용할 캡 스타일을 나타냅니다. | +| dashCap | int | [LineCap](../../com.aspose.drawing.drawing2d/linecap) 은 이 [Pen](../../com.aspose.drawing/pen)으로 그려지는 점선의 시작 또는 끝에 사용할 캡 스타일을 나타냅니다. | + +### scaleTransform(float sx, float sy) {#scaleTransform-float-float-} +``` +public final void scaleTransform(float sx, float sy) +``` + + +지정된 인수에 따라 로컬 기하 변환을 스케일합니다. 이 메서드는 스케일링 행렬을 변환 앞에 추가합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sx | float | x축 방향으로 변환을 스케일할 인수입니다. | +| sy | float | y축 방향으로 변환을 스케일할 인수입니다. | + +### scaleTransform(float sx, float sy, int order) {#scaleTransform-float-float-int-} +``` +public final void scaleTransform(float sx, float sy, int order) +``` + + +지정된 순서대로 지정된 계수로 로컬 기하 변환을 스케일링합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sx | float | x축 방향으로 변환을 스케일할 인수입니다. | +| sy | float | y축 방향으로 변환을 스케일할 인수입니다. | +| order | int | 스케일링 행렬을 추가하거나 앞에 삽입할지 지정하는 [MatrixOrder](../../com.aspose.drawing.drawing2d/matrixorder)입니다. | + +### translateTransform(float dx, float dy) {#translateTransform-float-float-} +``` +public final void translateTransform(float dx, float dy) +``` + + +지정된 차원에 따라 로컬 기하 변환을 평행 이동합니다. 이 메서드는 평행 이동을 변환 앞에 추가합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| dx | float | x 방향 평행 이동 값입니다. | +| dy | float | y 방향 평행 이동 값입니다. | + +### translateTransform(float dx, float dy, int order) {#translateTransform-float-float-int-} +``` +public final void translateTransform(float dx, float dy, int order) +``` + + +지정된 순서대로 지정된 차원만큼 로컬 기하 변환을 평행 이동합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| dx | float | x 방향 평행 이동 값입니다. | +| dy | float | y 방향 평행 이동 값입니다. | +| order | int | 평행 이동을 적용할 순서(앞에 추가 또는 뒤에 추가)입니다. | + +### rotateTransform(float angle) {#rotateTransform-float-} +``` +public final void rotateTransform(float angle) +``` + + +지정된 각도만큼 로컬 기하 변환을 회전합니다. 이 메서드는 회전을 변환 앞에 추가합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 각도 | float | 회전 각도. | + +### rotateTransform(float angle, int order) {#rotateTransform-float-int-} +``` +public final void rotateTransform(float angle, int order) +``` + + +지정된 순서대로 지정된 각도로 로컬 기하 변환을 회전시킵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 각도 | float | 회전 각도. | +| order | int | 회전 행렬을 추가하거나 앞에 삽입할지 지정하는 [MatrixOrder](../../com.aspose.drawing.drawing2d/matrixorder)입니다. | + +### resetTransform() {#resetTransform--} +``` +public final void resetTransform() +``` + + +이 [Pen](../../com.aspose.drawing/pen)의 기하 변환 행렬을 단위 행렬로 재설정합니다. + +### multiplyTransform(Matrix matrix) {#multiplyTransform-com.aspose.drawing.drawing2d.Matrix-} +``` +public final void multiplyTransform(Matrix matrix) +``` + + +이 [Pen](../../com.aspose.drawing/pen)의 변환 행렬에 지정된 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 곱합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| matrix | [Matrix](../../com.aspose.drawing.drawing2d/matrix) | 변환 행렬을 곱할 [Matrix](../../com.aspose.drawing.drawing2d/matrix) 객체입니다. | + +### multiplyTransform(Matrix matrix, int order) {#multiplyTransform-com.aspose.drawing.drawing2d.Matrix-int-} +``` +public final void multiplyTransform(Matrix matrix, int order) +``` + + +이 [Pen](../../com.aspose.drawing/pen)의 변환 행렬에 지정된 순서대로 지정된 [Matrix](../../com.aspose.drawing.drawing2d/matrix)를 곱합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| matrix | [Matrix](../../com.aspose.drawing.drawing2d/matrix) | 변환 행렬을 곱할 java.awt.geom.AffineTransform입니다. | +| order | int | 곱셈 연산을 수행할 순서입니다. | + diff --git a/korean/java/com.aspose.drawing/pens/_index.md b/korean/java/com.aspose.drawing/pens/_index.md new file mode 100644 index 000000000..90a3f29ae --- /dev/null +++ b/korean/java/com.aspose.drawing/pens/_index.md @@ -0,0 +1,1852 @@ +--- +title: Pens +second_title: Aspose.Drawing for Java API 참조 +description: 표준 색상에 대한 펜입니다. +type: docs +weight: 35 +url: /ko/java/com.aspose.drawing/pens/ +--- +**Inheritance:** +java.lang.Object +``` +public final class Pens +``` + +표준 색상 전체에 대한 펜. 이 클래스는 상속할 수 없습니다. +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getAliceBlue()](#getAliceBlue--) | 앨리스 블루 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getAntiqueWhite()](#getAntiqueWhite--) | 앤티크 화이트 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getAqua()](#getAqua--) | 아쿠아 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getAquamarine()](#getAquamarine--) | 아쿠아마린 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getAzure()](#getAzure--) | 아주르 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getBeige()](#getBeige--) | 베이지 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getBisque()](#getBisque--) | 비스크 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getBlack()](#getBlack--) | 블랙 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getBlanchedAlmond()](#getBlanchedAlmond--) | 블랜치드 알몬드 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getBlue()](#getBlue--) | 블루 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getBlueViolet()](#getBlueViolet--) | 블루 바이올렛 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getBrown()](#getBrown--) | 브라운 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getBurlyWood()](#getBurlyWood--) | 버리우드 우드 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getCadetBlue()](#getCadetBlue--) | 카뎃 블루 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getChartreuse()](#getChartreuse--) | 차트루스 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getChocolate()](#getChocolate--) | 초콜릿 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getCoral()](#getCoral--) | 코랄 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getCornflowerBlue()](#getCornflowerBlue--) | 콘플라워 블루 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getCornsilk()](#getCornsilk--) | 콘실크 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getCrimson()](#getCrimson--) | 크림슨 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getCyan()](#getCyan--) | 시안 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDarkBlue()](#getDarkBlue--) | 다크 블루 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDarkCyan()](#getDarkCyan--) | 다크 시안 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDarkGoldenrod()](#getDarkGoldenrod--) | 다크 골든로드 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDarkGray()](#getDarkGray--) | 다크 그레이 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDarkGreen()](#getDarkGreen--) | 어두운 녹색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDarkKhaki()](#getDarkKhaki--) | 어두운 카키색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDarkMagenta()](#getDarkMagenta--) | 어두운 마젠타 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDarkOliveGreen()](#getDarkOliveGreen--) | 어두운 올리브 녹색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDarkOrange()](#getDarkOrange--) | 어두운 주황색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDarkOrchid()](#getDarkOrchid--) | 어두운 난초색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDarkRed()](#getDarkRed--) | 어두운 빨간색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDarkSalmon()](#getDarkSalmon--) | 어두운 연어색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDarkSeaGreen()](#getDarkSeaGreen--) | 어두운 바다 녹색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDarkSlateBlue()](#getDarkSlateBlue--) | 어두운 슬레이트 파랑 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDarkSlateGray()](#getDarkSlateGray--) | 어두운 슬레이트 회색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDarkTurquoise()](#getDarkTurquoise--) | 어두운 청록색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDarkViolet()](#getDarkViolet--) | 어두운 보라색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDeepPink()](#getDeepPink--) | 진한 핑크색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDeepSkyBlue()](#getDeepSkyBlue--) | 진한 하늘색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDimGray()](#getDimGray--) | 어두운 회색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getDodgerBlue()](#getDodgerBlue--) | 도저 블루 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getFirebrick()](#getFirebrick--) | 파이어브릭 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getFloralWhite()](#getFloralWhite--) | 플로럴 화이트 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getForestGreen()](#getForestGreen--) | 숲 녹색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getFuchsia()](#getFuchsia--) | 푸시아 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getGainsboro()](#getGainsboro--) | 게인즈보로 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getGhostWhite()](#getGhostWhite--) | 고스트 화이트 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getGold()](#getGold--) | 금색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getGoldenrod()](#getGoldenrod--) | 골든로드 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getGray()](#getGray--) | 회색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getGreen()](#getGreen--) | 녹색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getGreenYellow()](#getGreenYellow--) | 연두색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getHoneydew()](#getHoneydew--) | 허니듀 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getHotPink()](#getHotPink--) | 핫핑크 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getIndianRed()](#getIndianRed--) | 인디언 레드 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getIndigo()](#getIndigo--) | 남색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getIvory()](#getIvory--) | 아이보리 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getKhaki()](#getKhaki--) | 카키 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLavender()](#getLavender--) | 라벤더 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLavenderBlush()](#getLavenderBlush--) | 라벤더 블러시 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLawnGreen()](#getLawnGreen--) | 라운 그린 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLemonChiffon()](#getLemonChiffon--) | 레몬 쉬폰 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLightBlue()](#getLightBlue--) | 연파랑 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLightCoral()](#getLightCoral--) | 연코랄 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLightCyan()](#getLightCyan--) | 연시안 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLightGoldenrodYellow()](#getLightGoldenrodYellow--) | 연골든로드 노랑 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLightGray()](#getLightGray--) | 연회색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLightGreen()](#getLightGreen--) | 연녹색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLightPink()](#getLightPink--) | 연핑크 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLightSalmon()](#getLightSalmon--) | 연연어색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLightSeaGreen()](#getLightSeaGreen--) | 연해초록 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLightSkyBlue()](#getLightSkyBlue--) | 연하늘색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLightSlateGray()](#getLightSlateGray--) | 연슬레이트 회색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLightSteelBlue()](#getLightSteelBlue--) | 연스틸 블루 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLightYellow()](#getLightYellow--) | 연한 노란색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLime()](#getLime--) | 라임색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLimeGreen()](#getLimeGreen--) | 라임 그린색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getLinen()](#getLinen--) | 린넨색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getMagenta()](#getMagenta--) | 마젠타색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getMaroon()](#getMaroon--) | 마룬색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getMediumAquamarine()](#getMediumAquamarine--) | 중간 아쿠아마린색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getMediumBlue()](#getMediumBlue--) | 중간 파란색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getMediumOrchid()](#getMediumOrchid--) | 중간 난초색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getMediumPurple()](#getMediumPurple--) | 중간 보라색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getMediumSeaGreen()](#getMediumSeaGreen--) | 중간 바다 초록색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getMediumSlateBlue()](#getMediumSlateBlue--) | 중간 슬레이트 블루색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getMediumSpringGreen()](#getMediumSpringGreen--) | 중간 스프링 그린색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getMediumTurquoise()](#getMediumTurquoise--) | 중간 청록색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getMediumVioletRed()](#getMediumVioletRed--) | 중간 보라 빨강색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getMidnightBlue()](#getMidnightBlue--) | 미드나잇 블루색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getMintCream()](#getMintCream--) | 민트 크림색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getMistyRose()](#getMistyRose--) | 미스티 로즈색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getMoccasin()](#getMoccasin--) | 모카신색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getNavajoWhite()](#getNavajoWhite--) | 나바호 화이트색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getNavy()](#getNavy--) | 네이비색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getOldLace()](#getOldLace--) | 올드 레이스색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getOlive()](#getOlive--) | 올리브색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getOliveDrab()](#getOliveDrab--) | 올리브드랩색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getOrange()](#getOrange--) | 주황색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getOrangeRed()](#getOrangeRed--) | 주황빛 빨강 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getOrchid()](#getOrchid--) | 오키드 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getPaleGoldenrod()](#getPaleGoldenrod--) | 연한 골든로드 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getPaleGreen()](#getPaleGreen--) | 연한 초록 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getPaleTurquoise()](#getPaleTurquoise--) | 연한 청록 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getPaleVioletRed()](#getPaleVioletRed--) | 연한 바이올렛 레드 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getPapayaWhip()](#getPapayaWhip--) | 파파야 휘핑 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getPeachPuff()](#getPeachPuff--) | 복숭아 퍼프 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getPeru()](#getPeru--) | 페루색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getPink()](#getPink--) | 핑크 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getPlum()](#getPlum--) | 자두 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getPowderBlue()](#getPowderBlue--) | 파우더 블루 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getPurple()](#getPurple--) | 보라색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getRed()](#getRed--) | 빨강 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getRosyBrown()](#getRosyBrown--) | 로지 브라운 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getRoyalBlue()](#getRoyalBlue--) | 로열 블루 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getSaddleBrown()](#getSaddleBrown--) | 새들 브라운 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getSalmon()](#getSalmon--) | 연어 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getSandyBrown()](#getSandyBrown--) | 샌디 브라운 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getSeaGreen()](#getSeaGreen--) | 바다 초록 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getSeaShell()](#getSeaShell--) | 바다 조개 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getSienna()](#getSienna--) | 시엔나 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getSilver()](#getSilver--) | 은색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getSkyBlue()](#getSkyBlue--) | 하늘색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getSlateBlue()](#getSlateBlue--) | 슬레이트 블루 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. | +| [getSlateGray()](#getSlateGray--) | 슬레이트 그레이 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. | +| [getSnow()](#getSnow--) | 스노우 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. | +| [getSpringGreen()](#getSpringGreen--) | 스프링 그린 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. | +| [getSteelBlue()](#getSteelBlue--) | 스틸 블루 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. | +| [getTan()](#getTan--) | 탄 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. | +| [getTeal()](#getTeal--) | 틸 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. | +| [getThistle()](#getThistle--) | 시슬 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. | +| [getTomato()](#getTomato--) | 토마토 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. | +| [getTransparent()](#getTransparent--) | 투명 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. | +| [getTurquoise()](#getTurquoise--) | 터키옥 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. | +| [getViolet()](#getViolet--) | 바이올렛 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. | +| [getWheat()](#getWheat--) | 위트 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. | +| [getWhite()](#getWhite--) | 화이트 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. | +| [getWhiteSmoke()](#getWhiteSmoke--) | 화이트 스모크 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. | +| [getYellow()](#getYellow--) | 옐로우 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. | +| [getYellowGreen()](#getYellowGreen--) | 옐로우 그린 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. | +### getAliceBlue() {#getAliceBlue--} +``` +public static Pen getAliceBlue() +``` + + +앨리스 블루 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 앨리스 블루 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the alice blue [Pen](../../com.aspose.drawing/pen). +### getAntiqueWhite() {#getAntiqueWhite--} +``` +public static Pen getAntiqueWhite() +``` + + +앤티크 화이트 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 앤티크 화이트 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the antique white [Pen](../../com.aspose.drawing/pen). +### getAqua() {#getAqua--} +``` +public static Pen getAqua() +``` + + +아쿠아 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 아쿠아 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the aqua [Pen](../../com.aspose.drawing/pen). +### getAquamarine() {#getAquamarine--} +``` +public static Pen getAquamarine() +``` + + +아쿠아마린 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 아쿠아마린 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the aquamarine [Pen](../../com.aspose.drawing/pen). +### getAzure() {#getAzure--} +``` +public static Pen getAzure() +``` + + +아주르 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 아주르 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the azure [Pen](../../com.aspose.drawing/pen). +### getBeige() {#getBeige--} +``` +public static Pen getBeige() +``` + + +베이지 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 베이지 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the beige [Pen](../../com.aspose.drawing/pen). +### getBisque() {#getBisque--} +``` +public static Pen getBisque() +``` + + +비스크 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 비스크 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the bisque [Pen](../../com.aspose.drawing/pen). +### getBlack() {#getBlack--} +``` +public static Pen getBlack() +``` + + +블랙 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 블랙 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the black [Pen](../../com.aspose.drawing/pen). +### getBlanchedAlmond() {#getBlanchedAlmond--} +``` +public static Pen getBlanchedAlmond() +``` + + +블랜치드 알몬드 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 블랜치드 알몬드 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the blanched almond [Pen](../../com.aspose.drawing/pen). +### getBlue() {#getBlue--} +``` +public static Pen getBlue() +``` + + +블루 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 파란색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the blue [Pen](../../com.aspose.drawing/pen). +### getBlueViolet() {#getBlueViolet--} +``` +public static Pen getBlueViolet() +``` + + +블루 바이올렛 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 청보라색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the blue violet [Pen](../../com.aspose.drawing/pen). +### getBrown() {#getBrown--} +``` +public static Pen getBrown() +``` + + +브라운 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 갈색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the brown [Pen](../../com.aspose.drawing/pen). +### getBurlyWood() {#getBurlyWood--} +``` +public static Pen getBurlyWood() +``` + + +버리우드 우드 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 버리우드 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the burly wood [Pen](../../com.aspose.drawing/pen). +### getCadetBlue() {#getCadetBlue--} +``` +public static Pen getCadetBlue() +``` + + +카뎃 블루 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 카뎃 블루 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the cadet blue [Pen](../../com.aspose.drawing/pen). +### getChartreuse() {#getChartreuse--} +``` +public static Pen getChartreuse() +``` + + +차트루스 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 연두색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the chartreuse [Pen](../../com.aspose.drawing/pen). +### getChocolate() {#getChocolate--} +``` +public static Pen getChocolate() +``` + + +초콜릿 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 초콜릿색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the chocolate [Pen](../../com.aspose.drawing/pen). +### getCoral() {#getCoral--} +``` +public static Pen getCoral() +``` + + +코랄 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 산호색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the coral [Pen](../../com.aspose.drawing/pen). +### getCornflowerBlue() {#getCornflowerBlue--} +``` +public static Pen getCornflowerBlue() +``` + + +콘플라워 블루 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 옥수수꽃 파랑 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the cornflower blue [Pen](../../com.aspose.drawing/pen). +### getCornsilk() {#getCornsilk--} +``` +public static Pen getCornsilk() +``` + + +콘실크 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 옥수수 실크색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the cornsilk [Pen](../../com.aspose.drawing/pen). +### getCrimson() {#getCrimson--} +``` +public static Pen getCrimson() +``` + + +크림슨 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 진홍색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the crimson [Pen](../../com.aspose.drawing/pen). +### getCyan() {#getCyan--} +``` +public static Pen getCyan() +``` + + +시안 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 시안색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the cyan [Pen](../../com.aspose.drawing/pen). +### getDarkBlue() {#getDarkBlue--} +``` +public static Pen getDarkBlue() +``` + + +다크 블루 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 짙은 파란색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dark blue [Pen](../../com.aspose.drawing/pen). +### getDarkCyan() {#getDarkCyan--} +``` +public static Pen getDarkCyan() +``` + + +다크 시안 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 짙은 시안색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dark cyan [Pen](../../com.aspose.drawing/pen). +### getDarkGoldenrod() {#getDarkGoldenrod--} +``` +public static Pen getDarkGoldenrod() +``` + + +다크 골든로드 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 짙은 금색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dark goldenrod [Pen](../../com.aspose.drawing/pen). +### getDarkGray() {#getDarkGray--} +``` +public static Pen getDarkGray() +``` + + +다크 그레이 색상의 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 짙은 회색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dark gray [Pen](../../com.aspose.drawing/pen). +### getDarkGreen() {#getDarkGreen--} +``` +public static Pen getDarkGreen() +``` + + +어두운 녹색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 짙은 초록색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dark green [Pen](../../com.aspose.drawing/pen). +### getDarkKhaki() {#getDarkKhaki--} +``` +public static Pen getDarkKhaki() +``` + + +어두운 카키색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 짙은 카키색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dark khaki [Pen](../../com.aspose.drawing/pen). +### getDarkMagenta() {#getDarkMagenta--} +``` +public static Pen getDarkMagenta() +``` + + +어두운 마젠타 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 짙은 마젠타색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dark magenta [Pen](../../com.aspose.drawing/pen). +### getDarkOliveGreen() {#getDarkOliveGreen--} +``` +public static Pen getDarkOliveGreen() +``` + + +어두운 올리브 녹색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 짙은 올리브색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dark olive green [Pen](../../com.aspose.drawing/pen). +### getDarkOrange() {#getDarkOrange--} +``` +public static Pen getDarkOrange() +``` + + +어두운 주황색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 짙은 주황색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dark orange [Pen](../../com.aspose.drawing/pen). +### getDarkOrchid() {#getDarkOrchid--} +``` +public static Pen getDarkOrchid() +``` + + +어두운 난초색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 짙은 난초색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dark orchid [Pen](../../com.aspose.drawing/pen). +### getDarkRed() {#getDarkRed--} +``` +public static Pen getDarkRed() +``` + + +어두운 빨간색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 짙은 빨간색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dark red [Pen](../../com.aspose.drawing/pen). +### getDarkSalmon() {#getDarkSalmon--} +``` +public static Pen getDarkSalmon() +``` + + +어두운 연어색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 짙은 연어색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dark salmon [Pen](../../com.aspose.drawing/pen). +### getDarkSeaGreen() {#getDarkSeaGreen--} +``` +public static Pen getDarkSeaGreen() +``` + + +어두운 바다 녹색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 짙은 바다 초록색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dark sea green [Pen](../../com.aspose.drawing/pen). +### getDarkSlateBlue() {#getDarkSlateBlue--} +``` +public static Pen getDarkSlateBlue() +``` + + +어두운 슬레이트 파랑 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 어두운 슬레이트 파랑 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dark slate blue [Pen](../../com.aspose.drawing/pen). +### getDarkSlateGray() {#getDarkSlateGray--} +``` +public static Pen getDarkSlateGray() +``` + + +어두운 슬레이트 회색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 어두운 슬레이트 회색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dark slate gray [Pen](../../com.aspose.drawing/pen). +### getDarkTurquoise() {#getDarkTurquoise--} +``` +public static Pen getDarkTurquoise() +``` + + +어두운 청록색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 어두운 청록색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dark turquoise [Pen](../../com.aspose.drawing/pen). +### getDarkViolet() {#getDarkViolet--} +``` +public static Pen getDarkViolet() +``` + + +어두운 보라색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 어두운 보라색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dark violet [Pen](../../com.aspose.drawing/pen). +### getDeepPink() {#getDeepPink--} +``` +public static Pen getDeepPink() +``` + + +진한 핑크색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 진한 분홍색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the deep pink [Pen](../../com.aspose.drawing/pen). +### getDeepSkyBlue() {#getDeepSkyBlue--} +``` +public static Pen getDeepSkyBlue() +``` + + +진한 하늘색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 진한 하늘색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the deep sky blue [Pen](../../com.aspose.drawing/pen). +### getDimGray() {#getDimGray--} +``` +public static Pen getDimGray() +``` + + +어두운 회색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 희미한 회색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dim gray [Pen](../../com.aspose.drawing/pen). +### getDodgerBlue() {#getDodgerBlue--} +``` +public static Pen getDodgerBlue() +``` + + +도저 블루 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 도저 파랑 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the dodger blue [Pen](../../com.aspose.drawing/pen). +### getFirebrick() {#getFirebrick--} +``` +public static Pen getFirebrick() +``` + + +파이어브릭 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 불돌색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the firebrick [Pen](../../com.aspose.drawing/pen). +### getFloralWhite() {#getFloralWhite--} +``` +public static Pen getFloralWhite() +``` + + +플로럴 화이트 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 꽃 흰색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the floral white [Pen](../../com.aspose.drawing/pen). +### getForestGreen() {#getForestGreen--} +``` +public static Pen getForestGreen() +``` + + +숲 녹색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 숲 초록색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the forest green [Pen](../../com.aspose.drawing/pen). +### getFuchsia() {#getFuchsia--} +``` +public static Pen getFuchsia() +``` + + +푸시아 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 푸시아색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the fuchsia [Pen](../../com.aspose.drawing/pen). +### getGainsboro() {#getGainsboro--} +``` +public static Pen getGainsboro() +``` + + +게인즈보로 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 게인즈보로 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the gainsboro [Pen](../../com.aspose.drawing/pen). +### getGhostWhite() {#getGhostWhite--} +``` +public static Pen getGhostWhite() +``` + + +고스트 화이트 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 유령 흰색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the ghost white [Pen](../../com.aspose.drawing/pen). +### getGold() {#getGold--} +``` +public static Pen getGold() +``` + + +금색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 금색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the gold [Pen](../../com.aspose.drawing/pen). +### getGoldenrod() {#getGoldenrod--} +``` +public static Pen getGoldenrod() +``` + + +골든로드 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 골든로드색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the goldenrod [Pen](../../com.aspose.drawing/pen). +### getGray() {#getGray--} +``` +public static Pen getGray() +``` + + +회색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 회색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the gray [Pen](../../com.aspose.drawing/pen). +### getGreen() {#getGreen--} +``` +public static Pen getGreen() +``` + + +녹색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 초록색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the green [Pen](../../com.aspose.drawing/pen). +### getGreenYellow() {#getGreenYellow--} +``` +public static Pen getGreenYellow() +``` + + +연두색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 초록 노랑색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the green yellow [Pen](../../com.aspose.drawing/pen). +### getHoneydew() {#getHoneydew--} +``` +public static Pen getHoneydew() +``` + + +허니듀 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 허니듀색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the honeydew [Pen](../../com.aspose.drawing/pen). +### getHotPink() {#getHotPink--} +``` +public static Pen getHotPink() +``` + + +핫핑크 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 핫 핑크 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the hot pink [Pen](../../com.aspose.drawing/pen). +### getIndianRed() {#getIndianRed--} +``` +public static Pen getIndianRed() +``` + + +인디언 레드 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 인디언 레드색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the indian red [Pen](../../com.aspose.drawing/pen). +### getIndigo() {#getIndigo--} +``` +public static Pen getIndigo() +``` + + +남색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 인디고색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the indigo [Pen](../../com.aspose.drawing/pen). +### getIvory() {#getIvory--} +``` +public static Pen getIvory() +``` + + +아이보리 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 아이보리색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the ivory [Pen](../../com.aspose.drawing/pen). +### getKhaki() {#getKhaki--} +``` +public static Pen getKhaki() +``` + + +카키 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 카키색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the khaki [Pen](../../com.aspose.drawing/pen). +### getLavender() {#getLavender--} +``` +public static Pen getLavender() +``` + + +라벤더 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 라벤더 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the lavender [Pen](../../com.aspose.drawing/pen). +### getLavenderBlush() {#getLavenderBlush--} +``` +public static Pen getLavenderBlush() +``` + + +라벤더 블러시 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 라벤더 블러시 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the lavender blush [Pen](../../com.aspose.drawing/pen). +### getLawnGreen() {#getLawnGreen--} +``` +public static Pen getLawnGreen() +``` + + +라운 그린 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 잔디 초록색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the lawn green [Pen](../../com.aspose.drawing/pen). +### getLemonChiffon() {#getLemonChiffon--} +``` +public static Pen getLemonChiffon() +``` + + +레몬 쉬폰 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 레몬 쉬폰 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the lemon chiffon [Pen](../../com.aspose.drawing/pen). +### getLightBlue() {#getLightBlue--} +``` +public static Pen getLightBlue() +``` + + +연파랑 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 연한 파란색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the light blue [Pen](../../com.aspose.drawing/pen). +### getLightCoral() {#getLightCoral--} +``` +public static Pen getLightCoral() +``` + + +연코랄 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 연한 산호색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the light coral [Pen](../../com.aspose.drawing/pen). +### getLightCyan() {#getLightCyan--} +``` +public static Pen getLightCyan() +``` + + +연시안 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 연한 시안색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the light cyan [Pen](../../com.aspose.drawing/pen). +### getLightGoldenrodYellow() {#getLightGoldenrodYellow--} +``` +public static Pen getLightGoldenrodYellow() +``` + + +연골든로드 노랑 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 연한 골든로드 노란색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the light goldenrod yellow [Pen](../../com.aspose.drawing/pen). +### getLightGray() {#getLightGray--} +``` +public static Pen getLightGray() +``` + + +연회색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 연한 회색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the light gray [Pen](../../com.aspose.drawing/pen). +### getLightGreen() {#getLightGreen--} +``` +public static Pen getLightGreen() +``` + + +연녹색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 연한 초록색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the light green [Pen](../../com.aspose.drawing/pen). +### getLightPink() {#getLightPink--} +``` +public static Pen getLightPink() +``` + + +연핑크 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 연한 핑크색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the light pink [Pen](../../com.aspose.drawing/pen). +### getLightSalmon() {#getLightSalmon--} +``` +public static Pen getLightSalmon() +``` + + +연연어색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 연한 연어색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the light salmon [Pen](../../com.aspose.drawing/pen). +### getLightSeaGreen() {#getLightSeaGreen--} +``` +public static Pen getLightSeaGreen() +``` + + +연해초록 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 연한 바다 초록색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the light sea green [Pen](../../com.aspose.drawing/pen). +### getLightSkyBlue() {#getLightSkyBlue--} +``` +public static Pen getLightSkyBlue() +``` + + +연하늘색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 연한 하늘색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the light sky blue [Pen](../../com.aspose.drawing/pen). +### getLightSlateGray() {#getLightSlateGray--} +``` +public static Pen getLightSlateGray() +``` + + +연슬레이트 회색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 연한 슬레이트 회색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the light slate gray [Pen](../../com.aspose.drawing/pen). +### getLightSteelBlue() {#getLightSteelBlue--} +``` +public static Pen getLightSteelBlue() +``` + + +연스틸 블루 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 연한 강철 파랑 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the light steel blue [Pen](../../com.aspose.drawing/pen). +### getLightYellow() {#getLightYellow--} +``` +public static Pen getLightYellow() +``` + + +연한 노란색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 연한 노란색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the light yellow [Pen](../../com.aspose.drawing/pen). +### getLime() {#getLime--} +``` +public static Pen getLime() +``` + + +라임색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 라임 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the lime [Pen](../../com.aspose.drawing/pen). +### getLimeGreen() {#getLimeGreen--} +``` +public static Pen getLimeGreen() +``` + + +라임 그린색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 라임 초록색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the lime green [Pen](../../com.aspose.drawing/pen). +### getLinen() {#getLinen--} +``` +public static Pen getLinen() +``` + + +린넨색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 린넨 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the linen [Pen](../../com.aspose.drawing/pen). +### getMagenta() {#getMagenta--} +``` +public static Pen getMagenta() +``` + + +마젠타색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 마젠타 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the magenta [Pen](../../com.aspose.drawing/pen). +### getMaroon() {#getMaroon--} +``` +public static Pen getMaroon() +``` + + +마룬색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 마룬 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the maroon [Pen](../../com.aspose.drawing/pen). +### getMediumAquamarine() {#getMediumAquamarine--} +``` +public static Pen getMediumAquamarine() +``` + + +중간 아쿠아마린색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 중간 아쿠아마린 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the medium aquamarine [Pen](../../com.aspose.drawing/pen). +### getMediumBlue() {#getMediumBlue--} +``` +public static Pen getMediumBlue() +``` + + +중간 파란색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 중간 파란색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the medium blue [Pen](../../com.aspose.drawing/pen). +### getMediumOrchid() {#getMediumOrchid--} +``` +public static Pen getMediumOrchid() +``` + + +중간 난초색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 중간 난초색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the medium orchid [Pen](../../com.aspose.drawing/pen). +### getMediumPurple() {#getMediumPurple--} +``` +public static Pen getMediumPurple() +``` + + +중간 보라색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 중간 보라색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the medium purple [Pen](../../com.aspose.drawing/pen). +### getMediumSeaGreen() {#getMediumSeaGreen--} +``` +public static Pen getMediumSeaGreen() +``` + + +중간 바다 초록색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 중간 바다 초록색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the medium sea green [Pen](../../com.aspose.drawing/pen). +### getMediumSlateBlue() {#getMediumSlateBlue--} +``` +public static Pen getMediumSlateBlue() +``` + + +중간 슬레이트 블루색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 중간 슬레이트 파랑 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the medium slate blue [Pen](../../com.aspose.drawing/pen). +### getMediumSpringGreen() {#getMediumSpringGreen--} +``` +public static Pen getMediumSpringGreen() +``` + + +중간 스프링 그린색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 중간 봄 초록색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the medium spring green [Pen](../../com.aspose.drawing/pen). +### getMediumTurquoise() {#getMediumTurquoise--} +``` +public static Pen getMediumTurquoise() +``` + + +중간 청록색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 중간 청록색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the medium turquoise [Pen](../../com.aspose.drawing/pen). +### getMediumVioletRed() {#getMediumVioletRed--} +``` +public static Pen getMediumVioletRed() +``` + + +중간 보라 빨강색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 중간 보라 빨강 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the medium violet red [Pen](../../com.aspose.drawing/pen). +### getMidnightBlue() {#getMidnightBlue--} +``` +public static Pen getMidnightBlue() +``` + + +미드나잇 블루색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 자정 파랑 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the midnight blue [Pen](../../com.aspose.drawing/pen). +### getMintCream() {#getMintCream--} +``` +public static Pen getMintCream() +``` + + +민트 크림색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 민트 크림 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the mint cream [Pen](../../com.aspose.drawing/pen). +### getMistyRose() {#getMistyRose--} +``` +public static Pen getMistyRose() +``` + + +미스티 로즈색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 안개 장미 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the misty rose [Pen](../../com.aspose.drawing/pen). +### getMoccasin() {#getMoccasin--} +``` +public static Pen getMoccasin() +``` + + +모카신색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 모카신 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the moccasin [Pen](../../com.aspose.drawing/pen). +### getNavajoWhite() {#getNavajoWhite--} +``` +public static Pen getNavajoWhite() +``` + + +나바호 화이트색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 나바호 화이트 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the navajo white [Pen](../../com.aspose.drawing/pen). +### getNavy() {#getNavy--} +``` +public static Pen getNavy() +``` + + +네이비색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 네이비 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the navy [Pen](../../com.aspose.drawing/pen). +### getOldLace() {#getOldLace--} +``` +public static Pen getOldLace() +``` + + +올드 레이스색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 오래된 레이스 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the old lace [Pen](../../com.aspose.drawing/pen). +### getOlive() {#getOlive--} +``` +public static Pen getOlive() +``` + + +올리브색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 올리브 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the olive [Pen](../../com.aspose.drawing/pen). +### getOliveDrab() {#getOliveDrab--} +``` +public static Pen getOliveDrab() +``` + + +올리브드랩색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 올리브 드랩 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the olive drab [Pen](../../com.aspose.drawing/pen). +### getOrange() {#getOrange--} +``` +public static Pen getOrange() +``` + + +주황색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 오렌지 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the orange [Pen](../../com.aspose.drawing/pen). +### getOrangeRed() {#getOrangeRed--} +``` +public static Pen getOrangeRed() +``` + + +주황빛 빨강 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 오렌지 빨강 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the orange red [Pen](../../com.aspose.drawing/pen). +### getOrchid() {#getOrchid--} +``` +public static Pen getOrchid() +``` + + +오키드 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 난초 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the orchid [Pen](../../com.aspose.drawing/pen). +### getPaleGoldenrod() {#getPaleGoldenrod--} +``` +public static Pen getPaleGoldenrod() +``` + + +연한 골든로드 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 옅은 골든로드 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the pale goldenrod [Pen](../../com.aspose.drawing/pen). +### getPaleGreen() {#getPaleGreen--} +``` +public static Pen getPaleGreen() +``` + + +연한 초록 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 옅은 초록색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the pale green [Pen](../../com.aspose.drawing/pen). +### getPaleTurquoise() {#getPaleTurquoise--} +``` +public static Pen getPaleTurquoise() +``` + + +연한 청록 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 옅은 청록색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the pale turquoise [Pen](../../com.aspose.drawing/pen). +### getPaleVioletRed() {#getPaleVioletRed--} +``` +public static Pen getPaleVioletRed() +``` + + +연한 바이올렛 레드 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 옅은 보라 빨강 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the pale violet red [Pen](../../com.aspose.drawing/pen). +### getPapayaWhip() {#getPapayaWhip--} +``` +public static Pen getPapayaWhip() +``` + + +파파야 휘핑 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 파파야 휘핑 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the papaya whip [Pen](../../com.aspose.drawing/pen). +### getPeachPuff() {#getPeachPuff--} +``` +public static Pen getPeachPuff() +``` + + +복숭아 퍼프 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 복숭아 퍼프 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the peach puff [Pen](../../com.aspose.drawing/pen). +### getPeru() {#getPeru--} +``` +public static Pen getPeru() +``` + + +페루색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 페루 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the peru [Pen](../../com.aspose.drawing/pen). +### getPink() {#getPink--} +``` +public static Pen getPink() +``` + + +핑크 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 분홍색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the pink [Pen](../../com.aspose.drawing/pen). +### getPlum() {#getPlum--} +``` +public static Pen getPlum() +``` + + +자두 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 자두색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the plum [Pen](../../com.aspose.drawing/pen). +### getPowderBlue() {#getPowderBlue--} +``` +public static Pen getPowderBlue() +``` + + +파우더 블루 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 연파랑색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the powder blue [Pen](../../com.aspose.drawing/pen). +### getPurple() {#getPurple--} +``` +public static Pen getPurple() +``` + + +보라색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 보라색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the purple [Pen](../../com.aspose.drawing/pen). +### getRed() {#getRed--} +``` +public static Pen getRed() +``` + + +빨강 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 빨간색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the red [Pen](../../com.aspose.drawing/pen). +### getRosyBrown() {#getRosyBrown--} +``` +public static Pen getRosyBrown() +``` + + +로지 브라운 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 장미 갈색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the rosy brown [Pen](../../com.aspose.drawing/pen). +### getRoyalBlue() {#getRoyalBlue--} +``` +public static Pen getRoyalBlue() +``` + + +로열 블루 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 왕실 파랑색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the royal blue [Pen](../../com.aspose.drawing/pen). +### getSaddleBrown() {#getSaddleBrown--} +``` +public static Pen getSaddleBrown() +``` + + +새들 브라운 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 안장 갈색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the saddle brown [Pen](../../com.aspose.drawing/pen). +### getSalmon() {#getSalmon--} +``` +public static Pen getSalmon() +``` + + +연어 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 연어색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the salmon [Pen](../../com.aspose.drawing/pen). +### getSandyBrown() {#getSandyBrown--} +``` +public static Pen getSandyBrown() +``` + + +샌디 브라운 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 모래 갈색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the sandy brown [Pen](../../com.aspose.drawing/pen). +### getSeaGreen() {#getSeaGreen--} +``` +public static Pen getSeaGreen() +``` + + +바다 초록 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 바다 녹색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the sea green [Pen](../../com.aspose.drawing/pen). +### getSeaShell() {#getSeaShell--} +``` +public static Pen getSeaShell() +``` + + +바다 조개 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 조개색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the sea shell [Pen](../../com.aspose.drawing/pen). +### getSienna() {#getSienna--} +``` +public static Pen getSienna() +``` + + +시엔나 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 시엔나색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the sienna [Pen](../../com.aspose.drawing/pen). +### getSilver() {#getSilver--} +``` +public static Pen getSilver() +``` + + +은색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 은색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the silver [Pen](../../com.aspose.drawing/pen). +### getSkyBlue() {#getSkyBlue--} +``` +public static Pen getSkyBlue() +``` + + +하늘색 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 하늘색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the sky blue [Pen](../../com.aspose.drawing/pen). +### getSlateBlue() {#getSlateBlue--} +``` +public static Pen getSlateBlue() +``` + + +슬레이트 블루 [Pen](../../com.aspose.drawing/pen)을 가져옵니다. + +값: 청암색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the slate blue [Pen](../../com.aspose.drawing/pen). +### getSlateGray() {#getSlateGray--} +``` +public static Pen getSlateGray() +``` + + +슬레이트 그레이 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. + +값: 청암 회색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the slate gray [Pen](../../com.aspose.drawing/pen). +### getSnow() {#getSnow--} +``` +public static Pen getSnow() +``` + + +스노우 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. + +값: 눈색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the snow [Pen](../../com.aspose.drawing/pen). +### getSpringGreen() {#getSpringGreen--} +``` +public static Pen getSpringGreen() +``` + + +스프링 그린 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. + +값: 봄녹색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the spring green [Pen](../../com.aspose.drawing/pen). +### getSteelBlue() {#getSteelBlue--} +``` +public static Pen getSteelBlue() +``` + + +스틸 블루 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. + +값: 강철 파랑색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the steel blue [Pen](../../com.aspose.drawing/pen). +### getTan() {#getTan--} +``` +public static Pen getTan() +``` + + +탄 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. + +값: 황갈색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the tan [Pen](../../com.aspose.drawing/pen). +### getTeal() {#getTeal--} +``` +public static Pen getTeal() +``` + + +틸 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. + +값: 청록색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the teal [Pen](../../com.aspose.drawing/pen). +### getThistle() {#getThistle--} +``` +public static Pen getThistle() +``` + + +시슬 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. + +값: 엉겅퀴색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the thistle [Pen](../../com.aspose.drawing/pen). +### getTomato() {#getTomato--} +``` +public static Pen getTomato() +``` + + +토마토 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. + +값: 토마토색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the tomato [Pen](../../com.aspose.drawing/pen). +### getTransparent() {#getTransparent--} +``` +public static Pen getTransparent() +``` + + +투명 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. + +값: 투명색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the transparent [Pen](../../com.aspose.drawing/pen). +### getTurquoise() {#getTurquoise--} +``` +public static Pen getTurquoise() +``` + + +터키옥 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. + +값: 청록색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the turquoise [Pen](../../com.aspose.drawing/pen). +### getViolet() {#getViolet--} +``` +public static Pen getViolet() +``` + + +바이올렛 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. + +값: 보라색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the violet [Pen](../../com.aspose.drawing/pen). +### getWheat() {#getWheat--} +``` +public static Pen getWheat() +``` + + +위트 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. + +값: 밀색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the wheat [Pen](../../com.aspose.drawing/pen). +### getWhite() {#getWhite--} +``` +public static Pen getWhite() +``` + + +화이트 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. + +값: 흰색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the white [Pen](../../com.aspose.drawing/pen). +### getWhiteSmoke() {#getWhiteSmoke--} +``` +public static Pen getWhiteSmoke() +``` + + +화이트 스모크 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. + +값: 흰 연기 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the white smoke [Pen](../../com.aspose.drawing/pen). +### getYellow() {#getYellow--} +``` +public static Pen getYellow() +``` + + +옐로우 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. + +값: 노란색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the yellow [Pen](../../com.aspose.drawing/pen). +### getYellowGreen() {#getYellowGreen--} +``` +public static Pen getYellowGreen() +``` + + +옐로우 그린 [Pen](../../com.aspose.drawing/pen)를 가져옵니다. + +값: 연두색 [Pen](../../com.aspose.drawing/pen). + +**Returns:** +[Pen](../../com.aspose.drawing/pen) - the yellow green [Pen](../../com.aspose.drawing/pen). diff --git a/korean/java/com.aspose.drawing/point/_index.md b/korean/java/com.aspose.drawing/point/_index.md new file mode 100644 index 000000000..7034aa864 --- /dev/null +++ b/korean/java/com.aspose.drawing/point/_index.md @@ -0,0 +1,479 @@ +--- +title: Point +second_title: Aspose.Drawing for Java API 참조 +description: 2차원 평면에서 점을 정의하는 정수 x 및 y 좌표의 순서쌍을 나타냅니다. +type: docs +weight: 36 +url: /ko/java/com.aspose.drawing/point/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.lang.Struct + +**All Implemented Interfaces:** +com.aspose.ms.System.IEquatable, java.lang.Cloneable +``` +public class Point extends Struct implements System.IEquatable, Cloneable +``` + +2차원 평면에서 점을 정의하는 정수 x 및 y 좌표의 순서쌍을 나타냅니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [Point()](#Point--) | | +| [Point(int x, int y)](#Point-int-int-) | 지정된 좌표를 사용하여 [Point](../../com.aspose.drawing/point) 구조체의 새 인스턴스를 초기화합니다. | +| [Point(Size sz)](#Point-com.aspose.drawing.Size-) | | +| [Point(int dw)](#Point-int-) | 정수 값으로 지정된 좌표를 사용하여 [Point](../../com.aspose.drawing/point) 구조체의 새 인스턴스를 초기화합니다. | +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [EMPTY](#EMPTY) | `Point.X`와 `Point.Y` 값이 0으로 설정된 [Point](../../com.aspose.drawing/point)를 나타냅니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [to_PointF(Point p)](#to-PointF-com.aspose.drawing.Point-) | 지정된 [Point](../../com.aspose.drawing/point) 구조를 [PointF](../../com.aspose.drawing/pointf) 구조로 변환합니다. | +| [to_Size(Point p)](#to-Size-com.aspose.drawing.Point-) | | +| [op_Addition(Point pt, Size sz)](#op-Addition-com.aspose.drawing.Point-com.aspose.drawing.Size-) | | +| [op_Subtraction(Point pt, Size sz)](#op-Subtraction-com.aspose.drawing.Point-com.aspose.drawing.Size-) | | +| [op_Equality(Point left, Point right)](#op-Equality-com.aspose.drawing.Point-com.aspose.drawing.Point-) | 두 개의 [Point](../../com.aspose.drawing/point) 객체를 비교합니다. | +| [op_Inequality(Point left, Point right)](#op-Inequality-com.aspose.drawing.Point-com.aspose.drawing.Point-) | 두 개의 [Point](../../com.aspose.drawing/point) 객체를 비교합니다. | +| [add(Point pt, Size sz)](#add-com.aspose.drawing.Point-com.aspose.drawing.Size-) | 지정된 [Size](../../com.aspose.drawing/size)을 지정된 [Point](../../com.aspose.drawing/point)에 추가합니다. | +| [subtract(Point pt, Size sz)](#subtract-com.aspose.drawing.Point-com.aspose.drawing.Size-) | | +| [ceiling(PointF value)](#ceiling-com.aspose.drawing.PointF-) | | +| [truncate(PointF value)](#truncate-com.aspose.drawing.PointF-) | 모든 좌표에 대해 절단 연산을 수행하여 PointF를 Point로 변환합니다. | +| [round(PointF value)](#round-com.aspose.drawing.PointF-) | 지정된 [PointF](../../com.aspose.drawing/pointf)를 [Point](../../com.aspose.drawing/point) 값들을 가장 가까운 정수로 반올림하여 Point 객체로 변환합니다. | +| [isEquals(Point obj1, Point obj2)](#isEquals-com.aspose.drawing.Point-com.aspose.drawing.Point-) | | +| [getEmpty()](#getEmpty--) | | +| [getX()](#getX--) | 이 Point의 x좌표를 가져옵니다. | +| [setX(int value)](#setX-int-) | 이 Point의 x좌표를 설정합니다. | +| [getY()](#getY--) | 이 Point의 y좌표를 가져옵니다. | +| [setY(int value)](#setY-int-) | 이 Point의 y좌표를 설정합니다. | +| [isEmpty()](#isEmpty--) | 이 [Point](../../com.aspose.drawing/point)가 비어 있는지 여부를 나타내는 값을 가져옵니다. | +| [hashCode()](#hashCode--) | 이 [Point](../../com.aspose.drawing/point)의 해시 코드를 반환합니다. | +| [toString()](#toString--) | | +| [equals(Object obj)](#equals-java.lang.Object-) | 이 [Point](../../com.aspose.drawing/point)가 지정된 Object와 동일한 좌표를 포함하는지 여부를 지정합니다. | +| [offset(int dx, int dy)](#offset-int-int-) | 지정된 양만큼 이 [Point](../../com.aspose.drawing/point)를 변환합니다. | +| [offset(Point p)](#offset-com.aspose.drawing.Point-) | 지정된 [Point](../../com.aspose.drawing/point)만큼 이 [Point](../../com.aspose.drawing/point)를 변환합니다. | +| [equals(Point other)](#equals-com.aspose.drawing.Point-) | 다른 [Point](../../com.aspose.drawing/point) 구조가 이 [Point](../../com.aspose.drawing/point) 구조와 동일한 위치를 갖는지 테스트합니다. | +| [CloneTo(Point that)](#CloneTo-com.aspose.drawing.Point-) | | +| [Clone()](#Clone--) | | +| [clone()](#clone--) | | +### Point() {#Point--} +``` +public Point() +``` + + +### Point(int x, int y) {#Point-int-int-} +``` +public Point(int x, int y) +``` + + +지정된 좌표를 사용하여 [Point](../../com.aspose.drawing/point) 구조체의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| x | int | 점의 수평 위치입니다. | +| y | int | 점의 수직 위치입니다. | + +### Point(Size sz) {#Point-com.aspose.drawing.Size-} +``` +public Point(Size sz) +``` + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sz | [Size](../../com.aspose.drawing/size) | | + +### Point(int dw) {#Point-int-} +``` +public Point(int dw) +``` + + +정수 값으로 지정된 좌표를 사용하여 [Point](../../com.aspose.drawing/point) 구조체의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| dw | int | 정수 값. | + +### EMPTY {#EMPTY} +``` +public static final Point EMPTY +``` + + +`Point.X`와 `Point.Y` 값이 0으로 설정된 [Point](../../com.aspose.drawing/point)를 나타냅니다. + +### to_PointF(Point p) {#to-PointF-com.aspose.drawing.Point-} +``` +public static PointF to_PointF(Point p) +``` + + +지정된 [Point](../../com.aspose.drawing/point) 구조를 [PointF](../../com.aspose.drawing/pointf) 구조로 변환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| p | [Point](../../com.aspose.drawing/point) | 변환될 [Point](../../com.aspose.drawing/point). | + +**Returns:** +[PointF](../../com.aspose.drawing/pointf) - The [PointF](../../com.aspose.drawing/pointf) that results from the conversion. +### to_Size(Point p) {#to-Size-com.aspose.drawing.Point-} +``` +public static Size to_Size(Point p) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| p | [Point](../../com.aspose.drawing/point) | | + +**Returns:** +[Size](../../com.aspose.drawing/size) +### op_Addition(Point pt, Size sz) {#op-Addition-com.aspose.drawing.Point-com.aspose.drawing.Size-} +``` +public static Point op_Addition(Point pt, Size sz) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pt | [Point](../../com.aspose.drawing/point) | | +| sz | [Size](../../com.aspose.drawing/size) | | + +**Returns:** +[Point](../../com.aspose.drawing/point) +### op_Subtraction(Point pt, Size sz) {#op-Subtraction-com.aspose.drawing.Point-com.aspose.drawing.Size-} +``` +public static Point op_Subtraction(Point pt, Size sz) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pt | [Point](../../com.aspose.drawing/point) | | +| sz | [Size](../../com.aspose.drawing/size) | | + +**Returns:** +[Point](../../com.aspose.drawing/point) +### op_Equality(Point left, Point right) {#op-Equality-com.aspose.drawing.Point-com.aspose.drawing.Point-} +``` +public static boolean op_Equality(Point left, Point right) +``` + + +두 개의 [Point](../../com.aspose.drawing/point) 객체를 비교합니다. 결과는 두 [Point](../../com.aspose.drawing/point) 객체의 `Point.X` 및 `Point.Y` 속성 값이 동일한지 여부를 지정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| left | [Point](../../com.aspose.drawing/point) | 비교할 첫 번째 [Point](../../com.aspose.drawing/point). | +| right | [Point](../../com.aspose.drawing/point) | 비교할 두 번째 [Point](../../com.aspose.drawing/point). | + +**Returns:** +boolean - `left`와 `right`의 `Point.X` 및 `Point.Y` 값이 동일하면 true; 그렇지 않으면 false. +### op_Inequality(Point left, Point right) {#op-Inequality-com.aspose.drawing.Point-com.aspose.drawing.Point-} +``` +public static boolean op_Inequality(Point left, Point right) +``` + + +두 개의 [Point](../../com.aspose.drawing/point) 객체를 비교합니다. 결과는 두 [Point](../../com.aspose.drawing/point) 객체의 `Point.X` 또는 `Point.Y` 속성 값이 서로 다른지 여부를 지정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| left | [Point](../../com.aspose.drawing/point) | 비교할 첫 번째 [Point](../../com.aspose.drawing/point). | +| right | [Point](../../com.aspose.drawing/point) | 비교할 두 번째 [Point](../../com.aspose.drawing/point). | + +**Returns:** +boolean - `left`와 `right`의 `Point.X` 속성값 또는 `Point.Y` 속성값 중 하나라도 다르면 true; 그렇지 않으면 false. +### add(Point pt, Size sz) {#add-com.aspose.drawing.Point-com.aspose.drawing.Size-} +``` +public static Point add(Point pt, Size sz) +``` + + +지정된 [Size](../../com.aspose.drawing/size)을 지정된 [Point](../../com.aspose.drawing/point)에 추가합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pt | [Point](../../com.aspose.drawing/point) | 추가할 [Point](../../com.aspose.drawing/point). | +| sz | [Size](../../com.aspose.drawing/size) | 추가할 [Size](../../com.aspose.drawing/size) | + +**Returns:** +[Point](../../com.aspose.drawing/point) - The [Point](../../com.aspose.drawing/point) that is the result of the addition operation. +### subtract(Point pt, Size sz) {#subtract-com.aspose.drawing.Point-com.aspose.drawing.Size-} +``` +public static Point subtract(Point pt, Size sz) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pt | [Point](../../com.aspose.drawing/point) | | +| sz | [Size](../../com.aspose.drawing/size) | | + +**Returns:** +[Point](../../com.aspose.drawing/point) +### ceiling(PointF value) {#ceiling-com.aspose.drawing.PointF-} +``` +public static Point ceiling(PointF value) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [PointF](../../com.aspose.drawing/pointf) | | + +**Returns:** +[Point](../../com.aspose.drawing/point) +### truncate(PointF value) {#truncate-com.aspose.drawing.PointF-} +``` +public static Point truncate(PointF value) +``` + + +모든 좌표에 대해 절단 연산을 수행하여 PointF를 Point로 변환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [PointF](../../com.aspose.drawing/pointf) | 잘라낼 [PointF](../../com.aspose.drawing/pointf). | + +**Returns:** +[Point](../../com.aspose.drawing/point) - The [Point](../../com.aspose.drawing/point) that is the result of the truncate operation. +### round(PointF value) {#round-com.aspose.drawing.PointF-} +``` +public static Point round(PointF value) +``` + + +지정된 [PointF](../../com.aspose.drawing/pointf)를 [Point](../../com.aspose.drawing/point) 값들을 가장 가까운 정수로 반올림하여 Point 객체로 변환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [PointF](../../com.aspose.drawing/pointf) | 변환할 [PointF](../../com.aspose.drawing/pointf). | + +**Returns:** +[Point](../../com.aspose.drawing/point) - The [Point](../../com.aspose.drawing/point) this method converts to. +### isEquals(Point obj1, Point obj2) {#isEquals-com.aspose.drawing.Point-com.aspose.drawing.Point-} +``` +public static boolean isEquals(Point obj1, Point obj2) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| obj1 | [Point](../../com.aspose.drawing/point) | | +| obj2 | [Point](../../com.aspose.drawing/point) | | + +**Returns:** +boolean +### getEmpty() {#getEmpty--} +``` +public static Point getEmpty() +``` + + + + +**Returns:** +[Point](../../com.aspose.drawing/point) +### getX() {#getX--} +``` +public final int getX() +``` + + +이 Point의 x좌표를 가져옵니다. + +**Returns:** +int - 이 Point의 x좌표. +### setX(int value) {#setX-int-} +``` +public final void setX(int value) +``` + + +이 Point의 x좌표를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | 이 Point의 x좌표. | + +### getY() {#getY--} +``` +public final int getY() +``` + + +이 Point의 y좌표를 가져옵니다. + +**Returns:** +int - 이 Point의 y좌표. +### setY(int value) {#setY-int-} +``` +public final void setY(int value) +``` + + +이 Point의 y좌표를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | 이 Point의 y좌표. | + +### isEmpty() {#isEmpty--} +``` +public final boolean isEmpty() +``` + + +이 [Point](../../com.aspose.drawing/point)가 비어 있는지 여부를 나타내는 값을 가져옵니다. + +값: X와 Y가 모두 0이면 `true`; 그렇지 않으면 `false`. + +**Returns:** +boolean - 이 [Point](../../com.aspose.drawing/point)가 비어 있는지 여부를 나타내는 값. +### hashCode() {#hashCode--} +``` +public int hashCode() +``` + + +이 [Point](../../com.aspose.drawing/point)의 해시 코드를 반환합니다. + +**Returns:** +int - 이 [Point](../../com.aspose.drawing/point)의 해시 값을 지정하는 정수 값. +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### equals(Object obj) {#equals-java.lang.Object-} +``` +public boolean equals(Object obj) +``` + + +이 [Point](../../com.aspose.drawing/point)가 지정된 Object와 동일한 좌표를 포함하는지 여부를 지정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| obj | java.lang.Object | 테스트할 객체. | + +**Returns:** +boolean - `obj`가 Point이며 이 [Point](../../com.aspose.drawing/point)와 동일한 좌표를 가지고 있으면 `true`. +### offset(int dx, int dy) {#offset-int-int-} +``` +public final void offset(int dx, int dy) +``` + + +지정된 양만큼 이 [Point](../../com.aspose.drawing/point)를 변환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| dx | int | x좌표를 오프셋할 양. | +| dy | int | y좌표를 오프셋할 양. | + +### offset(Point p) {#offset-com.aspose.drawing.Point-} +``` +public final void offset(Point p) +``` + + +지정된 [Point](../../com.aspose.drawing/point)만큼 이 [Point](../../com.aspose.drawing/point)를 변환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| p | [Point](../../com.aspose.drawing/point) | 이 [Point](../../com.aspose.drawing/point)를 오프셋하는 데 사용된 [Point](../../com.aspose.drawing/point). | + +### equals(Point other) {#equals-com.aspose.drawing.Point-} +``` +public final boolean equals(Point other) +``` + + +다른 [Point](../../com.aspose.drawing/point) 구조가 이 [Point](../../com.aspose.drawing/point) 구조와 동일한 위치를 갖는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| other | [Point](../../com.aspose.drawing/point) | 테스트할 다른 점 | + +**Returns:** +boolean - 다른 [Point](../../com.aspose.drawing/point) 구조와 그 X 및 Y 속성이 이 [Point](../../com.aspose.drawing/point) 구조의 해당 속성과 동일하면 `true`; 그렇지 않으면 `false`. +### CloneTo(Point that) {#CloneTo-com.aspose.drawing.Point-} +``` +public void CloneTo(Point that) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| that | [Point](../../com.aspose.drawing/point) | | + +### Clone() {#Clone--} +``` +public Point Clone() +``` + + + + +**Returns:** +[Point](../../com.aspose.drawing/point) +### clone() {#clone--} +``` +public Object clone() +``` + + + + +**Returns:** +java.lang.Object diff --git a/korean/java/com.aspose.drawing/pointf/_index.md b/korean/java/com.aspose.drawing/pointf/_index.md new file mode 100644 index 000000000..b551c0f07 --- /dev/null +++ b/korean/java/com.aspose.drawing/pointf/_index.md @@ -0,0 +1,397 @@ +--- +title: PointF +second_title: Aspose.Drawing for Java API 참조 +description: 2차원 평면에서 점을 정의하는 부동소수점 x 및 y 좌표의 순서쌍을 나타냅니다. +type: docs +weight: 37 +url: /ko/java/com.aspose.drawing/pointf/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.lang.Struct + +**All Implemented Interfaces:** +com.aspose.ms.System.IEquatable, java.lang.Cloneable +``` +public class PointF extends Struct implements System.IEquatable, Cloneable +``` + +2차원 평면에서 점을 정의하는 부동소수점 x 및 y 좌표의 순서쌍을 나타냅니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [PointF()](#PointF--) | | +| [PointF(float x, float y)](#PointF-float-float-) | 지정된 좌표를 사용하여 PointF 구조체의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [op_Addition(PointF pt, Size sz)](#op-Addition-com.aspose.drawing.PointF-com.aspose.drawing.Size-) | | +| [op_Subtraction(PointF pt, Size sz)](#op-Subtraction-com.aspose.drawing.PointF-com.aspose.drawing.Size-) | | +| [op_Addition(PointF pt, SizeF sz)](#op-Addition-com.aspose.drawing.PointF-com.aspose.drawing.SizeF-) | | +| [op_Subtraction(PointF pt, SizeF sz)](#op-Subtraction-com.aspose.drawing.PointF-com.aspose.drawing.SizeF-) | | +| [op_Equality(PointF left, PointF right)](#op-Equality-com.aspose.drawing.PointF-com.aspose.drawing.PointF-) | 두 개의 [PointF](../../com.aspose.drawing/pointf) 구조체를 비교합니다. | +| [op_Inequality(PointF left, PointF right)](#op-Inequality-com.aspose.drawing.PointF-com.aspose.drawing.PointF-) | 지정된 점들의 좌표가 서로 다른지 여부를 결정합니다. | +| [add(PointF orig, Size size)](#add-com.aspose.drawing.PointF-com.aspose.drawing.Size-) | 주어진 [PointF](../../com.aspose.drawing/pointf)를 지정된 [SizeF](../../com.aspose.drawing/sizef)만큼 변환합니다. | +| [subtract(PointF pt, Size sz)](#subtract-com.aspose.drawing.PointF-com.aspose.drawing.Size-) | | +| [add(PointF orig, SizeF sizeF)](#add-com.aspose.drawing.PointF-com.aspose.drawing.SizeF-) | 주어진 [PointF](../../com.aspose.drawing/pointf)를 지정된 [SizeF](../../com.aspose.drawing/sizef)만큼 변환합니다. | +| [subtract(PointF pt, SizeF sz)](#subtract-com.aspose.drawing.PointF-com.aspose.drawing.SizeF-) | | +| [isEquals(PointF obj1, PointF obj2)](#isEquals-com.aspose.drawing.PointF-com.aspose.drawing.PointF-) | | +| [getEmpty()](#getEmpty--) | | +| [isEmpty()](#isEmpty--) | 이 [PointF](../../com.aspose.drawing/pointf)가 비어 있는지 여부를 나타내는 값을 가져옵니다. | +| [getX()](#getX--) | 이 PointF의 x 좌표를 가져옵니다. | +| [setX(float value)](#setX-float-) | 이 PointF의 x 좌표를 설정합니다. | +| [getY()](#getY--) | 이 PointF의 y 좌표를 가져옵니다. | +| [setY(float value)](#setY-float-) | 이 PointF의 y 좌표를 설정합니다. | +| [equals(Object obj)](#equals-java.lang.Object-) | 이 [PointF](../../com.aspose.drawing/pointf)가 지정된 객체와 동일한 좌표를 포함하는지 여부를 지정합니다. | +| [hashCode()](#hashCode--) | 이 인스턴스에 대한 해시 코드를 반환합니다. | +| [toString()](#toString--) | | +| [equals(PointF other)](#equals-com.aspose.drawing.PointF-) | 다른 [PointF](../../com.aspose.drawing/pointf) 구조체가 이 [PointF](../../com.aspose.drawing/pointf) 구조체와 동일한 위치를 갖는지 테스트합니다. | +| [CloneTo(PointF that)](#CloneTo-com.aspose.drawing.PointF-) | | +| [Clone()](#Clone--) | | +| [clone()](#clone--) | | +### PointF() {#PointF--} +``` +public PointF() +``` + + +### PointF(float x, float y) {#PointF-float-float-} +``` +public PointF(float x, float y) +``` + + +지정된 좌표를 사용하여 PointF 구조체의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| x | float | 점의 수평 위치입니다. | +| y | float | 점의 수직 위치입니다. | + +### op_Addition(PointF pt, Size sz) {#op-Addition-com.aspose.drawing.PointF-com.aspose.drawing.Size-} +``` +public static PointF op_Addition(PointF pt, Size sz) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pt | [PointF](../../com.aspose.drawing/pointf) | | +| sz | [Size](../../com.aspose.drawing/size) | | + +**Returns:** +[PointF](../../com.aspose.drawing/pointf) +### op_Subtraction(PointF pt, Size sz) {#op-Subtraction-com.aspose.drawing.PointF-com.aspose.drawing.Size-} +``` +public static PointF op_Subtraction(PointF pt, Size sz) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pt | [PointF](../../com.aspose.drawing/pointf) | | +| sz | [Size](../../com.aspose.drawing/size) | | + +**Returns:** +[PointF](../../com.aspose.drawing/pointf) +### op_Addition(PointF pt, SizeF sz) {#op-Addition-com.aspose.drawing.PointF-com.aspose.drawing.SizeF-} +``` +public static PointF op_Addition(PointF pt, SizeF sz) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pt | [PointF](../../com.aspose.drawing/pointf) | | +| sz | [SizeF](../../com.aspose.drawing/sizef) | | + +**Returns:** +[PointF](../../com.aspose.drawing/pointf) +### op_Subtraction(PointF pt, SizeF sz) {#op-Subtraction-com.aspose.drawing.PointF-com.aspose.drawing.SizeF-} +``` +public static PointF op_Subtraction(PointF pt, SizeF sz) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pt | [PointF](../../com.aspose.drawing/pointf) | | +| sz | [SizeF](../../com.aspose.drawing/sizef) | | + +**Returns:** +[PointF](../../com.aspose.drawing/pointf) +### op_Equality(PointF left, PointF right) {#op-Equality-com.aspose.drawing.PointF-com.aspose.drawing.PointF-} +``` +public static boolean op_Equality(PointF left, PointF right) +``` + + +두 개의 [PointF](../../com.aspose.drawing/pointf) 구조체를 비교합니다. 결과는 두 [PointF](../../com.aspose.drawing/pointf) 구조체의 `PointF.X` 및 `PointF.Y` 속성 값이 동일한지 여부를 지정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| left | [PointF](../../com.aspose.drawing/pointf) | 비교할 첫 번째 [PointF](../../com.aspose.drawing/pointf)입니다. | +| right | [PointF](../../com.aspose.drawing/pointf) | 비교할 두 번째 [PointF](../../com.aspose.drawing/pointf)입니다. | + +**Returns:** +boolean - 왼쪽 및 오른쪽 [PointF](../../com.aspose.drawing/pointf) 구조체의 `PointF.X`와 `PointF.Y` 값이 동일하면 true; 그렇지 않으면 false. +### op_Inequality(PointF left, PointF right) {#op-Inequality-com.aspose.drawing.PointF-com.aspose.drawing.PointF-} +``` +public static boolean op_Inequality(PointF left, PointF right) +``` + + +지정된 점들의 좌표가 서로 다른지 여부를 결정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| left | [PointF](../../com.aspose.drawing/pointf) | 비교할 첫 번째 [PointF](../../com.aspose.drawing/pointf)입니다. | +| right | [PointF](../../com.aspose.drawing/pointf) | 비교할 두 번째 [PointF](../../com.aspose.drawing/pointf)입니다. | + +**Returns:** +boolean - `left`와 `right`의 `PointF.X` 및 `PointF.Y` 값이 서로 다름을 나타내면 true; 그렇지 않으면 false. +### add(PointF orig, Size size) {#add-com.aspose.drawing.PointF-com.aspose.drawing.Size-} +``` +public static PointF add(PointF orig, Size size) +``` + + +주어진 [PointF](../../com.aspose.drawing/pointf)를 지정된 [SizeF](../../com.aspose.drawing/sizef)만큼 변환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| orig | [PointF](../../com.aspose.drawing/pointf) | 변환할 [PointF](../../com.aspose.drawing/pointf)입니다. | +| size | [Size](../../com.aspose.drawing/size) | `orig`의 좌표에 더할 숫자를 지정하는 [Size](../../com.aspose.drawing/size)입니다. | + +**Returns:** +[PointF](../../com.aspose.drawing/pointf) - The translated [PointF](../../com.aspose.drawing/pointf). +### subtract(PointF pt, Size sz) {#subtract-com.aspose.drawing.PointF-com.aspose.drawing.Size-} +``` +public static PointF subtract(PointF pt, Size sz) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pt | [PointF](../../com.aspose.drawing/pointf) | | +| sz | [Size](../../com.aspose.drawing/size) | | + +**Returns:** +[PointF](../../com.aspose.drawing/pointf) +### add(PointF orig, SizeF sizeF) {#add-com.aspose.drawing.PointF-com.aspose.drawing.SizeF-} +``` +public static PointF add(PointF orig, SizeF sizeF) +``` + + +주어진 [PointF](../../com.aspose.drawing/pointf)를 지정된 [SizeF](../../com.aspose.drawing/sizef)만큼 변환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| orig | [PointF](../../com.aspose.drawing/pointf) | 변환할 [PointF](../../com.aspose.drawing/pointf)입니다. | +| sizeF | [SizeF](../../com.aspose.drawing/sizef) | `orig`의 좌표에 더할 숫자를 지정하는 [SizeF](../../com.aspose.drawing/sizef)입니다. | + +**Returns:** +[PointF](../../com.aspose.drawing/pointf) - The translated [PointF](../../com.aspose.drawing/pointf). +### subtract(PointF pt, SizeF sz) {#subtract-com.aspose.drawing.PointF-com.aspose.drawing.SizeF-} +``` +public static PointF subtract(PointF pt, SizeF sz) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pt | [PointF](../../com.aspose.drawing/pointf) | | +| sz | [SizeF](../../com.aspose.drawing/sizef) | | + +**Returns:** +[PointF](../../com.aspose.drawing/pointf) +### isEquals(PointF obj1, PointF obj2) {#isEquals-com.aspose.drawing.PointF-com.aspose.drawing.PointF-} +``` +public static boolean isEquals(PointF obj1, PointF obj2) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| obj1 | [PointF](../../com.aspose.drawing/pointf) | | +| obj2 | [PointF](../../com.aspose.drawing/pointf) | | + +**Returns:** +boolean +### getEmpty() {#getEmpty--} +``` +public static PointF getEmpty() +``` + + + + +**Returns:** +[PointF](../../com.aspose.drawing/pointf) +### isEmpty() {#isEmpty--} +``` +public final boolean isEmpty() +``` + + +이 [PointF](../../com.aspose.drawing/pointf)가 비어 있는지 여부를 나타내는 값을 가져옵니다. + +**Returns:** +boolean - 이 [PointF](../../com.aspose.drawing/pointf)가 비어 있는지 여부를 나타내는 값입니다. +### getX() {#getX--} +``` +public final float getX() +``` + + +이 PointF의 x 좌표를 가져옵니다. + +**Returns:** +float - 이 PointF의 x 좌표입니다. +### setX(float value) {#setX-float-} +``` +public final void setX(float value) +``` + + +이 PointF의 x 좌표를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 PointF의 x 좌표. | + +### getY() {#getY--} +``` +public final float getY() +``` + + +이 PointF의 y 좌표를 가져옵니다. + +**Returns:** +float - 이 PointF의 y 좌표입니다. +### setY(float value) {#setY-float-} +``` +public final void setY(float value) +``` + + +이 PointF의 y 좌표를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 PointF의 y 좌표. | + +### equals(Object obj) {#equals-java.lang.Object-} +``` +public boolean equals(Object obj) +``` + + +이 [PointF](../../com.aspose.drawing/pointf)가 지정된 객체와 동일한 좌표를 포함하는지 여부를 지정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| obj | java.lang.Object | 테스트할 객체. | + +**Returns:** +boolean - `obj`가 [PointF](../../com.aspose.drawing/pointf)이며 이 [Point](../../com.aspose.drawing/point)와 동일한 좌표를 가지고 있으면 true를 반환합니다. +### hashCode() {#hashCode--} +``` +public int hashCode() +``` + + +이 인스턴스에 대한 해시 코드를 반환합니다. + +**Returns:** +int - 이 인스턴스에 대한 해시 코드로, 해시 알고리즘 및 해시 테이블과 같은 데이터 구조에 사용하기에 적합합니다. +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### equals(PointF other) {#equals-com.aspose.drawing.PointF-} +``` +public final boolean equals(PointF other) +``` + + +다른 [PointF](../../com.aspose.drawing/pointf) 구조체가 이 [PointF](../../com.aspose.drawing/pointf) 구조체와 동일한 위치를 갖는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| other | [PointF](../../com.aspose.drawing/pointf) | 테스트할 다른 점 | + +**Returns:** +boolean - 다른 [PointF](../../com.aspose.drawing/pointf) 구조와 그 X 및 Y 속성이 이 [PointF](../../com.aspose.drawing/pointf) 구조의 해당 속성과 동일하면 `true`를 반환하고, 그렇지 않으면 `false`를 반환합니다. +### CloneTo(PointF that) {#CloneTo-com.aspose.drawing.PointF-} +``` +public void CloneTo(PointF that) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| that | [PointF](../../com.aspose.drawing/pointf) | | + +### Clone() {#Clone--} +``` +public PointF Clone() +``` + + + + +**Returns:** +[PointF](../../com.aspose.drawing/pointf) +### clone() {#clone--} +``` +public Object clone() +``` + + + + +**Returns:** +java.lang.Object diff --git a/korean/java/com.aspose.drawing/rectangle/_index.md b/korean/java/com.aspose.drawing/rectangle/_index.md new file mode 100644 index 000000000..e10aaed9a --- /dev/null +++ b/korean/java/com.aspose.drawing/rectangle/_index.md @@ -0,0 +1,704 @@ +--- +title: Rectangle +second_title: Aspose.Drawing for Java API 참조 +description: 사각형의 위치와 크기를 나타내는 네 개의 정수를 저장합니다. +type: docs +weight: 38 +url: /ko/java/com.aspose.drawing/rectangle/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.lang.Struct + +**All Implemented Interfaces:** +com.aspose.ms.System.IEquatable, java.lang.Cloneable +``` +public class Rectangle extends Struct implements System.IEquatable, Cloneable +``` + +사각형의 위치와 크기를 나타내는 네 개의 정수를 저장합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [Rectangle()](#Rectangle--) | | +| [Rectangle(int x, int y, int width, int height)](#Rectangle-int-int-int-int-) | 지정된 위치와 크기로 Rectangle 구조의 새 인스턴스를 초기화합니다. | +| [Rectangle(Point location, Size size)](#Rectangle-com.aspose.drawing.Point-com.aspose.drawing.Size-) | 지정된 위치와 크기로 [Rectangle](../../com.aspose.drawing/rectangle) 구조체의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [fromLTRB(int left, int top, int right, int bottom)](#fromLTRB-int-int-int-int-) | 지정된 가장자리 위치로 [Rectangle](../../com.aspose.drawing/rectangle) 구조를 생성합니다. | +| [intersect(Rectangle a, Rectangle b)](#intersect-com.aspose.drawing.Rectangle-com.aspose.drawing.Rectangle-) | 두 다른 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 교차점을 나타내는 세 번째 [Rectangle](../../com.aspose.drawing/rectangle) 구조를 반환합니다. | +| [op_Equality(Rectangle left, Rectangle right)](#op-Equality-com.aspose.drawing.Rectangle-com.aspose.drawing.Rectangle-) | 두 [Rectangle](../../com.aspose.drawing/rectangle) 구조가 동일한 위치와 크기를 갖는지 테스트합니다. | +| [op_Inequality(Rectangle left, Rectangle right)](#op-Inequality-com.aspose.drawing.Rectangle-com.aspose.drawing.Rectangle-) | 두 [Rectangle](../../com.aspose.drawing/rectangle) 구조가 위치 또는 크기가 다른지 테스트합니다. | +| [ceiling(RectangleF value)](#ceiling-com.aspose.drawing.RectangleF-) | 지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조를 [Rectangle](../../com.aspose.drawing/rectangle) 구조로 변환하며, [RectangleF](../../com.aspose.drawing/rectanglef) 값들을 다음 높은 정수값으로 반올림합니다. | +| [truncate(RectangleF value)](#truncate-com.aspose.drawing.RectangleF-) | 지정된 [RectangleF](../../com.aspose.drawing/rectanglef)를 [Rectangle](../../com.aspose.drawing/rectangle)으로 변환하며, [RectangleF](../../com.aspose.drawing/rectanglef) 값을 잘라냅니다. | +| [round(RectangleF value)](#round-com.aspose.drawing.RectangleF-) | 지정된 [RectangleF](../../com.aspose.drawing/rectanglef)를 [Rectangle](../../com.aspose.drawing/rectangle)으로 변환하며, [RectangleF](../../com.aspose.drawing/rectanglef) 값을 가장 가까운 정수값으로 반올림합니다. | +| [union(Rectangle a, Rectangle b)](#union-com.aspose.drawing.Rectangle-com.aspose.drawing.Rectangle-) | 두 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 합집합을 포함하는 [Rectangle](../../com.aspose.drawing/rectangle) 구조를 가져옵니다. | +| [inflate(Rectangle rect, int x, int y)](#inflate-com.aspose.drawing.Rectangle-int-int-) | | +| [isEquals(Rectangle obj1, Rectangle obj2)](#isEquals-com.aspose.drawing.Rectangle-com.aspose.drawing.Rectangle-) | | +| [fromPoints(Point point1, Point point2)](#fromPoints-com.aspose.drawing.Point-com.aspose.drawing.Point-) | 두 점으로부터 새로운 사각형을 생성합니다. | +| [getEmpty()](#getEmpty--) | `Rectangle` 구조의 새 인스턴스를 가져오며, `Rectangle.X`, `Rectangle.Y`, `Rectangle.Width`, `Rectangle.Height` 값이 0으로 설정됩니다. | +| [getX()](#getX--) | 이 Rectangle 구조의 왼쪽 위 모서리의 x 좌표를 가져옵니다. | +| [setX(int value)](#setX-int-) | 이 Rectangle 구조의 왼쪽 위 모서리의 x 좌표를 설정합니다. | +| [getY()](#getY--) | 이 Rectangle 구조의 왼쪽 위 모서리의 y 좌표를 가져옵니다. | +| [setY(int value)](#setY-int-) | 이 Rectangle 구조의 왼쪽 위 모서리의 y 좌표를 설정합니다. | +| [getLocation()](#getLocation--) | 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 왼쪽 위 모서리 좌표를 가져옵니다. | +| [setLocation(Point value)](#setLocation-com.aspose.drawing.Point-) | 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 왼쪽 위 모서리 좌표를 설정합니다. | +| [getWidth()](#getWidth--) | 이 Rectangle 구조의 너비를 가져옵니다. | +| [setWidth(int value)](#setWidth-int-) | 이 Rectangle 구조의 너비를 설정합니다. | +| [getHeight()](#getHeight--) | 이 Rectangle 구조의 높이를 가져옵니다. | +| [setHeight(int value)](#setHeight-int-) | 이 Rectangle 구조의 높이를 설정합니다. | +| [getSize()](#getSize--) | 이 [Rectangle](../../com.aspose.drawing/rectangle)의 크기를 가져옵니다. | +| [setSize(Size value)](#setSize-com.aspose.drawing.Size-) | 이 [Rectangle](../../com.aspose.drawing/rectangle)의 크기를 설정합니다. | +| [getLeft()](#getLeft--) | 이 Rectangle 구조의 왼쪽 가장자리 x좌표를 가져옵니다. | +| [getTop()](#getTop--) | 이 Rectangle 구조의 위쪽 가장자리 y좌표를 가져옵니다. | +| [getRight()](#getRight--) | 이 Rectangle 구조의 X와 Width 속성 값을 합한 x좌표를 가져옵니다. | +| [getBottom()](#getBottom--) | 이 Rectangle 구조의 Y와 Height 속성 값을 합한 y좌표를 가져옵니다. | +| [isEmpty()](#isEmpty--) | 이 [Rectangle](../../com.aspose.drawing/rectangle)의 모든 숫자 속성이 0인지 여부를 나타내는 값을 가져옵니다. | +| [equals(Object obj)](#equals-java.lang.Object-) | obj가 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조와 동일한 위치와 크기를 가진 [Rectangle](../../com.aspose.drawing/rectangle) 구조인지 테스트합니다. | +| [hashCode()](#hashCode--) | 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 해시 코드를 반환합니다. | +| [toString()](#toString--) | | +| [intersect(Rectangle rect)](#intersect-com.aspose.drawing.Rectangle-) | 이 [Rectangle](../../com.aspose.drawing/rectangle)를 자체와 지정된 [Rectangle](../../com.aspose.drawing/rectangle)의 교차 영역으로 교체합니다. | +| [inflate(int width, int height)](#inflate-int-int-) | 이 [Rectangle](../../com.aspose.drawing/rectangle)를 지정된 양만큼 확대합니다. | +| [inflate(Size size)](#inflate-com.aspose.drawing.Size-) | 이 [Rectangle](../../com.aspose.drawing/rectangle)를 지정된 양만큼 확대합니다. | +| [contains(int x, int y)](#contains-int-int-) | 지정된 점이 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조에 포함되는지 확인합니다. | +| [contains(Point pt)](#contains-com.aspose.drawing.Point-) | 지정된 점이 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조에 포함되는지 확인합니다. | +| [contains(Rectangle rect)](#contains-com.aspose.drawing.Rectangle-) | | +| [intersectsWith(Rectangle rect)](#intersectsWith-com.aspose.drawing.Rectangle-) | `rect`와 이 사각형이 교차하는지 확인합니다. | +| [offset(int x, int y)](#offset-int-int-) | 지정된 양만큼 이 사각형의 위치를 조정합니다. | +| [offset(Point pos)](#offset-com.aspose.drawing.Point-) | 지정된 양만큼 이 사각형의 위치를 조정합니다. | +| [equals(Rectangle other)](#equals-com.aspose.drawing.Rectangle-) | 다른 [Rectangle](../../com.aspose.drawing/rectangle) 구조가 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조와 동일한 위치와 크기를 가지고 있는지 테스트합니다. | +| [CloneTo(Rectangle that)](#CloneTo-com.aspose.drawing.Rectangle-) | | +| [Clone()](#Clone--) | | +| [clone()](#clone--) | | +| [normalize()](#normalize--) | 사각형의 너비와 높이를 양수로 만들고, 왼쪽이 오른쪽보다 작으며 위쪽이 아래쪽보다 작도록 정규화합니다. | +### Rectangle() {#Rectangle--} +``` +public Rectangle() +``` + + +### Rectangle(int x, int y, int width, int height) {#Rectangle-int-int-int-int-} +``` +public Rectangle(int x, int y, int width, int height) +``` + + +지정된 위치와 크기로 Rectangle 구조의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| x | int | 사각형의 왼쪽 위 모서리 x 좌표. | +| y | int | 직사각형의 왼쪽 위 모서리의 y 좌표. | +| 너비 | int | 직사각형의 너비. | +| 높이 | int | 직사각형의 높이. | + +### Rectangle(Point location, Size size) {#Rectangle-com.aspose.drawing.Point-com.aspose.drawing.Size-} +``` +public Rectangle(Point location, Size size) +``` + + +지정된 위치와 크기로 [Rectangle](../../com.aspose.drawing/rectangle) 구조체의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| location | [Point](../../com.aspose.drawing/point) | 직사각형 영역의 왼쪽 위 모서리를 나타내는 [Point](../../com.aspose.drawing/point)입니다. | +| size | [Size](../../com.aspose.drawing/size) | 직사각형 영역의 너비와 높이를 나타내는 `Size`([.getSize](../../null/\#getSize)/[.setSize(Size)](../../null/\#setSize-Size-))입니다. | + +### fromLTRB(int left, int top, int right, int bottom) {#fromLTRB-int-int-int-int-} +``` +public static Rectangle fromLTRB(int left, int top, int right, int bottom) +``` + + +지정된 가장자리 위치로 [Rectangle](../../com.aspose.drawing/rectangle) 구조를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| left | int | 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 왼쪽 위 모서리 x좌표. | +| top | int | 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 왼쪽 위 모서리 y좌표. | +| right | int | 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 오른쪽 아래 모서리 x좌표. | +| bottom | int | 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 오른쪽 아래 모서리 y좌표. | + +**Returns:** +[Rectangle](../../com.aspose.drawing/rectangle) - The new [Rectangle](../../com.aspose.drawing/rectangle) that this method creates. +### intersect(Rectangle a, Rectangle b) {#intersect-com.aspose.drawing.Rectangle-com.aspose.drawing.Rectangle-} +``` +public static Rectangle intersect(Rectangle a, Rectangle b) +``` + + +두 개의 다른 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 교차점을 나타내는 세 번째 [Rectangle](../../com.aspose.drawing/rectangle) 구조를 반환합니다. 교차점이 없으면 빈 [Rectangle](../../com.aspose.drawing/rectangle)이 반환됩니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| a | [Rectangle](../../com.aspose.drawing/rectangle) | 교차할 첫 번째 직사각형. | +| b | [Rectangle](../../com.aspose.drawing/rectangle) | 교차할 두 번째 직사각형. | + +**Returns:** +[Rectangle](../../com.aspose.drawing/rectangle) - A [Rectangle](../../com.aspose.drawing/rectangle) that represents the intersection of `a` and `b`. +### op_Equality(Rectangle left, Rectangle right) {#op-Equality-com.aspose.drawing.Rectangle-com.aspose.drawing.Rectangle-} +``` +public static boolean op_Equality(Rectangle left, Rectangle right) +``` + + +두 [Rectangle](../../com.aspose.drawing/rectangle) 구조가 동일한 위치와 크기를 갖는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| left | [Rectangle](../../com.aspose.drawing/rectangle) | 동등 연산자의 왼쪽에 있는 [Rectangle](../../com.aspose.drawing/rectangle) 구조. | +| right | [Rectangle](../../com.aspose.drawing/rectangle) | 동등 연산자의 오른쪽에 있는 [Rectangle](../../com.aspose.drawing/rectangle) 구조. | + +**Returns:** +boolean - 두 [Rectangle](../../com.aspose.drawing/rectangle) 구조가 X, Y, Width, Height 속성이 모두 동일하면 이 연산자는 `true`를 반환합니다. +### op_Inequality(Rectangle left, Rectangle right) {#op-Inequality-com.aspose.drawing.Rectangle-com.aspose.drawing.Rectangle-} +``` +public static boolean op_Inequality(Rectangle left, Rectangle right) +``` + + +두 [Rectangle](../../com.aspose.drawing/rectangle) 구조가 위치 또는 크기가 다른지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| left | [Rectangle](../../com.aspose.drawing/rectangle) | 부등 연산자의 왼쪽에 있는 [Rectangle](../../com.aspose.drawing/rectangle) 구조. | +| right | [Rectangle](../../com.aspose.drawing/rectangle) | 부등 연산자의 오른쪽에 있는 [Rectangle](../../com.aspose.drawing/rectangle) 구조. | + +**Returns:** +boolean - 두 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 X, Y, Width 또는 Height 속성 중 하나라도 서로 다르면 이 연산자는 `true`를 반환하고, 그렇지 않으면 `false`를 반환합니다. +### ceiling(RectangleF value) {#ceiling-com.aspose.drawing.RectangleF-} +``` +public static Rectangle ceiling(RectangleF value) +``` + + +지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조를 [Rectangle](../../com.aspose.drawing/rectangle) 구조로 변환하며, [RectangleF](../../com.aspose.drawing/rectanglef) 값들을 다음 높은 정수값으로 반올림합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [RectangleF](../../com.aspose.drawing/rectanglef) | 변환할 [RectangleF](../../com.aspose.drawing/rectanglef) 구조. | + +**Returns:** +[Rectangle](../../com.aspose.drawing/rectangle) - Returns a [Rectangle](../../com.aspose.drawing/rectangle). +### truncate(RectangleF value) {#truncate-com.aspose.drawing.RectangleF-} +``` +public static Rectangle truncate(RectangleF value) +``` + + +지정된 [RectangleF](../../com.aspose.drawing/rectanglef)를 [Rectangle](../../com.aspose.drawing/rectangle)으로 변환하며, [RectangleF](../../com.aspose.drawing/rectanglef) 값을 잘라냅니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [RectangleF](../../com.aspose.drawing/rectanglef) | 변환할 [RectangleF](../../com.aspose.drawing/rectanglef). | + +**Returns:** +[Rectangle](../../com.aspose.drawing/rectangle) - The truncated value of the [Rectangle](../../com.aspose.drawing/rectangle). +### round(RectangleF value) {#round-com.aspose.drawing.RectangleF-} +``` +public static Rectangle round(RectangleF value) +``` + + +지정된 [RectangleF](../../com.aspose.drawing/rectanglef)를 [Rectangle](../../com.aspose.drawing/rectangle)으로 변환하며, [RectangleF](../../com.aspose.drawing/rectanglef) 값을 가장 가까운 정수값으로 반올림합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [RectangleF](../../com.aspose.drawing/rectanglef) | 변환할 [RectangleF](../../com.aspose.drawing/rectanglef). | + +**Returns:** +[Rectangle](../../com.aspose.drawing/rectangle) - A [Rectangle](../../com.aspose.drawing/rectangle). +### union(Rectangle a, Rectangle b) {#union-com.aspose.drawing.Rectangle-com.aspose.drawing.Rectangle-} +``` +public static Rectangle union(Rectangle a, Rectangle b) +``` + + +두 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 합집합을 포함하는 [Rectangle](../../com.aspose.drawing/rectangle) 구조를 가져옵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| a | [Rectangle](../../com.aspose.drawing/rectangle) | 합집합할 첫 번째 사각형. | +| b | [Rectangle](../../com.aspose.drawing/rectangle) | 합집합할 두 번째 사각형. | + +**Returns:** +[Rectangle](../../com.aspose.drawing/rectangle) - A [Rectangle](../../com.aspose.drawing/rectangle) structure that bounds the union of the two [Rectangle](../../com.aspose.drawing/rectangle) structures. +### inflate(Rectangle rect, int x, int y) {#inflate-com.aspose.drawing.Rectangle-int-int-} +``` +public static Rectangle inflate(Rectangle rect, int x, int y) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [Rectangle](../../com.aspose.drawing/rectangle) | | +| x | int | | +| y | int | | + +**Returns:** +[Rectangle](../../com.aspose.drawing/rectangle) +### isEquals(Rectangle obj1, Rectangle obj2) {#isEquals-com.aspose.drawing.Rectangle-com.aspose.drawing.Rectangle-} +``` +public static boolean isEquals(Rectangle obj1, Rectangle obj2) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| obj1 | [Rectangle](../../com.aspose.drawing/rectangle) | | +| obj2 | [Rectangle](../../com.aspose.drawing/rectangle) | | + +**Returns:** +boolean +### fromPoints(Point point1, Point point2) {#fromPoints-com.aspose.drawing.Point-com.aspose.drawing.Point-} +``` +public static Rectangle fromPoints(Point point1, Point point2) +``` + + +두 점으로부터 새로운 직사각형을 생성합니다. 생성된 직사각형은 (left,top)이 (right,bottom)보다 작도록 정규화됩니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| point1 | [Point](../../com.aspose.drawing/point) | 첫 번째 점. | +| point2 | [Point](../../com.aspose.drawing/point) | 두 번째 점. | + +**Returns:** +[Rectangle](../../com.aspose.drawing/rectangle) - A newly created rectangle. +### getEmpty() {#getEmpty--} +``` +public static Rectangle getEmpty() +``` + + +`Rectangle` 구조의 새 인스턴스를 가져오며, `Rectangle.X`, `Rectangle.Y`, `Rectangle.Width`, `Rectangle.Height` 값이 0으로 설정됩니다. + +**Returns:** +[Rectangle](../../com.aspose.drawing/rectangle) +### getX() {#getX--} +``` +public final int getX() +``` + + +이 Rectangle 구조의 왼쪽 위 모서리의 x 좌표를 가져옵니다. + +**Returns:** +int - 이 Rectangle 구조의 왼쪽 위 모서리의 x 좌표. +### setX(int value) {#setX-int-} +``` +public final void setX(int value) +``` + + +이 Rectangle 구조의 왼쪽 위 모서리의 x 좌표를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | 이 Rectangle 구조의 왼쪽 위 모서리의 x 좌표. | + +### getY() {#getY--} +``` +public final int getY() +``` + + +이 Rectangle 구조의 왼쪽 위 모서리의 y 좌표를 가져옵니다. + +**Returns:** +int - 이 Rectangle 구조의 왼쪽 위 모서리의 y 좌표. +### setY(int value) {#setY-int-} +``` +public final void setY(int value) +``` + + +이 Rectangle 구조의 왼쪽 위 모서리의 y 좌표를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | 이 Rectangle 구조의 왼쪽 위 모서리의 y 좌표. | + +### getLocation() {#getLocation--} +``` +public final Point getLocation() +``` + + +이 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 왼쪽 위 모서리 좌표를 가져옵니다. + +**Returns:** +[Point](../../com.aspose.drawing/point) - the coordinates of the upper-left corner of this [Rectangle](../../com.aspose.drawing/rectangle) structure. +### setLocation(Point value) {#setLocation-com.aspose.drawing.Point-} +``` +public final void setLocation(Point value) +``` + + +이 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 왼쪽 위 모서리 좌표를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Point](../../com.aspose.drawing/point) | 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 왼쪽 위 모서리 좌표. | + +### getWidth() {#getWidth--} +``` +public final int getWidth() +``` + + +이 Rectangle 구조의 너비를 가져옵니다. + +**Returns:** +int - 이 Rectangle 구조의 너비. +### setWidth(int value) {#setWidth-int-} +``` +public final void setWidth(int value) +``` + + +이 Rectangle 구조의 너비를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | 이 Rectangle 구조의 너비. | + +### getHeight() {#getHeight--} +``` +public final int getHeight() +``` + + +이 Rectangle 구조의 높이를 가져옵니다. + +**Returns:** +int - 이 Rectangle 구조의 높이. +### setHeight(int value) {#setHeight-int-} +``` +public final void setHeight(int value) +``` + + +이 Rectangle 구조의 높이를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | 이 Rectangle 구조의 높이. | + +### getSize() {#getSize--} +``` +public final Size getSize() +``` + + +이 [Rectangle](../../com.aspose.drawing/rectangle)의 크기를 가져옵니다. + +**Returns:** +[Size](../../com.aspose.drawing/size) - the size of this [Rectangle](../../com.aspose.drawing/rectangle). +### setSize(Size value) {#setSize-com.aspose.drawing.Size-} +``` +public final void setSize(Size value) +``` + + +이 [Rectangle](../../com.aspose.drawing/rectangle)의 크기를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Size](../../com.aspose.drawing/size) | 이 [Rectangle](../../com.aspose.drawing/rectangle)의 크기. | + +### getLeft() {#getLeft--} +``` +public final int getLeft() +``` + + +이 Rectangle 구조의 왼쪽 가장자리 x좌표를 가져옵니다. + +**Returns:** +int - 이 Rectangle 구조의 왼쪽 가장자리의 x 좌표. +### getTop() {#getTop--} +``` +public final int getTop() +``` + + +이 Rectangle 구조의 위쪽 가장자리 y좌표를 가져옵니다. + +**Returns:** +int - 이 Rectangle 구조의 위쪽 가장자리의 y 좌표. +### getRight() {#getRight--} +``` +public final int getRight() +``` + + +이 Rectangle 구조의 X와 Width 속성 값을 합한 x좌표를 가져옵니다. + +**Returns:** +int - 이 Rectangle 구조의 X와 Width 속성값을 합한 x 좌표. +### getBottom() {#getBottom--} +``` +public final int getBottom() +``` + + +이 Rectangle 구조의 Y와 Height 속성 값을 합한 y좌표를 가져옵니다. + +**Returns:** +int - 이 Rectangle 구조의 Y와 Height 속성값을 합한 y 좌표. +### isEmpty() {#isEmpty--} +``` +public final boolean isEmpty() +``` + + +이 [Rectangle](../../com.aspose.drawing/rectangle)의 모든 숫자 속성이 0인지 여부를 나타내는 값을 가져옵니다. + +**Returns:** +boolean - 이 속성은 이 [Rectangle](../../com.aspose.drawing/rectangle)의 `Rectangle.Width`, `Rectangle.Height`, `Rectangle.X`, `Rectangle.Y` 속성이 모두 0인 경우 `true`를 반환하고, 그렇지 않으면 `false`를 반환합니다. +### equals(Object obj) {#equals-java.lang.Object-} +``` +public boolean equals(Object obj) +``` + + +obj가 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조와 동일한 위치와 크기를 가진 [Rectangle](../../com.aspose.drawing/rectangle) 구조인지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| obj | java.lang.Object | 테스트할 객체. | + +**Returns:** +boolean - 이 메서드는 obj가 [Rectangle](../../com.aspose.drawing/rectangle) 구조이며 그 X, Y, Width, Height 속성이 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 해당 속성과 동일하면 `true`를 반환하고, 그렇지 않으면 `false`를 반환합니다. +### hashCode() {#hashCode--} +``` +public int hashCode() +``` + + +이 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 해시 코드를 반환합니다. 해시 코드 사용에 대한 정보는 GetHashCode를 참조하십시오. + +**Returns:** +int - 이 사각형의 해시 코드를 나타내는 정수입니다. +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### intersect(Rectangle rect) {#intersect-com.aspose.drawing.Rectangle-} +``` +public final void intersect(Rectangle rect) +``` + + +이 [Rectangle](../../com.aspose.drawing/rectangle)를 자체와 지정된 [Rectangle](../../com.aspose.drawing/rectangle)의 교차 영역으로 교체합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [Rectangle](../../com.aspose.drawing/rectangle) | 교차할 [Rectangle](../../com.aspose.drawing/rectangle)입니다. | + +### inflate(int width, int height) {#inflate-int-int-} +``` +public final void inflate(int width, int height) +``` + + +이 [Rectangle](../../com.aspose.drawing/rectangle)를 지정된 양만큼 확대합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| width | int | 이 [Rectangle](../../com.aspose.drawing/rectangle)를 수평으로 확장할 양입니다. | +| height | int | 이 [Rectangle](../../com.aspose.drawing/rectangle)를 수직으로 확장할 양입니다. | + +### inflate(Size size) {#inflate-com.aspose.drawing.Size-} +``` +public final void inflate(Size size) +``` + + +이 [Rectangle](../../com.aspose.drawing/rectangle)를 지정된 양만큼 확대합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| size | [Size](../../com.aspose.drawing/size) | 이 [Rectangle](../../com.aspose.drawing/rectangle)를 확장할 크기입니다. | + +### contains(int x, int y) {#contains-int-int-} +``` +public final boolean contains(int x, int y) +``` + + +지정된 점이 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조에 포함되는지 확인합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| x | int | 테스트할 점의 x 좌표입니다. | +| y | int | 테스트할 점의 y좌표. | + +**Returns:** +boolean - `x`와 `y`로 정의된 점이 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조 안에 포함되어 있으면 `true`를 반환하고, 그렇지 않으면 `false`를 반환합니다. +### contains(Point pt) {#contains-com.aspose.drawing.Point-} +``` +public final boolean contains(Point pt) +``` + + +지정된 점이 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조에 포함되는지 확인합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pt | [Point](../../com.aspose.drawing/point) | 테스트할 [Point](../../com.aspose.drawing/point)입니다. | + +**Returns:** +boolean - `pt`가 나타내는 점이 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조 안에 포함되어 있으면 `true`를 반환하고, 그렇지 않으면 `false`를 반환합니다. +### contains(Rectangle rect) {#contains-com.aspose.drawing.Rectangle-} +``` +public final boolean contains(Rectangle rect) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [Rectangle](../../com.aspose.drawing/rectangle) | | + +**Returns:** +boolean +### intersectsWith(Rectangle rect) {#intersectsWith-com.aspose.drawing.Rectangle-} +``` +public final boolean intersectsWith(Rectangle rect) +``` + + +`rect`와 이 사각형이 교차하는지 확인합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [Rectangle](../../com.aspose.drawing/rectangle) | 테스트할 직사각형. | + +**Returns:** +boolean - 교차가 하나라도 있으면 true를 반환하고, 그렇지 않으면 false를 반환합니다. +### offset(int x, int y) {#offset-int-int-} +``` +public final void offset(int x, int y) +``` + + +지정된 양만큼 이 사각형의 위치를 조정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| x | int | 수평 오프셋입니다. | +| y | int | 수직 오프셋입니다. | + +### offset(Point pos) {#offset-com.aspose.drawing.Point-} +``` +public final void offset(Point pos) +``` + + +지정된 양만큼 이 사각형의 위치를 조정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pos | [Point](../../com.aspose.drawing/point) | 오프셋입니다. | + +### equals(Rectangle other) {#equals-com.aspose.drawing.Rectangle-} +``` +public final boolean equals(Rectangle other) +``` + + +다른 [Rectangle](../../com.aspose.drawing/rectangle) 구조가 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조와 동일한 위치와 크기를 가지고 있는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| other | [Rectangle](../../com.aspose.drawing/rectangle) | 테스트할 다른 사각형 | + +**Returns:** +boolean - 다른 [Rectangle](../../com.aspose.drawing/rectangle) 구조와 그 X, Y, Width, Height 속성이 이 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 해당 속성과 동일하면 `true`를 반환하고, 그렇지 않으면 `false`를 반환합니다. +### CloneTo(Rectangle that) {#CloneTo-com.aspose.drawing.Rectangle-} +``` +public void CloneTo(Rectangle that) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| that | [Rectangle](../../com.aspose.drawing/rectangle) | | + +### Clone() {#Clone--} +``` +public Rectangle Clone() +``` + + + + +**Returns:** +[Rectangle](../../com.aspose.drawing/rectangle) +### clone() {#clone--} +``` +public Object clone() +``` + + + + +**Returns:** +java.lang.Object +### normalize() {#normalize--} +``` +public void normalize() +``` + + +사각형의 너비와 높이를 양수로 만들고, 왼쪽이 오른쪽보다 작으며 위쪽이 아래쪽보다 작도록 정규화합니다. + diff --git a/korean/java/com.aspose.drawing/rectanglef/_index.md b/korean/java/com.aspose.drawing/rectanglef/_index.md new file mode 100644 index 000000000..c0fcda79d --- /dev/null +++ b/korean/java/com.aspose.drawing/rectanglef/_index.md @@ -0,0 +1,663 @@ +--- +title: RectangleF +second_title: Aspose.Drawing for Java API 참조 +description: 사각형의 위치와 크기를 나타내는 네 개의 부동소수점 숫자를 저장합니다. +type: docs +weight: 39 +url: /ko/java/com.aspose.drawing/rectanglef/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.lang.Struct + +**All Implemented Interfaces:** +com.aspose.ms.System.IEquatable, java.lang.Cloneable +``` +public class RectangleF extends Struct implements System.IEquatable, Cloneable +``` + +사각형의 위치와 크기를 나타내는 네 개의 부동 소수점 숫자 집합을 저장합니다. 보다 고급 영역 기능을 위해서는 Region 객체를 사용하십시오. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [RectangleF()](#RectangleF--) | | +| [RectangleF(PointF location, SizeF size)](#RectangleF-com.aspose.drawing.PointF-com.aspose.drawing.SizeF-) | 지정된 위치와 크기로 RectangleF 구조의 새 인스턴스를 초기화합니다. | +| [RectangleF(float x, float y, float width, float height)](#RectangleF-float-float-float-float-) | 지정된 위치와 크기로 RectangleF 구조의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [fromPoints(PointF point1, PointF point2)](#fromPoints-com.aspose.drawing.PointF-com.aspose.drawing.PointF-) | 두 점으로부터 새로운 사각형을 생성합니다. | +| [to_RectangleF(Rectangle r)](#to-RectangleF-com.aspose.drawing.Rectangle-) | 지정된 Rectangle 구조를 RectangleF 구조로 변환합니다. | +| [op_Equality(RectangleF left, RectangleF right)](#op-Equality-com.aspose.drawing.RectangleF-com.aspose.drawing.RectangleF-) | 두 [RectangleF](../../com.aspose.drawing/rectanglef) 구조가 위치와 크기가 같은지 테스트합니다. | +| [op_Inequality(RectangleF left, RectangleF right)](#op-Inequality-com.aspose.drawing.RectangleF-com.aspose.drawing.RectangleF-) | 두 [RectangleF](../../com.aspose.drawing/rectanglef) 구조가 위치 또는 크기가 다른지 테스트합니다. | +| [fromLTRB(float left, float top, float right, float bottom)](#fromLTRB-float-float-float-float-) | 지정된 위치에 좌상단과 우하단 모서리를 갖는 RectangleF 구조를 생성합니다. | +| [inflate(RectangleF rect, float x, float y)](#inflate-com.aspose.drawing.RectangleF-float-float-) | 지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조의 확대된 복사본을 생성하고 반환합니다. | +| [intersect(RectangleF a, RectangleF b)](#intersect-com.aspose.drawing.RectangleF-com.aspose.drawing.RectangleF-) | 두 사각형의 교차점을 나타내는 [RectangleF](../../com.aspose.drawing/rectanglef) 구조를 반환합니다. | +| [union(RectangleF a, RectangleF b)](#union-com.aspose.drawing.RectangleF-com.aspose.drawing.RectangleF-) | 두 사각형을 합친 영역을 포함할 수 있는 가장 작은 세 번째 사각형을 생성합니다. | +| [isEquals(RectangleF obj1, RectangleF obj2)](#isEquals-com.aspose.drawing.RectangleF-com.aspose.drawing.RectangleF-) | | +| [getEmpty()](#getEmpty--) | | +| [isEmpty()](#isEmpty--) | 이 [RectangleF](../../com.aspose.drawing/rectanglef)의 `RectangleF.Width` 또는 `RectangleF.Height` 속성이 0인지 여부를 나타내는 값을 가져옵니다. | +| [getX()](#getX--) | 이 RectangleF 구조의 좌상단 모서리 x좌표를 가져옵니다. | +| [setX(float value)](#setX-float-) | 이 RectangleF 구조의 좌상단 모서리 x좌표를 설정합니다. | +| [getY()](#getY--) | 이 RectangleF 구조의 좌상단 모서리 x좌표를 가져옵니다. | +| [setY(float value)](#setY-float-) | 이 RectangleF 구조의 좌상단 모서리 x좌표를 설정합니다. | +| [getLocation()](#getLocation--) | 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조의 좌상단 모서리 좌표를 가져옵니다. | +| [setLocation(PointF value)](#setLocation-com.aspose.drawing.PointF-) | 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조의 왼쪽 위 모서리 좌표를 설정합니다. | +| [getWidth()](#getWidth--) | 이 RectangleF 구조의 너비를 가져옵니다. | +| [setWidth(float value)](#setWidth-float-) | 이 RectangleF 구조의 너비를 설정합니다. | +| [getHeight()](#getHeight--) | 이 RectangleF 구조의 높이를 가져옵니다. | +| [setHeight(float value)](#setHeight-float-) | 이 RectangleF 구조의 높이를 설정합니다. | +| [getSize()](#getSize--) | 이 [RectangleF](../../com.aspose.drawing/rectanglef)의 크기를 가져옵니다. | +| [setSize(SizeF value)](#setSize-com.aspose.drawing.SizeF-) | 이 [RectangleF](../../com.aspose.drawing/rectanglef)의 크기를 설정합니다. | +| [getLeft()](#getLeft--) | 이 RectangleF 구조의 왼쪽 가장자리 x 좌표를 가져옵니다. | +| [getTop()](#getTop--) | 이 RectangleF 구조의 위쪽 가장자리 y 좌표를 가져옵니다. | +| [getRight()](#getRight--) | 이 RectangleF 구조의 X와 Width를 합한 x 좌표를 가져옵니다. | +| [getBottom()](#getBottom--) | 이 RectangleF 구조의 Y와 Height를 합한 y 좌표를 가져옵니다. | +| [toString()](#toString--) | | +| [inflate(float x, float y)](#inflate-float-float-) | 지정된 양만큼 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조를 확장합니다. | +| [inflate(SizeF size)](#inflate-com.aspose.drawing.SizeF-) | 지정된 양만큼 이 [RectangleF](../../com.aspose.drawing/rectanglef)를 확장합니다. | +| [intersect(RectangleF rect)](#intersect-com.aspose.drawing.RectangleF-) | 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조를 자체와 지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조의 교차 영역으로 교체합니다. | +| [intersectsWith(RectangleF rect)](#intersectsWith-com.aspose.drawing.RectangleF-) | `rect`와 이 사각형이 교차하는지 확인합니다. | +| [offset(PointF pos)](#offset-com.aspose.drawing.PointF-) | 지정된 양만큼 이 사각형의 위치를 조정합니다. | +| [offset(float x, float y)](#offset-float-float-) | 지정된 양만큼 이 사각형의 위치를 조정합니다. | +| [contains(float x, float y)](#contains-float-float-) | 지정된 점이 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조에 포함되는지 확인합니다. | +| [contains(PointF pt)](#contains-com.aspose.drawing.PointF-) | 지정된 점이 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조에 포함되는지 확인합니다. | +| [contains(RectangleF rect)](#contains-com.aspose.drawing.RectangleF-) | `rect`가 나타내는 사각형 영역이 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조에 완전히 포함되는지 확인합니다. | +| [equals(Object obj)](#equals-java.lang.Object-) | 지정된 Object가 이 인스턴스와 같은지 여부를 확인합니다. | +| [hashCode()](#hashCode--) | 이 인스턴스에 대한 해시 코드를 반환합니다. | +| [equals(RectangleF other)](#equals-com.aspose.drawing.RectangleF-) | 다른 [RectangleF](../../com.aspose.drawing/rectanglef) 구조가 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조와 동일한 위치와 크기를 가지고 있는지 테스트합니다. | +| [CloneTo(RectangleF that)](#CloneTo-com.aspose.drawing.RectangleF-) | | +| [Clone()](#Clone--) | | +| [clone()](#clone--) | | +### RectangleF() {#RectangleF--} +``` +public RectangleF() +``` + + +### RectangleF(PointF location, SizeF size) {#RectangleF-com.aspose.drawing.PointF-com.aspose.drawing.SizeF-} +``` +public RectangleF(PointF location, SizeF size) +``` + + +지정된 위치와 크기로 RectangleF 구조의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| location | [PointF](../../com.aspose.drawing/pointf) | 사각형 영역의 왼쪽 위 모서리를 나타내는 PointF. | +| size | [SizeF](../../com.aspose.drawing/sizef) | 사각형 영역의 너비와 높이를 나타내는 SizeF. | + +### RectangleF(float x, float y, float width, float height) {#RectangleF-float-float-float-float-} +``` +public RectangleF(float x, float y, float width, float height) +``` + + +지정된 위치와 크기로 RectangleF 구조의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| x | float | 사각형의 왼쪽 위 모서리 x 좌표. | +| y | float | 직사각형의 왼쪽 위 모서리의 y 좌표. | +| 너비 | float | 직사각형의 너비. | +| 높이 | float | 직사각형의 높이. | + +### fromPoints(PointF point1, PointF point2) {#fromPoints-com.aspose.drawing.PointF-com.aspose.drawing.PointF-} +``` +public static RectangleF fromPoints(PointF point1, PointF point2) +``` + + +두 점으로부터 새로운 직사각형을 생성합니다. 생성된 직사각형은 (left,top)이 (right,bottom)보다 작도록 정규화됩니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| point1 | [PointF](../../com.aspose.drawing/pointf) | 첫 번째 점. | +| point2 | [PointF](../../com.aspose.drawing/pointf) | 두 번째 점. | + +**Returns:** +[RectangleF](../../com.aspose.drawing/rectanglef) - A newly created rectangle. +### to_RectangleF(Rectangle r) {#to-RectangleF-com.aspose.drawing.Rectangle-} +``` +public static RectangleF to_RectangleF(Rectangle r) +``` + + +지정된 Rectangle 구조를 RectangleF 구조로 변환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| r | [Rectangle](../../com.aspose.drawing/rectangle) | 변환할 Rectangle 구조체. | + +**Returns:** +[RectangleF](../../com.aspose.drawing/rectanglef) - The RectangleF structure that is converted from the specified Rectangle structure. +### op_Equality(RectangleF left, RectangleF right) {#op-Equality-com.aspose.drawing.RectangleF-com.aspose.drawing.RectangleF-} +``` +public static boolean op_Equality(RectangleF left, RectangleF right) +``` + + +두 [RectangleF](../../com.aspose.drawing/rectanglef) 구조가 위치와 크기가 같은지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| left | [RectangleF](../../com.aspose.drawing/rectanglef) | 동등 연산자 왼쪽에 있는 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체. | +| right | [RectangleF](../../com.aspose.drawing/rectanglef) | 동등 연산자 오른쪽에 있는 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체. | + +**Returns:** +boolean - 두 지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체의 `RectangleF.X`, `RectangleF.Y`, `RectangleF.Width`, `RectangleF.Height` 속성이 모두 동일하면 true를 반환합니다. +### op_Inequality(RectangleF left, RectangleF right) {#op-Inequality-com.aspose.drawing.RectangleF-com.aspose.drawing.RectangleF-} +``` +public static boolean op_Inequality(RectangleF left, RectangleF right) +``` + + +두 [RectangleF](../../com.aspose.drawing/rectanglef) 구조가 위치 또는 크기가 다른지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| left | [RectangleF](../../com.aspose.drawing/rectanglef) | 부등 연산자 왼쪽에 있는 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체. | +| right | [RectangleF](../../com.aspose.drawing/rectanglef) | 부등 연산자 오른쪽에 있는 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체. | + +**Returns:** +boolean - 두 [Rectangle](../../com.aspose.drawing/rectangle) 구조체의 `RectangleF.X`, `RectangleF.Y`, `RectangleF.Width`, `RectangleF.Height` 속성 중 하나라도 다르면 true를 반환하고, 그렇지 않으면 false를 반환합니다. +### fromLTRB(float left, float top, float right, float bottom) {#fromLTRB-float-float-float-float-} +``` +public static RectangleF fromLTRB(float left, float top, float right, float bottom) +``` + + +지정된 위치에 좌상단과 우하단 모서리를 갖는 RectangleF 구조를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 왼쪽 | float | 사각형 영역의 왼쪽 위 모서리의 x 좌표. | +| 위쪽 | float | 사각형 영역의 왼쪽 위 모서리의 y 좌표. | +| 오른쪽 | float | 사각형 영역의 오른쪽 아래 모서리의 x 좌표. | +| 아래쪽 | float | 사각형 영역의 오른쪽 아래 모서리의 y 좌표. | + +**Returns:** +[RectangleF](../../com.aspose.drawing/rectanglef) - The new RectangleF that this method creates. +### inflate(RectangleF rect, float x, float y) {#inflate-com.aspose.drawing.RectangleF-float-float-} +``` +public static RectangleF inflate(RectangleF rect, float x, float y) +``` + + +지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체의 확대된 복사본을 생성하고 반환합니다. 복사본은 지정된 양만큼 확대됩니다. 원본 직사각형은 수정되지 않습니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [RectangleF](../../com.aspose.drawing/rectanglef) | 복사할 [RectangleF](../../com.aspose.drawing/rectanglef)입니다. 이 직사각형은 수정되지 않습니다. | +| x | float | 직사각형 복사본을 수평으로 확대할 양. | +| y | float | 직사각형 복사본을 수직으로 확장하는 양. | + +**Returns:** +[RectangleF](../../com.aspose.drawing/rectanglef) - The inflated [RectangleF](../../com.aspose.drawing/rectanglef). +### intersect(RectangleF a, RectangleF b) {#intersect-com.aspose.drawing.RectangleF-com.aspose.drawing.RectangleF-} +``` +public static RectangleF intersect(RectangleF a, RectangleF b) +``` + + +두 직사각형의 교차점을 나타내는 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체를 반환합니다. 교차점이 없으면 빈 [RectangleF](../../com.aspose.drawing/rectanglef)가 반환됩니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| a | [RectangleF](../../com.aspose.drawing/rectanglef) | 교차할 첫 번째 직사각형. | +| b | [RectangleF](../../com.aspose.drawing/rectanglef) | 교차할 두 번째 직사각형. | + +**Returns:** +[RectangleF](../../com.aspose.drawing/rectanglef) - A third [RectangleF](../../com.aspose.drawing/rectanglef) structure the size of which represents the overlapped area of the two specified rectangles. +### union(RectangleF a, RectangleF b) {#union-com.aspose.drawing.RectangleF-com.aspose.drawing.RectangleF-} +``` +public static RectangleF union(RectangleF a, RectangleF b) +``` + + +두 사각형을 합친 영역을 포함할 수 있는 가장 작은 세 번째 사각형을 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| a | [RectangleF](../../com.aspose.drawing/rectanglef) | 합집합에 사용할 첫 번째 직사각형. | +| b | [RectangleF](../../com.aspose.drawing/rectanglef) | 합집합에 사용할 두 번째 직사각형. | + +**Returns:** +[RectangleF](../../com.aspose.drawing/rectanglef) - A third [RectangleF](../../com.aspose.drawing/rectanglef) structure that contains both of the two rectangles that form the union. +### isEquals(RectangleF obj1, RectangleF obj2) {#isEquals-com.aspose.drawing.RectangleF-com.aspose.drawing.RectangleF-} +``` +public static boolean isEquals(RectangleF obj1, RectangleF obj2) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| obj1 | [RectangleF](../../com.aspose.drawing/rectanglef) | | +| obj2 | [RectangleF](../../com.aspose.drawing/rectanglef) | | + +**Returns:** +boolean +### getEmpty() {#getEmpty--} +``` +public static RectangleF getEmpty() +``` + + + + +**Returns:** +[RectangleF](../../com.aspose.drawing/rectanglef) +### isEmpty() {#isEmpty--} +``` +public final boolean isEmpty() +``` + + +이 [RectangleF](../../com.aspose.drawing/rectanglef)의 `RectangleF.Width` 또는 `RectangleF.Height` 속성이 0인지 여부를 나타내는 값을 가져옵니다. + +**Returns:** +boolean - 이 속성은 이 [RectangleF](../../com.aspose.drawing/rectanglef)의 `RectangleF.Width` 또는 `P:RectangleF.Height` 속성 값이 0이면 true를 반환하고, 그렇지 않으면 false를 반환합니다. +### getX() {#getX--} +``` +public final float getX() +``` + + +이 RectangleF 구조의 좌상단 모서리 x좌표를 가져옵니다. + +**Returns:** +float - 이 RectangleF 구조체의 왼쪽 위 모서리의 x 좌표. +### setX(float value) {#setX-float-} +``` +public final void setX(float value) +``` + + +이 RectangleF 구조의 좌상단 모서리 x좌표를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 RectangleF 구조체의 왼쪽 위 모서리의 x 좌표. | + +### getY() {#getY--} +``` +public final float getY() +``` + + +이 RectangleF 구조의 좌상단 모서리 x좌표를 가져옵니다. + +**Returns:** +float - 이 RectangleF 구조체의 왼쪽 위 모서리의 x 좌표. +### setY(float value) {#setY-float-} +``` +public final void setY(float value) +``` + + +이 RectangleF 구조의 좌상단 모서리 x좌표를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 RectangleF 구조체의 왼쪽 위 모서리의 x 좌표. | + +### getLocation() {#getLocation--} +``` +public final PointF getLocation() +``` + + +이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조의 좌상단 모서리 좌표를 가져옵니다. + +**Returns:** +[PointF](../../com.aspose.drawing/pointf) - A [PointF](../../com.aspose.drawing/pointf) that represents the upper-left corner of this [RectangleF](../../com.aspose.drawing/rectanglef) structure. +### setLocation(PointF value) {#setLocation-com.aspose.drawing.PointF-} +``` +public final void setLocation(PointF value) +``` + + +이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조의 왼쪽 위 모서리 좌표를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [PointF](../../com.aspose.drawing/pointf) | 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체의 왼쪽 위 모서리 좌표. | + +### getWidth() {#getWidth--} +``` +public final float getWidth() +``` + + +이 RectangleF 구조의 너비를 가져옵니다. + +**Returns:** +float - 이 RectangleF 구조체의 너비. +### setWidth(float value) {#setWidth-float-} +``` +public final void setWidth(float value) +``` + + +이 RectangleF 구조의 너비를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 RectangleF 구조체의 너비. | + +### getHeight() {#getHeight--} +``` +public final float getHeight() +``` + + +이 RectangleF 구조의 높이를 가져옵니다. + +**Returns:** +float - 이 RectangleF 구조체의 높이. +### setHeight(float value) {#setHeight-float-} +``` +public final void setHeight(float value) +``` + + +이 RectangleF 구조의 높이를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 RectangleF 구조체의 높이. | + +### getSize() {#getSize--} +``` +public final SizeF getSize() +``` + + +이 [RectangleF](../../com.aspose.drawing/rectanglef)의 크기를 가져옵니다. + +**Returns:** +[SizeF](../../com.aspose.drawing/sizef) - A [SizeF](../../com.aspose.drawing/sizef) that represents the width and height of this [RectangleF](../../com.aspose.drawing/rectanglef) structure. +### setSize(SizeF value) {#setSize-com.aspose.drawing.SizeF-} +``` +public final void setSize(SizeF value) +``` + + +이 [RectangleF](../../com.aspose.drawing/rectanglef)의 크기를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [SizeF](../../com.aspose.drawing/sizef) | 이 [RectangleF](../../com.aspose.drawing/rectanglef)의 크기. | + +### getLeft() {#getLeft--} +``` +public final float getLeft() +``` + + +이 RectangleF 구조의 왼쪽 가장자리 x 좌표를 가져옵니다. + +**Returns:** +float - 이 RectangleF 구조체의 왼쪽 가장자리 x 좌표. +### getTop() {#getTop--} +``` +public final float getTop() +``` + + +이 RectangleF 구조의 위쪽 가장자리 y 좌표를 가져옵니다. + +**Returns:** +float - 이 RectangleF 구조체의 위쪽 가장자리 y 좌표. +### getRight() {#getRight--} +``` +public final float getRight() +``` + + +이 RectangleF 구조의 X와 Width를 합한 x 좌표를 가져옵니다. + +**Returns:** +float - 이 RectangleF 구조체의 X와 Width를 합한 x 좌표. +### getBottom() {#getBottom--} +``` +public final float getBottom() +``` + + +이 RectangleF 구조의 Y와 Height를 합한 y 좌표를 가져옵니다. + +**Returns:** +float - 이 RectangleF 구조체의 Y와 Height를 합한 y 좌표. +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### inflate(float x, float y) {#inflate-float-float-} +``` +public final void inflate(float x, float y) +``` + + +지정된 양만큼 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조를 확장합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| x | float | 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체를 수평으로 확장하는 양. | +| y | float | 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체를 수직으로 확장하는 양. | + +### inflate(SizeF size) {#inflate-com.aspose.drawing.SizeF-} +``` +public final void inflate(SizeF size) +``` + + +지정된 양만큼 이 [RectangleF](../../com.aspose.drawing/rectanglef)를 확장합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| size | [SizeF](../../com.aspose.drawing/sizef) | 이 직사각형을 확장하는 양. | + +### intersect(RectangleF rect) {#intersect-com.aspose.drawing.RectangleF-} +``` +public final void intersect(RectangleF rect) +``` + + +이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조를 자체와 지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조의 교차 영역으로 교체합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [RectangleF](../../com.aspose.drawing/rectanglef) | 교차할 직사각형. | + +### intersectsWith(RectangleF rect) {#intersectsWith-com.aspose.drawing.RectangleF-} +``` +public final boolean intersectsWith(RectangleF rect) +``` + + +`rect`와 이 사각형이 교차하는지 확인합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [RectangleF](../../com.aspose.drawing/rectanglef) | 테스트할 직사각형. | + +**Returns:** +boolean - 교차점이 있으면 true를 반환하고, 그렇지 않으면 false를 반환합니다. +### offset(PointF pos) {#offset-com.aspose.drawing.PointF-} +``` +public final void offset(PointF pos) +``` + + +지정된 양만큼 이 사각형의 위치를 조정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pos | [PointF](../../com.aspose.drawing/pointf) | 위치를 오프셋하는 양. | + +### offset(float x, float y) {#offset-float-float-} +``` +public final void offset(float x, float y) +``` + + +지정된 양만큼 이 사각형의 위치를 조정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| x | float | 위치를 수평으로 오프셋하는 양. | +| y | float | 위치를 수직으로 오프셋하는 양. | + +### contains(float x, float y) {#contains-float-float-} +``` +public final boolean contains(float x, float y) +``` + + +지정된 점이 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조에 포함되는지 확인합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| x | float | 테스트할 점의 x좌표. | +| y | float | 테스트할 점의 y좌표. | + +**Returns:** +boolean - 이 메서드는 x와 y로 정의된 점이 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조에 포함되어 있으면 `true`를 반환하고, 그렇지 않으면 `false`를 반환합니다. +### contains(PointF pt) {#contains-com.aspose.drawing.PointF-} +``` +public final boolean contains(PointF pt) +``` + + +지정된 점이 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조에 포함되는지 확인합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pt | [PointF](../../com.aspose.drawing/pointf) | 테스트할 [PointF](../../com.aspose.drawing/pointf). | + +**Returns:** +boolean - 이 메서드는 pt 매개변수로 표현된 점이 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조에 포함되어 있으면 `true`를 반환하고, 그렇지 않으면 `false`를 반환합니다. +### contains(RectangleF rect) {#contains-com.aspose.drawing.RectangleF-} +``` +public final boolean contains(RectangleF rect) +``` + + +`rect`가 나타내는 사각형 영역이 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조에 완전히 포함되는지 확인합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [RectangleF](../../com.aspose.drawing/rectanglef) | 테스트할 [RectangleF](../../com.aspose.drawing/rectanglef). | + +**Returns:** +boolean - 이 메서드는 `rect`로 표현된 사각형 영역이 이 [RectangleF](../../com.aspose.drawing/rectanglef)로 표현된 사각형 영역에 완전히 포함되어 있으면 `true`를 반환하고, 그렇지 않으면 `false`를 반환합니다. +### equals(Object obj) {#equals-java.lang.Object-} +``` +public boolean equals(Object obj) +``` + + +지정된 Object가 이 인스턴스와 같은지 여부를 확인합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| obj | java.lang.Object | 이 인스턴스와 비교할 Object. | + +**Returns:** +boolean - 지정된 Object가 이 인스턴스와 동일하면 `true`, 그렇지 않으면 `false`. +### hashCode() {#hashCode--} +``` +public int hashCode() +``` + + +이 인스턴스에 대한 해시 코드를 반환합니다. + +**Returns:** +int - 이 인스턴스에 대한 해시 코드로, 해시 알고리즘 및 해시 테이블과 같은 데이터 구조에 사용하기에 적합합니다. +### equals(RectangleF other) {#equals-com.aspose.drawing.RectangleF-} +``` +public final boolean equals(RectangleF other) +``` + + +다른 [RectangleF](../../com.aspose.drawing/rectanglef) 구조가 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조와 동일한 위치와 크기를 가지고 있는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| other | [RectangleF](../../com.aspose.drawing/rectanglef) | 테스트할 다른 사각형 | + +**Returns:** +boolean - 이 메서드는 다른 [RectangleF](../../com.aspose.drawing/rectanglef) 구조와 그 X, Y, Width, Height 속성이 이 [RectangleF](../../com.aspose.drawing/rectanglef) 구조의 해당 속성과 동일하면 `true`를 반환하고, 그렇지 않으면 `false`를 반환합니다. +### CloneTo(RectangleF that) {#CloneTo-com.aspose.drawing.RectangleF-} +``` +public void CloneTo(RectangleF that) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| that | [RectangleF](../../com.aspose.drawing/rectanglef) | | + +### Clone() {#Clone--} +``` +public RectangleF Clone() +``` + + + + +**Returns:** +[RectangleF](../../com.aspose.drawing/rectanglef) +### clone() {#clone--} +``` +public Object clone() +``` + + + + +**Returns:** +java.lang.Object diff --git a/korean/java/com.aspose.drawing/region/_index.md b/korean/java/com.aspose.drawing/region/_index.md new file mode 100644 index 000000000..4582684ee --- /dev/null +++ b/korean/java/com.aspose.drawing/region/_index.md @@ -0,0 +1,824 @@ +--- +title: Region +second_title: Aspose.Drawing for Java API 참조 +description: 사각형 및 경로로 구성된 그래픽 도형의 내부를 설명합니다. +type: docs +weight: 40 +url: /ko/java/com.aspose.drawing/region/ +--- +**Inheritance:** +java.lang.Object + +**All Implemented Interfaces:** +com.aspose.ms.System.IDisposable +``` +public final class Region implements System.IDisposable +``` + +사각형과 경로로 구성된 그래픽 형태의 내부를 설명합니다. 이 클래스는 상속될 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [Region()](#Region--) | 새로운 [Region](../../com.aspose.drawing/region) 클래스 인스턴스를 초기화합니다. | +| [Region(RectangleF rect)](#Region-com.aspose.drawing.RectangleF-) | 지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조에서 새로운 [Region](../../com.aspose.drawing/region) 클래스 인스턴스를 초기화합니다. | +| [Region(Rectangle rect)](#Region-com.aspose.drawing.Rectangle-) | 지정된 [Rectangle](../../com.aspose.drawing/rectangle) 구조에서 새로운 [Region](../../com.aspose.drawing/region) 클래스 인스턴스를 초기화합니다. | +| [Region(GraphicsPath path)](#Region-com.aspose.drawing.drawing2d.GraphicsPath-) | 지정된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)와 함께 새로운 [Region](../../com.aspose.drawing/region) 클래스 인스턴스를 초기화합니다. | +| [Region(RegionData rgnData)](#Region-com.aspose.drawing.drawing2d.RegionData-) | 지정된 데이터에서 새로운 [Region](../../com.aspose.drawing/region) 클래스 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [dispose()](#dispose--) | 이 [Region](../../com.aspose.drawing/region)에서 사용된 모든 리소스를 해제합니다. | +| [equals(Region region, Graphics g)](#equals-com.aspose.drawing.Region-com.aspose.drawing.Graphics-) | 지정된 [Region](../../com.aspose.drawing/region)이 지정된 그리기 표면에서 이 [Region](../../com.aspose.drawing/region)과 동일한지 테스트합니다. | +| [deepClone()](#deepClone--) | 이 [Region](../../com.aspose.drawing/region)의 정확한 복사본을 생성합니다. | +| [makeInfinite()](#makeInfinite--) | 이 [Region](../../com.aspose.drawing/region) 객체를 무한 내부로 초기화합니다. | +| [makeEmpty()](#makeEmpty--) | 이 [Region](../../com.aspose.drawing/region)를 빈 내부로 초기화합니다. | +| [intersect(RectangleF rect)](#intersect-com.aspose.drawing.RectangleF-) | 이 [Region](../../com.aspose.drawing/region)를 지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조와의 교차 영역으로 업데이트합니다. | +| [intersect(Rectangle rect)](#intersect-com.aspose.drawing.Rectangle-) | 이 [Region](../../com.aspose.drawing/region)를 지정된 [Rectangle](../../com.aspose.drawing/rectangle) 구조와의 교차 영역으로 업데이트합니다. | +| [intersect(GraphicsPath path)](#intersect-com.aspose.drawing.drawing2d.GraphicsPath-) | 이 [Region](../../com.aspose.drawing/region)를 지정된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)와의 교차 영역으로 업데이트합니다. | +| [intersect(Region region)](#intersect-com.aspose.drawing.Region-) | 이 [Region](../../com.aspose.drawing/region)를 지정된 [Region](../../com.aspose.drawing/region)와의 교차 영역으로 업데이트합니다. | +| [union(RectangleF rect)](#union-com.aspose.drawing.RectangleF-) | 이 [Region](../../com.aspose.drawing/region)를 지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조와의 합집합으로 업데이트합니다. | +| [union(Rectangle rect)](#union-com.aspose.drawing.Rectangle-) | 이 [Region](../../com.aspose.drawing/region)를 지정된 [Rectangle](../../com.aspose.drawing/rectangle) 구조와의 합집합으로 업데이트합니다. | +| [union(GraphicsPath path)](#union-com.aspose.drawing.drawing2d.GraphicsPath-) | 이 [Region](../../com.aspose.drawing/region)를 지정된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)와의 합집합으로 업데이트합니다. | +| [union(Region region)](#union-com.aspose.drawing.Region-) | 이 [Region](../../com.aspose.drawing/region)를 지정된 [Region](../../com.aspose.drawing/region)와의 합집합으로 업데이트합니다. | +| [getRegionData()](#getRegionData--) | 이 [Region](../../com.aspose.drawing/region)를 설명하는 정보를 나타내는 [RegionData](../../com.aspose.drawing.drawing2d/regiondata)를 반환합니다. | +| [xor(RectangleF rect)](#xor-com.aspose.drawing.RectangleF-) | 이 [Region](../../com.aspose.drawing/region)를 지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조와의 교차 영역을 제외한 합집합으로 업데이트합니다. | +| [xor(Rectangle rect)](#xor-com.aspose.drawing.Rectangle-) | 이 [Region](../../com.aspose.drawing/region)를 지정된 [Rectangle](../../com.aspose.drawing/rectangle) 구조와의 교차 영역을 제외한 합집합으로 업데이트합니다. | +| [xor(GraphicsPath path)](#xor-com.aspose.drawing.drawing2d.GraphicsPath-) | 이 [Region](../../com.aspose.drawing/region)를 지정된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)와의 교차 영역을 제외한 합집합으로 업데이트합니다. | +| [xor(Region region)](#xor-com.aspose.drawing.Region-) | 이 [Region](../../com.aspose.drawing/region)를 지정된 [Region](../../com.aspose.drawing/region)와의 교차 영역을 제외한 합집합으로 업데이트합니다. | +| [exclude(RectangleF rect)](#exclude-com.aspose.drawing.RectangleF-) | 이 [Region](../../com.aspose.drawing/region)의 내부 중 지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조와 교차하지 않는 부분만 포함하도록 업데이트합니다. | +| [exclude(Rectangle rect)](#exclude-com.aspose.drawing.Rectangle-) | 이 [Region](../../com.aspose.drawing/region)의 내부 중 지정된 [Rectangle](../../com.aspose.drawing/rectangle) 구조와 교차하지 않는 부분만 포함하도록 업데이트합니다. | +| [exclude(GraphicsPath path)](#exclude-com.aspose.drawing.drawing2d.GraphicsPath-) | 이 [Region](../../com.aspose.drawing/region)의 내부 중 지정된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)와 교차하지 않는 부분만 포함하도록 업데이트합니다. | +| [exclude(Region region)](#exclude-com.aspose.drawing.Region-) | 이 [Region](../../com.aspose.drawing/region)의 내부 중 지정된 [Region](../../com.aspose.drawing/region)와 교차하지 않는 부분만 포함하도록 업데이트합니다. | +| [complement(RectangleF rect)](#complement-com.aspose.drawing.RectangleF-) | 지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조 중 이 [Region](../../com.aspose.drawing/region)와 교차하지 않는 부분을 포함하도록 이 [Region](../../com.aspose.drawing/region)를 업데이트합니다. | +| [complement(Rectangle rect)](#complement-com.aspose.drawing.Rectangle-) | 지정된 [Rectangle](../../com.aspose.drawing/rectangle) 구조 중 이 [Region](../../com.aspose.drawing/region)와 교차하지 않는 부분을 포함하도록 이 [Region](../../com.aspose.drawing/region)를 업데이트합니다. | +| [complement(GraphicsPath path)](#complement-com.aspose.drawing.drawing2d.GraphicsPath-) | 지정된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 중 이 [Region](../../com.aspose.drawing/region)와 교차하지 않는 부분을 포함하도록 이 [Region](../../com.aspose.drawing/region)를 업데이트합니다. | +| [complement(Region region)](#complement-com.aspose.drawing.Region-) | 이 [Region](../../com.aspose.drawing/region)을 업데이트하여 지정된 [Region](../../com.aspose.drawing/region) 중 이 [Region](../../com.aspose.drawing/region)과 교차하지 않는 부분을 포함합니다. | +| [translate(float dx, float dy)](#translate-float-float-) | 지정된 양만큼 이 [Region](../../com.aspose.drawing/region)의 좌표를 오프셋합니다. | +| [translate(int dx, int dy)](#translate-int-int-) | 지정된 양만큼 이 [Region](../../com.aspose.drawing/region)의 좌표를 오프셋합니다. | +| [transform(Matrix matrix)](#transform-com.aspose.drawing.drawing2d.Matrix-) | 지정된 [Matrix](../../com.aspose.drawing.drawing2d/matrix)로 이 [Region](../../com.aspose.drawing/region)을 변환합니다. | +| [getBounds(Graphics g)](#getBounds-com.aspose.drawing.Graphics-) | 그림 표면의 [Graphics](../../com.aspose.drawing/graphics) 객체에서 이 [Region](../../com.aspose.drawing/region)을 둘러싸는 사각형을 나타내는 [RectangleF](../../com.aspose.drawing/rectanglef) 구조를 가져옵니다. | +| [getRegionScans(Matrix matrix)](#getRegionScans-com.aspose.drawing.drawing2d.Matrix-) | 지정된 행렬 변환이 적용된 후 이 [Region](../../com.aspose.drawing/region)을 근사하는 [RectangleF](../../com.aspose.drawing/rectanglef) 구조 배열을 반환합니다. | +| [isEmpty(Graphics g)](#isEmpty-com.aspose.drawing.Graphics-) | 지정된 그림 표면에서 이 [Region](../../com.aspose.drawing/region)의 내부가 비어 있는지 테스트합니다. | +| [isInfinite(Graphics g)](#isInfinite-com.aspose.drawing.Graphics-) | 지정된 그림 표면에서 이 [Region](../../com.aspose.drawing/region)의 내부가 무한한지 테스트합니다. | +| [isVisible(float x, float y)](#isVisible-float-float-) | 지정된 점이 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. | +| [isVisible(PointF point)](#isVisible-com.aspose.drawing.PointF-) | 지정된 [PointF](../../com.aspose.drawing/pointf) 구조가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. | +| [isVisible(float x, float y, Graphics g)](#isVisible-float-float-com.aspose.drawing.Graphics-) | 지정된 [Graphics](../../com.aspose.drawing/graphics)를 사용하여 그릴 때 지정된 점이 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. | +| [isVisible(PointF point, Graphics g)](#isVisible-com.aspose.drawing.PointF-com.aspose.drawing.Graphics-) | 지정된 [Graphics](../../com.aspose.drawing/graphics)를 사용하여 그릴 때 지정된 [PointF](../../com.aspose.drawing/pointf) 구조가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. | +| [isVisible(float x, float y, float width, float height)](#isVisible-float-float-float-float-) | 지정된 사각형의 일부가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. | +| [isVisible(RectangleF rect)](#isVisible-com.aspose.drawing.RectangleF-) | 지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조의 일부가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. | +| [isVisible(float x, float y, float width, float height, Graphics g)](#isVisible-float-float-float-float-com.aspose.drawing.Graphics-) | 지정된 [Graphics](../../com.aspose.drawing/graphics)를 사용하여 그릴 때 지정된 사각형의 일부가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. | +| [isVisible(RectangleF rect, Graphics g)](#isVisible-com.aspose.drawing.RectangleF-com.aspose.drawing.Graphics-) | 지정된 [Graphics](../../com.aspose.drawing/graphics)를 사용하여 그릴 때 지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조의 일부가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. | +| [isVisible(int x, int y, Graphics g)](#isVisible-int-int-com.aspose.drawing.Graphics-) | 지정된 [Graphics](../../com.aspose.drawing/graphics) 객체를 사용하여 그릴 때 지정된 점이 이 [Region](../../com.aspose.drawing/region) 객체 내부에 포함되는지 테스트합니다. | +| [isVisible(Point point)](#isVisible-com.aspose.drawing.Point-) | 지정된 [Point](../../com.aspose.drawing/point) 구조가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. | +| [isVisible(Point point, Graphics g)](#isVisible-com.aspose.drawing.Point-com.aspose.drawing.Graphics-) | 지정된 [Graphics](../../com.aspose.drawing/graphics)를 사용하여 그릴 때 지정된 [Point](../../com.aspose.drawing/point) 구조가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. | +| [isVisible(int x, int y, int width, int height)](#isVisible-int-int-int-int-) | 지정된 사각형의 일부가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. | +| [isVisible(Rectangle rect)](#isVisible-com.aspose.drawing.Rectangle-) | 지정된 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 일부가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. | +| [isVisible(int x, int y, int width, int height, Graphics g)](#isVisible-int-int-int-int-com.aspose.drawing.Graphics-) | 지정된 [Graphics](../../com.aspose.drawing/graphics)를 사용하여 그릴 때 지정된 사각형의 일부가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. | +| [isVisible(Rectangle rect, Graphics g)](#isVisible-com.aspose.drawing.Rectangle-com.aspose.drawing.Graphics-) | 지정된 [Graphics](../../com.aspose.drawing/graphics)를 사용하여 그릴 때 지정된 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 일부가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. | +### Region() {#Region--} +``` +public Region() +``` + + +새로운 [Region](../../com.aspose.drawing/region) 클래스 인스턴스를 초기화합니다. + +### Region(RectangleF rect) {#Region-com.aspose.drawing.RectangleF-} +``` +public Region(RectangleF rect) +``` + + +지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조에서 새로운 [Region](../../com.aspose.drawing/region) 클래스 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [RectangleF](../../com.aspose.drawing/rectanglef) | 새 [Region](../../com.aspose.drawing/region)의 내부를 정의하는 [RectangleF](../../com.aspose.drawing/rectanglef) 구조입니다. | + +### Region(Rectangle rect) {#Region-com.aspose.drawing.Rectangle-} +``` +public Region(Rectangle rect) +``` + + +지정된 [Rectangle](../../com.aspose.drawing/rectangle) 구조에서 새로운 [Region](../../com.aspose.drawing/region) 클래스 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [Rectangle](../../com.aspose.drawing/rectangle) | 새 [Region](../../com.aspose.drawing/region)의 내부를 정의하는 [Rectangle](../../com.aspose.drawing/rectangle) 구조입니다. | + +### Region(GraphicsPath path) {#Region-com.aspose.drawing.drawing2d.GraphicsPath-} +``` +public Region(GraphicsPath path) +``` + + +지정된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)와 함께 새로운 [Region](../../com.aspose.drawing/region) 클래스 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| path | [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) | 새 [Region](../../com.aspose.drawing/region)을 정의하는 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)입니다. | + +### Region(RegionData rgnData) {#Region-com.aspose.drawing.drawing2d.RegionData-} +``` +public Region(RegionData rgnData) +``` + + +지정된 데이터에서 새로운 [Region](../../com.aspose.drawing/region) 클래스 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rgnData | [RegionData](../../com.aspose.drawing.drawing2d/regiondata) | 새 [Region](../../com.aspose.drawing/region)의 내부를 정의하는 [RegionData](../../com.aspose.drawing.drawing2d/regiondata)입니다. | + +### dispose() {#dispose--} +``` +public void dispose() +``` + + +이 [Region](../../com.aspose.drawing/region)에서 사용된 모든 리소스를 해제합니다. + +### equals(Region region, Graphics g) {#equals-com.aspose.drawing.Region-com.aspose.drawing.Graphics-} +``` +public boolean equals(Region region, Graphics g) +``` + + +지정된 [Region](../../com.aspose.drawing/region)이 지정된 그리기 표면에서 이 [Region](../../com.aspose.drawing/region)과 동일한지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| region | [Region](../../com.aspose.drawing/region) | 테스트할 [Region](../../com.aspose.drawing/region)입니다. | +| g | [Graphics](../../com.aspose.drawing/graphics) | 그리기 표면을 나타내는 [Graphics](../../com.aspose.drawing/graphics). | + +**Returns:** +boolean - `g` 매개변수와 연관된 변환이 적용될 때 영역 내부가 이 영역 내부와 동일하면 true; 그렇지 않으면 false. +### deepClone() {#deepClone--} +``` +public Region deepClone() +``` + + +이 [Region](../../com.aspose.drawing/region)의 정확한 복사본을 생성합니다. + +**Returns:** +[Region](../../com.aspose.drawing/region) - The [Region](../../com.aspose.drawing/region) that this method creates. +### makeInfinite() {#makeInfinite--} +``` +public void makeInfinite() +``` + + +이 [Region](../../com.aspose.drawing/region) 객체를 무한 내부로 초기화합니다. + +### makeEmpty() {#makeEmpty--} +``` +public void makeEmpty() +``` + + +이 [Region](../../com.aspose.drawing/region)를 빈 내부로 초기화합니다. + +### intersect(RectangleF rect) {#intersect-com.aspose.drawing.RectangleF-} +``` +public void intersect(RectangleF rect) +``` + + +이 [Region](../../com.aspose.drawing/region)를 지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조와의 교차 영역으로 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [RectangleF](../../com.aspose.drawing/rectanglef) | 이 [Region](../../com.aspose.drawing/region)와 교차할 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체. | + +### intersect(Rectangle rect) {#intersect-com.aspose.drawing.Rectangle-} +``` +public void intersect(Rectangle rect) +``` + + +이 [Region](../../com.aspose.drawing/region)를 지정된 [Rectangle](../../com.aspose.drawing/rectangle) 구조와의 교차 영역으로 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [Rectangle](../../com.aspose.drawing/rectangle) | 이 [Region](../../com.aspose.drawing/region)와 교차할 [Rectangle](../../com.aspose.drawing/rectangle) 구조체. | + +### intersect(GraphicsPath path) {#intersect-com.aspose.drawing.drawing2d.GraphicsPath-} +``` +public void intersect(GraphicsPath path) +``` + + +이 [Region](../../com.aspose.drawing/region)를 지정된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)와의 교차 영역으로 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| path | [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) | 이 [Region](../../com.aspose.drawing/region)와 교차할 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 객체. | + +### intersect(Region region) {#intersect-com.aspose.drawing.Region-} +``` +public void intersect(Region region) +``` + + +이 [Region](../../com.aspose.drawing/region)를 지정된 [Region](../../com.aspose.drawing/region)와의 교차 영역으로 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| region | [Region](../../com.aspose.drawing/region) | 이 [Region](../../com.aspose.drawing/region)와 교차할 [Region](../../com.aspose.drawing/region) 객체. | + +### union(RectangleF rect) {#union-com.aspose.drawing.RectangleF-} +``` +public void union(RectangleF rect) +``` + + +이 [Region](../../com.aspose.drawing/region)를 지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조와의 합집합으로 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| | rect | [RectangleF](../../com.aspose.drawing/rectanglef) | 이 [Region](../../com.aspose.drawing/region)와 합칠 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체. | + +-------------------- + +Union은 무한 영역을 무한하게 유지합니다. | + +### union(Rectangle rect) {#union-com.aspose.drawing.Rectangle-} +``` +public void union(Rectangle rect) +``` + + +이 [Region](../../com.aspose.drawing/region)를 지정된 [Rectangle](../../com.aspose.drawing/rectangle) 구조와의 합집합으로 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| | rect | [Rectangle](../../com.aspose.drawing/rectangle) | 이 [Region](../../com.aspose.drawing/region)와 합칠 [Rectangle](../../com.aspose.drawing/rectangle) 구조체. | + +-------------------- + +Union은 무한 영역을 무한하게 유지합니다. | + +### union(GraphicsPath path) {#union-com.aspose.drawing.drawing2d.GraphicsPath-} +``` +public void union(GraphicsPath path) +``` + + +이 [Region](../../com.aspose.drawing/region)를 지정된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)와의 합집합으로 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| | path | [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) | 이 [Region](../../com.aspose.drawing/region)와 합칠 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 객체. | + +-------------------- + +Union은 무한 영역을 무한하게 유지합니다. | + +### union(Region region) {#union-com.aspose.drawing.Region-} +``` +public void union(Region region) +``` + + +이 [Region](../../com.aspose.drawing/region)를 지정된 [Region](../../com.aspose.drawing/region)와의 합집합으로 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| | region | [Region](../../com.aspose.drawing/region) | 이 [Region](../../com.aspose.drawing/region)와 합칠 [Region](../../com.aspose.drawing/region) 객체. | + +-------------------- + +Union은 무한 영역을 무한하게 유지합니다. | + +### getRegionData() {#getRegionData--} +``` +public RegionData getRegionData() +``` + + +이 [Region](../../com.aspose.drawing/region)를 설명하는 정보를 나타내는 [RegionData](../../com.aspose.drawing.drawing2d/regiondata)를 반환합니다. + +**Returns:** +[RegionData](../../com.aspose.drawing.drawing2d/regiondata) - A [RegionData](../../com.aspose.drawing.drawing2d/regiondata) that represents the information that describes this [Region](../../com.aspose.drawing/region). +### xor(RectangleF rect) {#xor-com.aspose.drawing.RectangleF-} +``` +public void xor(RectangleF rect) +``` + + +이 [Region](../../com.aspose.drawing/region)를 지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조와의 교차 영역을 제외한 합집합으로 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [RectangleF](../../com.aspose.drawing/rectanglef) | 이 [Region](../../com.aspose.drawing/region)와 `M:Region.Xor(Drawing2D.GraphicsPath)` 연산을 수행할 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체. | + +### xor(Rectangle rect) {#xor-com.aspose.drawing.Rectangle-} +``` +public void xor(Rectangle rect) +``` + + +이 [Region](../../com.aspose.drawing/region)를 지정된 [Rectangle](../../com.aspose.drawing/rectangle) 구조와의 교차 영역을 제외한 합집합으로 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [Rectangle](../../com.aspose.drawing/rectangle) | 이 [Region](../../com.aspose.drawing/region)와 `M:Region.Xor(Rectangle)` 연산을 수행할 [Rectangle](../../com.aspose.drawing/rectangle) 구조체. | + +### xor(GraphicsPath path) {#xor-com.aspose.drawing.drawing2d.GraphicsPath-} +``` +public void xor(GraphicsPath path) +``` + + +이 [Region](../../com.aspose.drawing/region)를 지정된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)와의 교차 영역을 제외한 합집합으로 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| path | [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) | 이 [Region](../../com.aspose.drawing/region)와 `M:Region.Xor(GraphicsPath)` 연산을 수행할 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 객체. | + +### xor(Region region) {#xor-com.aspose.drawing.Region-} +``` +public void xor(Region region) +``` + + +이 [Region](../../com.aspose.drawing/region)를 지정된 [Region](../../com.aspose.drawing/region)와의 교차 영역을 제외한 합집합으로 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| region | [Region](../../com.aspose.drawing/region) | 이 [Region](../../com.aspose.drawing/region)와 `M:Region.Xor(Region)` 연산을 수행할 [Region](../../com.aspose.drawing/region) 객체. | + +### exclude(RectangleF rect) {#exclude-com.aspose.drawing.RectangleF-} +``` +public void exclude(RectangleF rect) +``` + + +이 [Region](../../com.aspose.drawing/region)의 내부 중 지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조와 교차하지 않는 부분만 포함하도록 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [RectangleF](../../com.aspose.drawing/rectanglef) | 이 [Region](../../com.aspose.drawing/region)에서 제외할 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체. | + +### exclude(Rectangle rect) {#exclude-com.aspose.drawing.Rectangle-} +``` +public void exclude(Rectangle rect) +``` + + +이 [Region](../../com.aspose.drawing/region)의 내부 중 지정된 [Rectangle](../../com.aspose.drawing/rectangle) 구조와 교차하지 않는 부분만 포함하도록 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [Rectangle](../../com.aspose.drawing/rectangle) | 이 [Region](../../com.aspose.drawing/region)에서 제외할 [Rectangle](../../com.aspose.drawing/rectangle) 구조체. | + +### exclude(GraphicsPath path) {#exclude-com.aspose.drawing.drawing2d.GraphicsPath-} +``` +public void exclude(GraphicsPath path) +``` + + +이 [Region](../../com.aspose.drawing/region)의 내부 중 지정된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath)와 교차하지 않는 부분만 포함하도록 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| path | [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) | 이 [Region](../../com.aspose.drawing/region)에서 제외할 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 객체. | + +### exclude(Region region) {#exclude-com.aspose.drawing.Region-} +``` +public void exclude(Region region) +``` + + +이 [Region](../../com.aspose.drawing/region)의 내부 중 지정된 [Region](../../com.aspose.drawing/region)와 교차하지 않는 부분만 포함하도록 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| region | [Region](../../com.aspose.drawing/region) | 이 [Region](../../com.aspose.drawing/region)에서 제외할 [Region](../../com.aspose.drawing/region) 객체. | + +### complement(RectangleF rect) {#complement-com.aspose.drawing.RectangleF-} +``` +public void complement(RectangleF rect) +``` + + +지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조 중 이 [Region](../../com.aspose.drawing/region)와 교차하지 않는 부분을 포함하도록 이 [Region](../../com.aspose.drawing/region)를 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [RectangleF](../../com.aspose.drawing/rectanglef) | 이 [Region](../../com.aspose.drawing/region)를 보완할 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체. | + +### complement(Rectangle rect) {#complement-com.aspose.drawing.Rectangle-} +``` +public void complement(Rectangle rect) +``` + + +지정된 [Rectangle](../../com.aspose.drawing/rectangle) 구조 중 이 [Region](../../com.aspose.drawing/region)와 교차하지 않는 부분을 포함하도록 이 [Region](../../com.aspose.drawing/region)를 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [Rectangle](../../com.aspose.drawing/rectangle) | 이 [Region](../../com.aspose.drawing/region)를 보완할 [Rectangle](../../com.aspose.drawing/rectangle) 구조체. | + +### complement(GraphicsPath path) {#complement-com.aspose.drawing.drawing2d.GraphicsPath-} +``` +public void complement(GraphicsPath path) +``` + + +지정된 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 중 이 [Region](../../com.aspose.drawing/region)와 교차하지 않는 부분을 포함하도록 이 [Region](../../com.aspose.drawing/region)를 업데이트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| path | [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) | 이 [Region](../../com.aspose.drawing/region)를 보완할 [GraphicsPath](../../com.aspose.drawing.drawing2d/graphicspath) 객체. | + +### complement(Region region) {#complement-com.aspose.drawing.Region-} +``` +public void complement(Region region) +``` + + +이 [Region](../../com.aspose.drawing/region)을 업데이트하여 지정된 [Region](../../com.aspose.drawing/region) 중 이 [Region](../../com.aspose.drawing/region)과 교차하지 않는 부분을 포함합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| region | [Region](../../com.aspose.drawing/region) | 이 [Region](../../com.aspose.drawing/region) 객체를 보완할 [Region](../../com.aspose.drawing/region) 객체. | + +### translate(float dx, float dy) {#translate-float-float-} +``` +public void translate(float dx, float dy) +``` + + +지정된 양만큼 이 [Region](../../com.aspose.drawing/region)의 좌표를 오프셋합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| dx | float | 이 [Region](../../com.aspose.drawing/region)를 수평으로 오프셋하는 양. | +| dy | float | 이 [Region](../../com.aspose.drawing/region)를 수직으로 오프셋하는 양. | + +### translate(int dx, int dy) {#translate-int-int-} +``` +public void translate(int dx, int dy) +``` + + +지정된 양만큼 이 [Region](../../com.aspose.drawing/region)의 좌표를 오프셋합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| dx | int | 이 [Region](../../com.aspose.drawing/region)을 수평으로 오프셋할 양 | +| dy | int | 이 [Region](../../com.aspose.drawing/region)를 수직으로 오프셋하는 양. | + +### transform(Matrix matrix) {#transform-com.aspose.drawing.drawing2d.Matrix-} +``` +public void transform(Matrix matrix) +``` + + +지정된 [Matrix](../../com.aspose.drawing.drawing2d/matrix)로 이 [Region](../../com.aspose.drawing/region)을 변환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| matrix | [Matrix](../../com.aspose.drawing.drawing2d/matrix) | 이 [Region](../../com.aspose.drawing/region)를 변환하는 데 사용할 [Matrix](../../com.aspose.drawing.drawing2d/matrix). | + +### getBounds(Graphics g) {#getBounds-com.aspose.drawing.Graphics-} +``` +public RectangleF getBounds(Graphics g) +``` + + +그림 표면의 [Graphics](../../com.aspose.drawing/graphics) 객체에서 이 [Region](../../com.aspose.drawing/region)을 둘러싸는 사각형을 나타내는 [RectangleF](../../com.aspose.drawing/rectanglef) 구조를 가져옵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| g | [Graphics](../../com.aspose.drawing/graphics) | 이 [Region](../../com.aspose.drawing/region)가 그려지는 [Graphics](../../com.aspose.drawing/graphics). | + +**Returns:** +[RectangleF](../../com.aspose.drawing/rectanglef) - A [RectangleF](../../com.aspose.drawing/rectanglef) structure that represents the bounding rectangle for this [Region](../../com.aspose.drawing/region) on the specified drawing surface. +### getRegionScans(Matrix matrix) {#getRegionScans-com.aspose.drawing.drawing2d.Matrix-} +``` +public RectangleF[] getRegionScans(Matrix matrix) +``` + + +지정된 행렬 변환이 적용된 후 이 [Region](../../com.aspose.drawing/region)을 근사하는 [RectangleF](../../com.aspose.drawing/rectanglef) 구조 배열을 반환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| matrix | [Matrix](../../com.aspose.drawing.drawing2d/matrix) | 영역에 적용할 기하학적 변환을 나타내는 [Matrix](../../com.aspose.drawing.drawing2d/matrix). | + +**Returns:** +com.aspose.drawing.RectangleF[] - 지정된 매트릭스 변환이 적용된 후 이 [Region](../../com.aspose.drawing/region)를 근사하는 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체 배열. +### isEmpty(Graphics g) {#isEmpty-com.aspose.drawing.Graphics-} +``` +public boolean isEmpty(Graphics g) +``` + + +지정된 그림 표면에서 이 [Region](../../com.aspose.drawing/region)의 내부가 비어 있는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| g | [Graphics](../../com.aspose.drawing/graphics) | 그리기 표면을 나타내는 [Graphics](../../com.aspose.drawing/graphics). | + +**Returns:** +boolean - `g`와 연관된 변환이 적용될 때 이 [Region](../../com.aspose.drawing/region)의 내부가 비어 있으면 true; 그렇지 않으면 false. +### isInfinite(Graphics g) {#isInfinite-com.aspose.drawing.Graphics-} +``` +public boolean isInfinite(Graphics g) +``` + + +지정된 그림 표면에서 이 [Region](../../com.aspose.drawing/region)의 내부가 무한한지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| g | [Graphics](../../com.aspose.drawing/graphics) | 그리기 표면을 나타내는 [Graphics](../../com.aspose.drawing/graphics). | + +**Returns:** +boolean - `g`와 연관된 변환이 적용될 때 이 [Region](../../com.aspose.drawing/region)의 내부가 무한하면 true; 그렇지 않으면 false. +### isVisible(float x, float y) {#isVisible-float-float-} +``` +public boolean isVisible(float x, float y) +``` + + +지정된 점이 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| x | float | 테스트할 점의 x 좌표입니다. | +| y | float | 테스트할 점의 y좌표. | + +**Returns:** +boolean - 지정된 점이 이 [Region](../../com.aspose.drawing/region)에 포함되면 true; 그렇지 않으면 false. +### isVisible(PointF point) {#isVisible-com.aspose.drawing.PointF-} +``` +public boolean isVisible(PointF point) +``` + + +지정된 [PointF](../../com.aspose.drawing/pointf) 구조가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| point | [PointF](../../com.aspose.drawing/pointf) | 테스트할 [PointF](../../com.aspose.drawing/pointf) 구조체. | + +**Returns:** +boolean - `point`가 이 [Region](../../com.aspose.drawing/region)에 포함되면 true; 그렇지 않으면 false. +### isVisible(float x, float y, Graphics g) {#isVisible-float-float-com.aspose.drawing.Graphics-} +``` +public boolean isVisible(float x, float y, Graphics g) +``` + + +지정된 [Graphics](../../com.aspose.drawing/graphics)를 사용하여 그릴 때 지정된 점이 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| x | float | 테스트할 점의 x 좌표입니다. | +| y | float | 테스트할 점의 y좌표. | +| g | [Graphics](../../com.aspose.drawing/graphics) | [Graphics](../../com.aspose.drawing/graphics) 은 그래픽 컨텍스트를 나타냅니다. | + +**Returns:** +boolean - 지정된 점이 이 [Region](../../com.aspose.drawing/region)에 포함되면 true; 그렇지 않으면 false. +### isVisible(PointF point, Graphics g) {#isVisible-com.aspose.drawing.PointF-com.aspose.drawing.Graphics-} +``` +public boolean isVisible(PointF point, Graphics g) +``` + + +지정된 [Graphics](../../com.aspose.drawing/graphics)를 사용하여 그릴 때 지정된 [PointF](../../com.aspose.drawing/pointf) 구조가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| point | [PointF](../../com.aspose.drawing/pointf) | 테스트할 [PointF](../../com.aspose.drawing/pointf) 구조체. | +| g | [Graphics](../../com.aspose.drawing/graphics) | [Graphics](../../com.aspose.drawing/graphics) 은 그래픽 컨텍스트를 나타냅니다. | + +**Returns:** +boolean - `point`가 이 [Region](../../com.aspose.drawing/region)에 포함되면 true; 그렇지 않으면 false. +### isVisible(float x, float y, float width, float height) {#isVisible-float-float-float-float-} +``` +public boolean isVisible(float x, float y, float width, float height) +``` + + +지정된 사각형의 일부가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| x | float | 테스트할 사각형의 왼쪽 위 모서리 x 좌표. | +| y | float | 테스트할 사각형의 왼쪽 위 모서리 y 좌표. | +| 너비 | float | 테스트할 사각형의 너비. | +| 높이 | float | 테스트할 사각형의 높이. | + +**Returns:** +boolean - 지정된 사각형의 일부라도 이 [Region](../../com.aspose.drawing/region) 객체에 포함되면 true; 그렇지 않으면 false. +### isVisible(RectangleF rect) {#isVisible-com.aspose.drawing.RectangleF-} +``` +public boolean isVisible(RectangleF rect) +``` + + +지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조의 일부가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [RectangleF](../../com.aspose.drawing/rectanglef) | 테스트할 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체. | + +**Returns:** +boolean - `rect`의 일부라도 이 [Region](../../com.aspose.drawing/region)에 포함되면 true; 그렇지 않으면 false. +### isVisible(float x, float y, float width, float height, Graphics g) {#isVisible-float-float-float-float-com.aspose.drawing.Graphics-} +``` +public boolean isVisible(float x, float y, float width, float height, Graphics g) +``` + + +지정된 [Graphics](../../com.aspose.drawing/graphics)를 사용하여 그릴 때 지정된 사각형의 일부가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| x | float | 테스트할 사각형의 왼쪽 위 모서리 x 좌표. | +| y | float | 테스트할 사각형의 왼쪽 위 모서리 y 좌표. | +| 너비 | float | 테스트할 사각형의 너비. | +| 높이 | float | 테스트할 사각형의 높이. | +| g | [Graphics](../../com.aspose.drawing/graphics) | [Graphics](../../com.aspose.drawing/graphics) 은 그래픽 컨텍스트를 나타냅니다. | + +**Returns:** +boolean - 지정된 사각형의 일부라도 이 [Region](../../com.aspose.drawing/region)에 포함되면 true; 그렇지 않으면 false. +### isVisible(RectangleF rect, Graphics g) {#isVisible-com.aspose.drawing.RectangleF-com.aspose.drawing.Graphics-} +``` +public boolean isVisible(RectangleF rect, Graphics g) +``` + + +지정된 [Graphics](../../com.aspose.drawing/graphics)를 사용하여 그릴 때 지정된 [RectangleF](../../com.aspose.drawing/rectanglef) 구조의 일부가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [RectangleF](../../com.aspose.drawing/rectanglef) | 테스트할 [RectangleF](../../com.aspose.drawing/rectanglef) 구조체. | +| g | [Graphics](../../com.aspose.drawing/graphics) | [Graphics](../../com.aspose.drawing/graphics) 은 그래픽 컨텍스트를 나타냅니다. | + +**Returns:** +boolean - `rect`가 이 [Region](../../com.aspose.drawing/region)에 포함되면 true; 그렇지 않으면 false. +### isVisible(int x, int y, Graphics g) {#isVisible-int-int-com.aspose.drawing.Graphics-} +``` +public boolean isVisible(int x, int y, Graphics g) +``` + + +지정된 [Graphics](../../com.aspose.drawing/graphics) 객체를 사용하여 그릴 때 지정된 점이 이 [Region](../../com.aspose.drawing/region) 객체 내부에 포함되는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| x | int | 테스트할 점의 x 좌표입니다. | +| y | int | 테스트할 점의 y좌표. | +| g | [Graphics](../../com.aspose.drawing/graphics) | [Graphics](../../com.aspose.drawing/graphics) 은 그래픽 컨텍스트를 나타냅니다. | + +**Returns:** +boolean - 지정된 점이 이 [Region](../../com.aspose.drawing/region)에 포함되면 true; 그렇지 않으면 false. +### isVisible(Point point) {#isVisible-com.aspose.drawing.Point-} +``` +public boolean isVisible(Point point) +``` + + +지정된 [Point](../../com.aspose.drawing/point) 구조가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| point | [Point](../../com.aspose.drawing/point) | 테스트할 [Point](../../com.aspose.drawing/point) 구조체. | + +**Returns:** +boolean - `point`가 이 [Region](../../com.aspose.drawing/region)에 포함되면 true; 그렇지 않으면 false. +### isVisible(Point point, Graphics g) {#isVisible-com.aspose.drawing.Point-com.aspose.drawing.Graphics-} +``` +public boolean isVisible(Point point, Graphics g) +``` + + +지정된 [Graphics](../../com.aspose.drawing/graphics)를 사용하여 그릴 때 지정된 [Point](../../com.aspose.drawing/point) 구조가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| point | [Point](../../com.aspose.drawing/point) | 테스트할 [Point](../../com.aspose.drawing/point) 구조체. | +| g | [Graphics](../../com.aspose.drawing/graphics) | [Graphics](../../com.aspose.drawing/graphics) 은 그래픽 컨텍스트를 나타냅니다. | + +**Returns:** +boolean - `point`가 이 [Region](../../com.aspose.drawing/region)에 포함되면 true; 그렇지 않으면 false. +### isVisible(int x, int y, int width, int height) {#isVisible-int-int-int-int-} +``` +public boolean isVisible(int x, int y, int width, int height) +``` + + +지정된 사각형의 일부가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| x | int | 테스트할 사각형의 왼쪽 위 모서리 x 좌표. | +| y | int | 테스트할 사각형의 왼쪽 위 모서리 y 좌표. | +| 너비 | int | 테스트할 사각형의 너비. | +| 높이 | int | 테스트할 사각형의 높이. | + +**Returns:** +boolean - 지정된 사각형의 일부라도 이 [Region](../../com.aspose.drawing/region)에 포함되면 true; 그렇지 않으면 false. +### isVisible(Rectangle rect) {#isVisible-com.aspose.drawing.Rectangle-} +``` +public boolean isVisible(Rectangle rect) +``` + + +지정된 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 일부가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [Rectangle](../../com.aspose.drawing/rectangle) | 테스트할 [Rectangle](../../com.aspose.drawing/rectangle) 구조체. | + +**Returns:** +boolean - 이 메서드는 `rect`의 일부라도 이 [Region](../../com.aspose.drawing/region)에 포함되면 true를 반환하고, 그렇지 않으면 false를 반환합니다. +### isVisible(int x, int y, int width, int height, Graphics g) {#isVisible-int-int-int-int-com.aspose.drawing.Graphics-} +``` +public boolean isVisible(int x, int y, int width, int height, Graphics g) +``` + + +지정된 [Graphics](../../com.aspose.drawing/graphics)를 사용하여 그릴 때 지정된 사각형의 일부가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| x | int | 테스트할 사각형의 왼쪽 위 모서리 x 좌표. | +| y | int | 테스트할 사각형의 왼쪽 위 모서리 y 좌표. | +| 너비 | int | 테스트할 사각형의 너비. | +| 높이 | int | 테스트할 사각형의 높이. | +| g | [Graphics](../../com.aspose.drawing/graphics) | [Graphics](../../com.aspose.drawing/graphics) 은 그래픽 컨텍스트를 나타냅니다. | + +**Returns:** +boolean - 지정된 사각형의 일부라도 이 [Region](../../com.aspose.drawing/region)에 포함되면 true; 그렇지 않으면 false. +### isVisible(Rectangle rect, Graphics g) {#isVisible-com.aspose.drawing.Rectangle-com.aspose.drawing.Graphics-} +``` +public boolean isVisible(Rectangle rect, Graphics g) +``` + + +지정된 [Graphics](../../com.aspose.drawing/graphics)를 사용하여 그릴 때 지정된 [Rectangle](../../com.aspose.drawing/rectangle) 구조의 일부가 이 [Region](../../com.aspose.drawing/region) 내부에 포함되는지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| rect | [Rectangle](../../com.aspose.drawing/rectangle) | 테스트할 [Rectangle](../../com.aspose.drawing/rectangle) 구조체. | +| g | [Graphics](../../com.aspose.drawing/graphics) | [Graphics](../../com.aspose.drawing/graphics) 은 그래픽 컨텍스트를 나타냅니다. | + +**Returns:** +boolean - `rect`의 일부라도 이 [Region](../../com.aspose.drawing/region)에 포함되면 true; 그렇지 않으면 false. diff --git a/korean/java/com.aspose.drawing/rotatefliptype/_index.md b/korean/java/com.aspose.drawing/rotatefliptype/_index.md new file mode 100644 index 000000000..253e94b42 --- /dev/null +++ b/korean/java/com.aspose.drawing/rotatefliptype/_index.md @@ -0,0 +1,163 @@ +--- +title: RotateFlipType +second_title: Aspose.Drawing for Java API 참조 +description: 이미지 회전 방향과 이미지를 뒤집는 데 사용되는 축을 지정합니다. +type: docs +weight: 41 +url: /ko/java/com.aspose.drawing/rotatefliptype/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class RotateFlipType extends System.Enum +``` + +이미지 회전 방향과 이미지를 뒤집는 데 사용되는 축을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [RotateNoneFlipNone](#RotateNoneFlipNone) | 회전 및 뒤집기가 없음을 지정합니다. | +| [Rotate90FlipNone](#Rotate90FlipNone) | 90도 회전을 지정하고 뒤집지 않습니다. | +| [Rotate180FlipNone](#Rotate180FlipNone) | 180도 회전을 지정하고 뒤집지 않습니다. | +| [Rotate270FlipNone](#Rotate270FlipNone) | 270도 회전을 지정하고 뒤집지 않습니다. | +| [RotateNoneFlipX](#RotateNoneFlipX) | 회전 없이 수평 뒤집기를 지정합니다. | +| [Rotate90FlipX](#Rotate90FlipX) | 90도 회전 후 수평 뒤집기를 지정합니다. | +| [Rotate180FlipX](#Rotate180FlipX) | 180도 회전 후 수평 뒤집기를 지정합니다. | +| [Rotate270FlipX](#Rotate270FlipX) | 270도 회전 후 수평 뒤집기를 지정합니다. | +| [RotateNoneFlipY](#RotateNoneFlipY) | 회전 없이 수직 뒤집기를 지정합니다. | +| [Rotate90FlipY](#Rotate90FlipY) | 90도 회전 후 수직 뒤집기를 지정합니다. | +| [Rotate180FlipY](#Rotate180FlipY) | 180도 회전 후 수직 뒤집기를 지정합니다. | +| [Rotate270FlipY](#Rotate270FlipY) | 270도 회전 후 수직 뒤집기를 지정합니다. | +| [RotateNoneFlipXY](#RotateNoneFlipXY) | 회전 없이 수평 및 수직 뒤집기를 지정합니다. | +| [Rotate90FlipXY](#Rotate90FlipXY) | 90도 회전 후 수평 및 수직 뒤집기를 지정합니다. | +| [Rotate180FlipXY](#Rotate180FlipXY) | 180도 회전 후 수평 및 수직 뒤집기를 지정합니다. | +| [Rotate270FlipXY](#Rotate270FlipXY) | 270도 회전 후 수평 및 수직 뒤집기를 지정합니다. | +### RotateNoneFlipNone {#RotateNoneFlipNone} +``` +public static final int RotateNoneFlipNone +``` + + +회전 및 뒤집기가 없음을 지정합니다. + +### Rotate90FlipNone {#Rotate90FlipNone} +``` +public static final int Rotate90FlipNone +``` + + +90도 회전을 지정하고 뒤집지 않습니다. + +### Rotate180FlipNone {#Rotate180FlipNone} +``` +public static final int Rotate180FlipNone +``` + + +180도 회전을 지정하고 뒤집지 않습니다. + +### Rotate270FlipNone {#Rotate270FlipNone} +``` +public static final int Rotate270FlipNone +``` + + +270도 회전을 지정하고 뒤집지 않습니다. + +### RotateNoneFlipX {#RotateNoneFlipX} +``` +public static final int RotateNoneFlipX +``` + + +회전 없이 수평 뒤집기를 지정합니다. + +### Rotate90FlipX {#Rotate90FlipX} +``` +public static final int Rotate90FlipX +``` + + +90도 회전 후 수평 뒤집기를 지정합니다. + +### Rotate180FlipX {#Rotate180FlipX} +``` +public static final int Rotate180FlipX +``` + + +180도 회전 후 수평 뒤집기를 지정합니다. + +### Rotate270FlipX {#Rotate270FlipX} +``` +public static final int Rotate270FlipX +``` + + +270도 회전 후 수평 뒤집기를 지정합니다. + +### RotateNoneFlipY {#RotateNoneFlipY} +``` +public static final int RotateNoneFlipY +``` + + +회전 없이 수직 뒤집기를 지정합니다. + +### Rotate90FlipY {#Rotate90FlipY} +``` +public static final int Rotate90FlipY +``` + + +90도 회전 후 수직 뒤집기를 지정합니다. + +### Rotate180FlipY {#Rotate180FlipY} +``` +public static final int Rotate180FlipY +``` + + +180도 회전 후 수직 뒤집기를 지정합니다. + +### Rotate270FlipY {#Rotate270FlipY} +``` +public static final int Rotate270FlipY +``` + + +270도 회전 후 수직 뒤집기를 지정합니다. + +### RotateNoneFlipXY {#RotateNoneFlipXY} +``` +public static final int RotateNoneFlipXY +``` + + +회전 없이 수평 및 수직 뒤집기를 지정합니다. + +### Rotate90FlipXY {#Rotate90FlipXY} +``` +public static final int Rotate90FlipXY +``` + + +90도 회전 후 수평 및 수직 뒤집기를 지정합니다. + +### Rotate180FlipXY {#Rotate180FlipXY} +``` +public static final int Rotate180FlipXY +``` + + +180도 회전 후 수평 및 수직 뒤집기를 지정합니다. + +### Rotate270FlipXY {#Rotate270FlipXY} +``` +public static final int Rotate270FlipXY +``` + + +270도 회전 후 수평 및 수직 뒤집기를 지정합니다. + diff --git a/korean/java/com.aspose.drawing/size/_index.md b/korean/java/com.aspose.drawing/size/_index.md new file mode 100644 index 000000000..c53357e98 --- /dev/null +++ b/korean/java/com.aspose.drawing/size/_index.md @@ -0,0 +1,525 @@ +--- +title: Size +second_title: Aspose.Drawing for Java API 참조 +description: 보통 사각형의 너비와 높이를 나타내는 정수 쌍을 저장합니다. +type: docs +weight: 42 +url: /ko/java/com.aspose.drawing/size/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.lang.Struct + +**All Implemented Interfaces:** +com.aspose.ms.System.IEquatable, java.lang.Cloneable +``` +public class Size extends Struct implements System.IEquatable, Cloneable +``` + +보통 사각형의 너비와 높이를 나타내는 정수 순서쌍을 저장합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [Size()](#Size--) | | +| [Size(Point pt)](#Size-com.aspose.drawing.Point-) | 지정된 [Point](../../com.aspose.drawing/point)에서 새로운 [Size](../../com.aspose.drawing/size) 구조체 인스턴스를 초기화합니다. | +| [Size(int width, int height)](#Size-int-int-) | 지정된 차원에서 새로운 [Size](../../com.aspose.drawing/size) 구조체 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [to_SizeF(Size p)](#to-SizeF-com.aspose.drawing.Size-) | 지정된 [Size](../../com.aspose.drawing/size)을 [SizeF](../../com.aspose.drawing/sizef)로 변환합니다. | +| [op_Addition(Size sz1, Size sz2)](#op-Addition-com.aspose.drawing.Size-com.aspose.drawing.Size-) | 한 [Size](../../com.aspose.drawing/size) 구조체의 너비와 높이를 다른 [Size](../../com.aspose.drawing/size) 구조체의 너비와 높이에 더합니다. | +| [op_Subtraction(Size sz1, Size sz2)](#op-Subtraction-com.aspose.drawing.Size-com.aspose.drawing.Size-) | 한 [Size](../../com.aspose.drawing/size) 구조체의 너비와 높이를 다른 [Size](../../com.aspose.drawing/size) 구조체의 너비와 높이에서 뺍니다. | +| [op_Multiply(int left, Size right)](#op-Multiply-int-com.aspose.drawing.Size-) | [Size](../../com.aspose.drawing/size)를 `int`와 곱하여 [Size](../../com.aspose.drawing/size)를 생성합니다. | +| [op_Multiply(Size left, int right)](#op-Multiply-com.aspose.drawing.Size-int-) | [Size](../../com.aspose.drawing/size)를 `int`와 곱하여 [Size](../../com.aspose.drawing/size)를 생성합니다. | +| [op_Division(Size left, int right)](#op-Division-com.aspose.drawing.Size-int-) | [Size](../../com.aspose.drawing/size)를 `int`로 나누어 [Size](../../com.aspose.drawing/size)를 생성합니다. | +| [op_Multiply(float left, Size right)](#op-Multiply-float-com.aspose.drawing.Size-) | [Size](../../com.aspose.drawing/size)를 `float`와 곱하여 [SizeF](../../com.aspose.drawing/sizef)를 생성합니다. | +| [op_Multiply(Size left, float right)](#op-Multiply-com.aspose.drawing.Size-float-) | [Size](../../com.aspose.drawing/size)를 `float`와 곱하여 [SizeF](../../com.aspose.drawing/sizef)를 생성합니다. | +| [op_Division(Size left, float right)](#op-Division-com.aspose.drawing.Size-float-) | `float` 로 [Size](../../com.aspose.drawing/size)를 나누어 [SizeF](../../com.aspose.drawing/sizef)를 생성합니다. | +| [op_Equality(Size sz1, Size sz2)](#op-Equality-com.aspose.drawing.Size-com.aspose.drawing.Size-) | 두 개의 [Size](../../com.aspose.drawing/size) 구조가 같은지 테스트합니다. | +| [op_Inequality(Size sz1, Size sz2)](#op-Inequality-com.aspose.drawing.Size-com.aspose.drawing.Size-) | 두 개의 [Size](../../com.aspose.drawing/size) 구조가 다른지 테스트합니다. | +| [to_Point(Size size)](#to-Point-com.aspose.drawing.Size-) | 지정된 [Size](../../com.aspose.drawing/size)을 [Point](../../com.aspose.drawing/point)로 변환합니다. | +| [add(Size sz1, Size sz2)](#add-com.aspose.drawing.Size-com.aspose.drawing.Size-) | 한 [Size](../../com.aspose.drawing/size) 구조체의 너비와 높이를 다른 [Size](../../com.aspose.drawing/size) 구조체의 너비와 높이에 더합니다. | +| [ceiling(SizeF value)](#ceiling-com.aspose.drawing.SizeF-) | 지정된 [SizeF](../../com.aspose.drawing/sizef) 구조를 [Size](../../com.aspose.drawing/size) 구조로 변환하며, [Size](../../com.aspose.drawing/size) 구조의 값을 올림하여 다음 큰 정수 값으로 만듭니다. | +| [subtract(Size sz1, Size sz2)](#subtract-com.aspose.drawing.Size-com.aspose.drawing.Size-) | 한 [Size](../../com.aspose.drawing/size) 구조체의 너비와 높이를 다른 [Size](../../com.aspose.drawing/size) 구조체의 너비와 높이에서 뺍니다. | +| [truncate(SizeF value)](#truncate-com.aspose.drawing.SizeF-) | 지정된 [SizeF](../../com.aspose.drawing/sizef) 구조를 [Size](../../com.aspose.drawing/size) 구조로 변환하며, [SizeF](../../com.aspose.drawing/sizef) 구조의 값을 내림하여 다음 작은 정수 값으로 만듭니다. | +| [round(SizeF value)](#round-com.aspose.drawing.SizeF-) | 지정된 [SizeF](../../com.aspose.drawing/sizef) 구조를 [Size](../../com.aspose.drawing/size) 구조로 변환하며, [SizeF](../../com.aspose.drawing/sizef) 구조의 값을 가장 가까운 정수로 반올림합니다. | +| [isEquals(Size obj1, Size obj2)](#isEquals-com.aspose.drawing.Size-com.aspose.drawing.Size-) | | +| [getEmpty()](#getEmpty--) | | +| [isEmpty()](#isEmpty--) | 이 [Size](../../com.aspose.drawing/size)의 너비와 높이가 0인지 나타내는 값을 가져옵니다. | +| [getWidth()](#getWidth--) | 이 [Size](../../com.aspose.drawing/size)의 가로 구성 요소를 가져옵니다. | +| [setWidth(int value)](#setWidth-int-) | 이 [Size](../../com.aspose.drawing/size)의 가로 구성 요소를 설정합니다. | +| [getHeight()](#getHeight--) | 이 [Size](../../com.aspose.drawing/size)의 세로 구성 요소를 가져옵니다. | +| [setHeight(int value)](#setHeight-int-) | 이 [Size](../../com.aspose.drawing/size)의 세로 구성 요소를 설정합니다. | +| [equals(Object obj)](#equals-java.lang.Object-) | 지정된 객체가 이 [Size](../../com.aspose.drawing/size)와 동일한 차원을 가진 [Size](../../com.aspose.drawing/size)인지 테스트합니다. | +| [hashCode()](#hashCode--) | 이 [Size](../../com.aspose.drawing/size) 구조에 대한 해시 코드를 반환합니다. | +| [toString()](#toString--) | | +| [equals(Size other)](#equals-com.aspose.drawing.Size-) | 다른 [Size](../../com.aspose.drawing/size) 구조가 이 [Size](../../com.aspose.drawing/size) 구조와 같은 크기인지 테스트합니다. | +| [CloneTo(Size that)](#CloneTo-com.aspose.drawing.Size-) | | +| [Clone()](#Clone--) | | +| [clone()](#clone--) | | +### Size() {#Size--} +``` +public Size() +``` + + +### Size(Point pt) {#Size-com.aspose.drawing.Point-} +``` +public Size(Point pt) +``` + + +지정된 [Point](../../com.aspose.drawing/point)에서 새로운 [Size](../../com.aspose.drawing/size) 구조체 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pt | [Point](../../com.aspose.drawing/point) | 이 [Size](../../com.aspose.drawing/size)을 초기화할 [Point](../../com.aspose.drawing/point)입니다. | + +### Size(int width, int height) {#Size-int-int-} +``` +public Size(int width, int height) +``` + + +지정된 차원에서 새로운 [Size](../../com.aspose.drawing/size) 구조체 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| width | int | 새 [Size](../../com.aspose.drawing/size)의 너비 구성 요소입니다. | +| height | int | 새 [Size](../../com.aspose.drawing/size)의 높이 구성 요소입니다. | + +### to_SizeF(Size p) {#to-SizeF-com.aspose.drawing.Size-} +``` +public static SizeF to_SizeF(Size p) +``` + + +지정된 [Size](../../com.aspose.drawing/size)을 [SizeF](../../com.aspose.drawing/sizef)로 변환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| p | [Size](../../com.aspose.drawing/size) | 변환할 [Size](../../com.aspose.drawing/size). | + +**Returns:** +[SizeF](../../com.aspose.drawing/sizef) - The [SizeF](../../com.aspose.drawing/sizef) structure to which this operator converts. +### op_Addition(Size sz1, Size sz2) {#op-Addition-com.aspose.drawing.Size-com.aspose.drawing.Size-} +``` +public static Size op_Addition(Size sz1, Size sz2) +``` + + +한 [Size](../../com.aspose.drawing/size) 구조체의 너비와 높이를 다른 [Size](../../com.aspose.drawing/size) 구조체의 너비와 높이에 더합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sz1 | [Size](../../com.aspose.drawing/size) | 더할 첫 번째 [Size](../../com.aspose.drawing/size). | +| sz2 | [Size](../../com.aspose.drawing/size) | 더할 두 번째 [Size](../../com.aspose.drawing/size). | + +**Returns:** +[Size](../../com.aspose.drawing/size) - A [Size](../../com.aspose.drawing/size) structure that is the result of the addition operation. +### op_Subtraction(Size sz1, Size sz2) {#op-Subtraction-com.aspose.drawing.Size-com.aspose.drawing.Size-} +``` +public static Size op_Subtraction(Size sz1, Size sz2) +``` + + +한 [Size](../../com.aspose.drawing/size) 구조체의 너비와 높이를 다른 [Size](../../com.aspose.drawing/size) 구조체의 너비와 높이에서 뺍니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sz1 | [Size](../../com.aspose.drawing/size) | 뺄셈 연산자의 왼쪽에 있는 [Size](../../com.aspose.drawing/size) 구조입니다. | +| sz2 | [Size](../../com.aspose.drawing/size) | 뺄셈 연산자의 오른쪽에 있는 [Size](../../com.aspose.drawing/size) 구조입니다. | + +**Returns:** +[Size](../../com.aspose.drawing/size) - A [Size](../../com.aspose.drawing/size) structure that is the result of the subtraction operation. +### op_Multiply(int left, Size right) {#op-Multiply-int-com.aspose.drawing.Size-} +``` +public static Size op_Multiply(int left, Size right) +``` + + +[Size](../../com.aspose.drawing/size)를 `int`와 곱하여 [Size](../../com.aspose.drawing/size)를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 왼쪽 | int | `int` 형식의 곱셈 인자입니다. | +| right | [Size](../../com.aspose.drawing/size) | [Size](../../com.aspose.drawing/size) 형식의 피곱입니다. | + +**Returns:** +[Size](../../com.aspose.drawing/size) - Product of type [Size](../../com.aspose.drawing/size). +### op_Multiply(Size left, int right) {#op-Multiply-com.aspose.drawing.Size-int-} +``` +public static Size op_Multiply(Size left, int right) +``` + + +[Size](../../com.aspose.drawing/size)를 `int`와 곱하여 [Size](../../com.aspose.drawing/size)를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| left | [Size](../../com.aspose.drawing/size) | [Size](../../com.aspose.drawing/size) 형식의 피곱입니다. | +| 오른쪽 | int | `int` 형식의 곱셈 인자입니다. | + +**Returns:** +[Size](../../com.aspose.drawing/size) - Product of type [Size](../../com.aspose.drawing/size). +### op_Division(Size left, int right) {#op-Division-com.aspose.drawing.Size-int-} +``` +public static Size op_Division(Size left, int right) +``` + + +[Size](../../com.aspose.drawing/size)를 `int`로 나누어 [Size](../../com.aspose.drawing/size)를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| left | [Size](../../com.aspose.drawing/size) | 형식이 [Size](../../com.aspose.drawing/size)인 피제수. | +| 오른쪽 | int | 형식이 `int`인 제수. | + +**Returns:** +[Size](../../com.aspose.drawing/size) - Result of type [Size](../../com.aspose.drawing/size). +### op_Multiply(float left, Size right) {#op-Multiply-float-com.aspose.drawing.Size-} +``` +public static SizeF op_Multiply(float left, Size right) +``` + + +[Size](../../com.aspose.drawing/size)를 `float`와 곱하여 [SizeF](../../com.aspose.drawing/sizef)를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 왼쪽 | float | 형식이 `float`인 곱셈인자. | +| right | [Size](../../com.aspose.drawing/size) | [Size](../../com.aspose.drawing/size) 형식의 피곱입니다. | + +**Returns:** +[SizeF](../../com.aspose.drawing/sizef) - Product of type [SizeF](../../com.aspose.drawing/sizef). +### op_Multiply(Size left, float right) {#op-Multiply-com.aspose.drawing.Size-float-} +``` +public static SizeF op_Multiply(Size left, float right) +``` + + +[Size](../../com.aspose.drawing/size)를 `float`와 곱하여 [SizeF](../../com.aspose.drawing/sizef)를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| left | [Size](../../com.aspose.drawing/size) | [Size](../../com.aspose.drawing/size) 형식의 피곱입니다. | +| 오른쪽 | float | 형식이 `float`인 곱셈인자. | + +**Returns:** +[SizeF](../../com.aspose.drawing/sizef) - Product of type [SizeF](../../com.aspose.drawing/sizef). +### op_Division(Size left, float right) {#op-Division-com.aspose.drawing.Size-float-} +``` +public static SizeF op_Division(Size left, float right) +``` + + +`float` 로 [Size](../../com.aspose.drawing/size)를 나누어 [SizeF](../../com.aspose.drawing/sizef)를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| left | [Size](../../com.aspose.drawing/size) | 형식이 [Size](../../com.aspose.drawing/size)인 피제수. | +| 오른쪽 | float | 형식이 `int`인 제수. | + +**Returns:** +[SizeF](../../com.aspose.drawing/sizef) - Result of type [SizeF](../../com.aspose.drawing/sizef). +### op_Equality(Size sz1, Size sz2) {#op-Equality-com.aspose.drawing.Size-com.aspose.drawing.Size-} +``` +public static boolean op_Equality(Size sz1, Size sz2) +``` + + +두 개의 [Size](../../com.aspose.drawing/size) 구조가 같은지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sz1 | [Size](../../com.aspose.drawing/size) | 동등 연산자 왼쪽에 있는 [Size](../../com.aspose.drawing/size) 구조체. | +| sz2 | [Size](../../com.aspose.drawing/size) | 동등 연산자 오른쪽에 있는 [Size](../../com.aspose.drawing/size) 구조체. | + +**Returns:** +boolean - `sz1`과 `sz2`의 너비와 높이가 동일하면 true; 그렇지 않으면 false. +### op_Inequality(Size sz1, Size sz2) {#op-Inequality-com.aspose.drawing.Size-com.aspose.drawing.Size-} +``` +public static boolean op_Inequality(Size sz1, Size sz2) +``` + + +두 개의 [Size](../../com.aspose.drawing/size) 구조가 다른지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sz1 | [Size](../../com.aspose.drawing/size) | 부등 연산자 왼쪽에 있는 [Size](../../com.aspose.drawing/size) 구조체. | +| sz2 | [Size](../../com.aspose.drawing/size) | 부등 연산자 오른쪽에 있는 [Size](../../com.aspose.drawing/size) 구조체. | + +**Returns:** +boolean - `sz1`과 `sz2`가 너비 또는 높이 중 하나라도 다르면 true; `sz1`과 `sz2`가 동일하면 false. +### to_Point(Size size) {#to-Point-com.aspose.drawing.Size-} +``` +public static Point to_Point(Size size) +``` + + +지정된 [Size](../../com.aspose.drawing/size)을 [Point](../../com.aspose.drawing/point)로 변환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| size | [Size](../../com.aspose.drawing/size) | 변환할 [Size](../../com.aspose.drawing/size). | + +**Returns:** +[Point](../../com.aspose.drawing/point) - The [Point](../../com.aspose.drawing/point) structure to which this operator converts. +### add(Size sz1, Size sz2) {#add-com.aspose.drawing.Size-com.aspose.drawing.Size-} +``` +public static Size add(Size sz1, Size sz2) +``` + + +한 [Size](../../com.aspose.drawing/size) 구조체의 너비와 높이를 다른 [Size](../../com.aspose.drawing/size) 구조체의 너비와 높이에 더합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sz1 | [Size](../../com.aspose.drawing/size) | 더할 첫 번째 [Size](../../com.aspose.drawing/size). | +| sz2 | [Size](../../com.aspose.drawing/size) | 더할 두 번째 [Size](../../com.aspose.drawing/size). | + +**Returns:** +[Size](../../com.aspose.drawing/size) - A [Size](../../com.aspose.drawing/size) structure that is the result of the addition operation. +### ceiling(SizeF value) {#ceiling-com.aspose.drawing.SizeF-} +``` +public static Size ceiling(SizeF value) +``` + + +지정된 [SizeF](../../com.aspose.drawing/sizef) 구조를 [Size](../../com.aspose.drawing/size) 구조로 변환하며, [Size](../../com.aspose.drawing/size) 구조의 값을 올림하여 다음 큰 정수 값으로 만듭니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [SizeF](../../com.aspose.drawing/sizef) | 변환할 [SizeF](../../com.aspose.drawing/sizef) 구조체. | + +**Returns:** +[Size](../../com.aspose.drawing/size) - The [Size](../../com.aspose.drawing/size) structure this method converts to. +### subtract(Size sz1, Size sz2) {#subtract-com.aspose.drawing.Size-com.aspose.drawing.Size-} +``` +public static Size subtract(Size sz1, Size sz2) +``` + + +한 [Size](../../com.aspose.drawing/size) 구조체의 너비와 높이를 다른 [Size](../../com.aspose.drawing/size) 구조체의 너비와 높이에서 뺍니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sz1 | [Size](../../com.aspose.drawing/size) | 뺄셈 연산자의 왼쪽에 있는 [Size](../../com.aspose.drawing/size) 구조입니다. | +| sz2 | [Size](../../com.aspose.drawing/size) | 뺄셈 연산자의 오른쪽에 있는 [Size](../../com.aspose.drawing/size) 구조입니다. | + +**Returns:** +[Size](../../com.aspose.drawing/size) - The [Size](../../com.aspose.drawing/size) that is a result of the subtraction operation. +### truncate(SizeF value) {#truncate-com.aspose.drawing.SizeF-} +``` +public static Size truncate(SizeF value) +``` + + +지정된 [SizeF](../../com.aspose.drawing/sizef) 구조를 [Size](../../com.aspose.drawing/size) 구조로 변환하며, [SizeF](../../com.aspose.drawing/sizef) 구조의 값을 내림하여 다음 작은 정수 값으로 만듭니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [SizeF](../../com.aspose.drawing/sizef) | 변환할 [SizeF](../../com.aspose.drawing/sizef) 구조체. | + +**Returns:** +[Size](../../com.aspose.drawing/size) - The [Size](../../com.aspose.drawing/size) structure this method converts to. +### round(SizeF value) {#round-com.aspose.drawing.SizeF-} +``` +public static Size round(SizeF value) +``` + + +지정된 [SizeF](../../com.aspose.drawing/sizef) 구조를 [Size](../../com.aspose.drawing/size) 구조로 변환하며, [SizeF](../../com.aspose.drawing/sizef) 구조의 값을 가장 가까운 정수로 반올림합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [SizeF](../../com.aspose.drawing/sizef) | 변환할 [SizeF](../../com.aspose.drawing/sizef) 구조체. | + +**Returns:** +[Size](../../com.aspose.drawing/size) - The [Size](../../com.aspose.drawing/size) structure this method converts to. +### isEquals(Size obj1, Size obj2) {#isEquals-com.aspose.drawing.Size-com.aspose.drawing.Size-} +``` +public static boolean isEquals(Size obj1, Size obj2) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| obj1 | [Size](../../com.aspose.drawing/size) | | +| obj2 | [Size](../../com.aspose.drawing/size) | | + +**Returns:** +boolean +### getEmpty() {#getEmpty--} +``` +public static Size getEmpty() +``` + + + + +**Returns:** +[Size](../../com.aspose.drawing/size) +### isEmpty() {#isEmpty--} +``` +public final boolean isEmpty() +``` + + +이 [Size](../../com.aspose.drawing/size)의 너비와 높이가 0인지 나타내는 값을 가져옵니다. + +**Returns:** +boolean - 이 [Size](../../com.aspose.drawing/size)의 너비와 높이가 0인지 여부를 나타내는 값. +### getWidth() {#getWidth--} +``` +public final int getWidth() +``` + + +이 [Size](../../com.aspose.drawing/size)의 가로 구성 요소를 가져옵니다. + +**Returns:** +int - 이 [Size](../../com.aspose.drawing/size)의 가로 구성 요소. +### setWidth(int value) {#setWidth-int-} +``` +public final void setWidth(int value) +``` + + +이 [Size](../../com.aspose.drawing/size)의 가로 구성 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | 이 [Size](../../com.aspose.drawing/size)의 가로 구성 요소. | + +### getHeight() {#getHeight--} +``` +public final int getHeight() +``` + + +이 [Size](../../com.aspose.drawing/size)의 세로 구성 요소를 가져옵니다. + +**Returns:** +int - 이 [Size](../../com.aspose.drawing/size)의 세로 구성 요소. +### setHeight(int value) {#setHeight-int-} +``` +public final void setHeight(int value) +``` + + +이 [Size](../../com.aspose.drawing/size)의 세로 구성 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | 이 [Size](../../com.aspose.drawing/size)의 세로 구성 요소. | + +### equals(Object obj) {#equals-java.lang.Object-} +``` +public boolean equals(Object obj) +``` + + +지정된 객체가 이 [Size](../../com.aspose.drawing/size)와 동일한 차원을 가진 [Size](../../com.aspose.drawing/size)인지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| obj | java.lang.Object | 테스트할 객체. | + +**Returns:** +boolean - `obj`가 [Size](../../com.aspose.drawing/size)이며 이 [Size](../../com.aspose.drawing/size)와 동일한 너비와 높이를 가지면 true; 그렇지 않으면 false. +### hashCode() {#hashCode--} +``` +public int hashCode() +``` + + +이 [Size](../../com.aspose.drawing/size) 구조에 대한 해시 코드를 반환합니다. + +**Returns:** +int - 이 [Size](../../com.aspose.drawing/size) 구조체에 대한 해시 값을 지정하는 정수값. +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### equals(Size other) {#equals-com.aspose.drawing.Size-} +``` +public final boolean equals(Size other) +``` + + +다른 [Size](../../com.aspose.drawing/size) 구조가 이 [Size](../../com.aspose.drawing/size) 구조와 같은 크기인지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| other | [Size](../../com.aspose.drawing/size) | 테스트할 다른 크기 | + +**Returns:** +boolean - 다른 [Size](../../com.aspose.drawing/size) 구조체와 그 Width 및 Height 속성이 이 [Size](../../com.aspose.drawing/size) 구조체의 해당 속성과 동일하면 `true`를 반환하고, 그렇지 않으면 `false`를 반환합니다. +### CloneTo(Size that) {#CloneTo-com.aspose.drawing.Size-} +``` +public void CloneTo(Size that) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| that | [Size](../../com.aspose.drawing/size) | | + +### Clone() {#Clone--} +``` +public Size Clone() +``` + + + + +**Returns:** +[Size](../../com.aspose.drawing/size) +### clone() {#clone--} +``` +public Size clone() +``` + + + + +**Returns:** +[Size](../../com.aspose.drawing/size) diff --git a/korean/java/com.aspose.drawing/sizef/_index.md b/korean/java/com.aspose.drawing/sizef/_index.md new file mode 100644 index 000000000..0fa869e75 --- /dev/null +++ b/korean/java/com.aspose.drawing/sizef/_index.md @@ -0,0 +1,446 @@ +--- +title: SizeF +second_title: Aspose.Drawing for Java API 참조 +description: 보통 사각형의 너비와 높이를 나타내는 부동 소수점 숫자 쌍을 저장합니다. +type: docs +weight: 43 +url: /ko/java/com.aspose.drawing/sizef/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.lang.Struct + +**All Implemented Interfaces:** +com.aspose.ms.System.IEquatable, java.lang.Cloneable +``` +public class SizeF extends Struct implements System.IEquatable, Cloneable +``` + +보통 사각형의 너비와 높이를 나타내는 부동소수점 숫자 순서쌍을 저장합니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [SizeF()](#SizeF--) | | +| [SizeF(float width, float height)](#SizeF-float-float-) | 지정된 차원으로 SizeF 구조의 새 인스턴스를 초기화합니다. | +| [SizeF(PointF pt)](#SizeF-com.aspose.drawing.PointF-) | [SizeF](../../com.aspose.drawing/sizef) 구조체의 새 인스턴스를 초기화합니다. | +| [SizeF(SizeF size)](#SizeF-com.aspose.drawing.SizeF-) | [SizeF](../../com.aspose.drawing/sizef) 구조체의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [op_Equality(SizeF sz1, SizeF sz2)](#op-Equality-com.aspose.drawing.SizeF-com.aspose.drawing.SizeF-) | 두 [SizeF](../../com.aspose.drawing/sizef) 구조가 같은지 테스트합니다. | +| [op_Inequality(SizeF sz1, SizeF sz2)](#op-Inequality-com.aspose.drawing.SizeF-com.aspose.drawing.SizeF-) | 두 [SizeF](../../com.aspose.drawing/sizef) 구조가 다른지 테스트합니다. | +| [add(SizeF sz1, SizeF sz2)](#add-com.aspose.drawing.SizeF-com.aspose.drawing.SizeF-) | 한 [SizeF](../../com.aspose.drawing/sizef) 구조의 너비와 높이를 다른 [SizeF](../../com.aspose.drawing/sizef) 구조의 너비와 높이에 더합니다. | +| [subtract(SizeF sz1, SizeF sz2)](#subtract-com.aspose.drawing.SizeF-com.aspose.drawing.SizeF-) | 한 [SizeF](../../com.aspose.drawing/sizef) 구조의 너비와 높이를 다른 [SizeF](../../com.aspose.drawing/sizef) 구조의 너비와 높이에서 뺍니다. | +| [op_Addition(SizeF sz1, SizeF sz2)](#op-Addition-com.aspose.drawing.SizeF-com.aspose.drawing.SizeF-) | 한 [SizeF](../../com.aspose.drawing/sizef) 구조의 너비와 높이를 다른 [SizeF](../../com.aspose.drawing/sizef) 구조의 너비와 높이에 더합니다. | +| [op_Subtraction(SizeF sz1, SizeF sz2)](#op-Subtraction-com.aspose.drawing.SizeF-com.aspose.drawing.SizeF-) | 한 [SizeF](../../com.aspose.drawing/sizef) 구조의 너비와 높이를 다른 [SizeF](../../com.aspose.drawing/sizef) 구조의 너비와 높이에서 뺍니다. | +| [op_Multiply(float left, SizeF right)](#op-Multiply-float-com.aspose.drawing.SizeF-) | `float` 로 [SizeF](../../com.aspose.drawing/sizef)를 곱하여 [SizeF](../../com.aspose.drawing/sizef)를 생성합니다. | +| [op_Multiply(SizeF left, float right)](#op-Multiply-com.aspose.drawing.SizeF-float-) | `float` 로 [SizeF](../../com.aspose.drawing/sizef)를 곱하여 [SizeF](../../com.aspose.drawing/sizef)를 생성합니다. | +| [op_Division(SizeF left, float right)](#op-Division-com.aspose.drawing.SizeF-float-) | `float` 로 [SizeF](../../com.aspose.drawing/sizef)를 나누어 [SizeF](../../com.aspose.drawing/sizef)를 생성합니다. | +| [to_PointF(SizeF size)](#to-PointF-com.aspose.drawing.SizeF-) | | +| [isEquals(SizeF obj1, SizeF obj2)](#isEquals-com.aspose.drawing.SizeF-com.aspose.drawing.SizeF-) | | +| [getEmpty()](#getEmpty--) | | +| [isEmpty()](#isEmpty--) | 이 [SizeF](../../com.aspose.drawing/sizef) 구조체가 너비와 높이가 0인지 여부를 나타내는 값을 가져옵니다. | +| [getWidth()](#getWidth--) | 이 SizeF 구조체의 가로 구성 요소를 가져옵니다. | +| [setWidth(float value)](#setWidth-float-) | 이 SizeF 구조체의 가로 구성 요소를 설정합니다. | +| [getHeight()](#getHeight--) | 이 SizeF 구조체의 세로 구성 요소를 가져옵니다. | +| [setHeight(float value)](#setHeight-float-) | 이 SizeF 구조체의 세로 구성 요소를 설정합니다. | +| [hashCode()](#hashCode--) | 이 [SizeF](../../com.aspose.drawing/sizef) 구조체에 대한 해시 코드를 반환합니다. | +| [toString()](#toString--) | | +| [equals(Object obj)](#equals-java.lang.Object-) | 지정된 객체가 이 [SizeF](../../com.aspose.drawing/sizef) 구조체와 동일한 차원을 가진 [SizeF](../../com.aspose.drawing/sizef) 구조체인지 테스트합니다. | +| [toSize()](#toSize--) | [SizeF](../../com.aspose.drawing/sizef) 구조체를 [Size](../../com.aspose.drawing/size) 구조체로 변환합니다. | +| [toPointF()](#toPointF--) | [SizeF](../../com.aspose.drawing/sizef) 구조체를 [PointF](../../com.aspose.drawing/pointf) 구조체로 변환합니다. | +| [equals(SizeF other)](#equals-com.aspose.drawing.SizeF-) | 다른 [SizeF](../../com.aspose.drawing/sizef) 구조체가 이 [SizeF](../../com.aspose.drawing/sizef) 구조체와 동일한 크기인지 테스트합니다. | +| [CloneTo(SizeF that)](#CloneTo-com.aspose.drawing.SizeF-) | | +| [Clone()](#Clone--) | | +| [clone()](#clone--) | | +### SizeF() {#SizeF--} +``` +public SizeF() +``` + + +### SizeF(float width, float height) {#SizeF-float-float-} +``` +public SizeF(float width, float height) +``` + + +지정된 차원으로 SizeF 구조의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 너비 | float | 새 SizeF 구조체의 너비 구성 요소. | +| 높이 | float | 새 SizeF 구조체의 높이 구성 요소. | + +### SizeF(PointF pt) {#SizeF-com.aspose.drawing.PointF-} +``` +public SizeF(PointF pt) +``` + + +[SizeF](../../com.aspose.drawing/sizef) 구조체의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| pt | [PointF](../../com.aspose.drawing/pointf) | 이 [SizeF](../../com.aspose.drawing/sizef) 구조체를 초기화할 [PointF](../../com.aspose.drawing/pointf) 구조체. | + +### SizeF(SizeF size) {#SizeF-com.aspose.drawing.SizeF-} +``` +public SizeF(SizeF size) +``` + + +[SizeF](../../com.aspose.drawing/sizef) 구조체의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| size | [SizeF](../../com.aspose.drawing/sizef) | 새 [SizeF](../../com.aspose.drawing/sizef) 구조체를 만들기 위한 원본 [SizeF](../../com.aspose.drawing/sizef) 구조체. | + +### op_Equality(SizeF sz1, SizeF sz2) {#op-Equality-com.aspose.drawing.SizeF-com.aspose.drawing.SizeF-} +``` +public static boolean op_Equality(SizeF sz1, SizeF sz2) +``` + + +두 [SizeF](../../com.aspose.drawing/sizef) 구조가 같은지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sz1 | [SizeF](../../com.aspose.drawing/sizef) | 동등 연산자 왼쪽에 있는 [SizeF](../../com.aspose.drawing/sizef) 구조체. | +| sz2 | [SizeF](../../com.aspose.drawing/sizef) | 동등 연산자 오른쪽에 있는 [SizeF](../../com.aspose.drawing/sizef) 구조체. | + +**Returns:** +boolean - `sz1`과 `sz2`의 너비와 높이가 동일하면 true를 반환하고, 그렇지 않으면 false를 반환합니다. +### op_Inequality(SizeF sz1, SizeF sz2) {#op-Inequality-com.aspose.drawing.SizeF-com.aspose.drawing.SizeF-} +``` +public static boolean op_Inequality(SizeF sz1, SizeF sz2) +``` + + +두 [SizeF](../../com.aspose.drawing/sizef) 구조가 다른지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sz1 | [SizeF](../../com.aspose.drawing/sizef) | 부등 연산자 왼쪽에 있는 [SizeF](../../com.aspose.drawing/sizef) 구조체. | +| sz2 | [SizeF](../../com.aspose.drawing/sizef) | 부등 연산자 오른쪽에 있는 [SizeF](../../com.aspose.drawing/sizef) 구조체. | + +**Returns:** +boolean - `sz1`과 `sz2`가 너비 또는 높이 중 하나라도 다르면 true를 반환하고, `sz1`과 `sz2`가 동일하면 false를 반환합니다. +### add(SizeF sz1, SizeF sz2) {#add-com.aspose.drawing.SizeF-com.aspose.drawing.SizeF-} +``` +public static SizeF add(SizeF sz1, SizeF sz2) +``` + + +한 [SizeF](../../com.aspose.drawing/sizef) 구조의 너비와 높이를 다른 [SizeF](../../com.aspose.drawing/sizef) 구조의 너비와 높이에 더합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sz1 | [SizeF](../../com.aspose.drawing/sizef) | 첫 번째로 더할 [SizeF](../../com.aspose.drawing/sizef) 구조체. | +| sz2 | [SizeF](../../com.aspose.drawing/sizef) | 두 번째로 더할 [SizeF](../../com.aspose.drawing/sizef) 구조체. | + +**Returns:** +[SizeF](../../com.aspose.drawing/sizef) - A [SizeF](../../com.aspose.drawing/sizef) structure that is the result of the addition operation. +### subtract(SizeF sz1, SizeF sz2) {#subtract-com.aspose.drawing.SizeF-com.aspose.drawing.SizeF-} +``` +public static SizeF subtract(SizeF sz1, SizeF sz2) +``` + + +한 [SizeF](../../com.aspose.drawing/sizef) 구조의 너비와 높이를 다른 [SizeF](../../com.aspose.drawing/sizef) 구조의 너비와 높이에서 뺍니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sz1 | [SizeF](../../com.aspose.drawing/sizef) | 뺄셈 연산자 왼쪽에 있는 [SizeF](../../com.aspose.drawing/sizef) 구조체. | +| sz2 | [SizeF](../../com.aspose.drawing/sizef) | 뺄셈 연산자의 오른쪽에 있는 [SizeF](../../com.aspose.drawing/sizef) 구조. | + +**Returns:** +[SizeF](../../com.aspose.drawing/sizef) - A [SizeF](../../com.aspose.drawing/sizef) structure that is a result of the subtraction operation. +### op_Addition(SizeF sz1, SizeF sz2) {#op-Addition-com.aspose.drawing.SizeF-com.aspose.drawing.SizeF-} +``` +public static SizeF op_Addition(SizeF sz1, SizeF sz2) +``` + + +한 [SizeF](../../com.aspose.drawing/sizef) 구조의 너비와 높이를 다른 [SizeF](../../com.aspose.drawing/sizef) 구조의 너비와 높이에 더합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sz1 | [SizeF](../../com.aspose.drawing/sizef) | 첫 번째로 더할 [SizeF](../../com.aspose.drawing/sizef) 구조체. | +| sz2 | [SizeF](../../com.aspose.drawing/sizef) | 두 번째로 더할 [SizeF](../../com.aspose.drawing/sizef) 구조체. | + +**Returns:** +[SizeF](../../com.aspose.drawing/sizef) - A [Size](../../com.aspose.drawing/size) structure that is the result of the addition operation. +### op_Subtraction(SizeF sz1, SizeF sz2) {#op-Subtraction-com.aspose.drawing.SizeF-com.aspose.drawing.SizeF-} +``` +public static SizeF op_Subtraction(SizeF sz1, SizeF sz2) +``` + + +한 [SizeF](../../com.aspose.drawing/sizef) 구조의 너비와 높이를 다른 [SizeF](../../com.aspose.drawing/sizef) 구조의 너비와 높이에서 뺍니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sz1 | [SizeF](../../com.aspose.drawing/sizef) | 뺄셈 연산자 왼쪽에 있는 [SizeF](../../com.aspose.drawing/sizef) 구조체. | +| sz2 | [SizeF](../../com.aspose.drawing/sizef) | 뺄셈 연산자의 오른쪽에 있는 [SizeF](../../com.aspose.drawing/sizef) 구조. | + +**Returns:** +[SizeF](../../com.aspose.drawing/sizef) - A [SizeF](../../com.aspose.drawing/sizef) that is the result of the subtraction operation. +### op_Multiply(float left, SizeF right) {#op-Multiply-float-com.aspose.drawing.SizeF-} +``` +public static SizeF op_Multiply(float left, SizeF right) +``` + + +`float` 로 [SizeF](../../com.aspose.drawing/sizef)를 곱하여 [SizeF](../../com.aspose.drawing/sizef)를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 왼쪽 | float | 형식이 `float`인 곱셈인자. | +| right | [SizeF](../../com.aspose.drawing/sizef) | [SizeF](../../com.aspose.drawing/sizef) 형식의 피승수. | + +**Returns:** +[SizeF](../../com.aspose.drawing/sizef) - Product of type [SizeF](../../com.aspose.drawing/sizef). +### op_Multiply(SizeF left, float right) {#op-Multiply-com.aspose.drawing.SizeF-float-} +``` +public static SizeF op_Multiply(SizeF left, float right) +``` + + +`float` 로 [SizeF](../../com.aspose.drawing/sizef)를 곱하여 [SizeF](../../com.aspose.drawing/sizef)를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| left | [SizeF](../../com.aspose.drawing/sizef) | [SizeF](../../com.aspose.drawing/sizef) 형식의 피승수. | +| 오른쪽 | float | 형식이 `float`인 곱셈인자. | + +**Returns:** +[SizeF](../../com.aspose.drawing/sizef) - Product of type [SizeF](../../com.aspose.drawing/sizef). +### op_Division(SizeF left, float right) {#op-Division-com.aspose.drawing.SizeF-float-} +``` +public static SizeF op_Division(SizeF left, float right) +``` + + +`float` 로 [SizeF](../../com.aspose.drawing/sizef)를 나누어 [SizeF](../../com.aspose.drawing/sizef)를 생성합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| left | [SizeF](../../com.aspose.drawing/sizef) | [SizeF](../../com.aspose.drawing/sizef) 형식의 피제수. | +| 오른쪽 | float | 형식이 `int`인 제수. | + +**Returns:** +[SizeF](../../com.aspose.drawing/sizef) - Result of type [SizeF](../../com.aspose.drawing/sizef). +### to_PointF(SizeF size) {#to-PointF-com.aspose.drawing.SizeF-} +``` +public static PointF to_PointF(SizeF size) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| size | [SizeF](../../com.aspose.drawing/sizef) | | + +**Returns:** +[PointF](../../com.aspose.drawing/pointf) +### isEquals(SizeF obj1, SizeF obj2) {#isEquals-com.aspose.drawing.SizeF-com.aspose.drawing.SizeF-} +``` +public static boolean isEquals(SizeF obj1, SizeF obj2) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| obj1 | [SizeF](../../com.aspose.drawing/sizef) | | +| obj2 | [SizeF](../../com.aspose.drawing/sizef) | | + +**Returns:** +boolean +### getEmpty() {#getEmpty--} +``` +public static SizeF getEmpty() +``` + + + + +**Returns:** +[SizeF](../../com.aspose.drawing/sizef) +### isEmpty() {#isEmpty--} +``` +public final boolean isEmpty() +``` + + +이 [SizeF](../../com.aspose.drawing/sizef) 구조체가 너비와 높이가 0인지 여부를 나타내는 값을 가져옵니다. + +**Returns:** +boolean - 이 [SizeF](../../com.aspose.drawing/sizef) 구조가 너비와 높이가 0인지 여부를 나타내는 값. +### getWidth() {#getWidth--} +``` +public final float getWidth() +``` + + +이 SizeF 구조체의 가로 구성 요소를 가져옵니다. + +**Returns:** +float - 이 SizeF 구조의 수평 성분. +### setWidth(float value) {#setWidth-float-} +``` +public final void setWidth(float value) +``` + + +이 SizeF 구조체의 가로 구성 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 SizeF 구조의 수평 성분. | + +### getHeight() {#getHeight--} +``` +public final float getHeight() +``` + + +이 SizeF 구조체의 세로 구성 요소를 가져옵니다. + +**Returns:** +float - 이 SizeF 구조의 수직 성분. +### setHeight(float value) {#setHeight-float-} +``` +public final void setHeight(float value) +``` + + +이 SizeF 구조체의 세로 구성 요소를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | float | 이 SizeF 구조의 수직 성분. | + +### hashCode() {#hashCode--} +``` +public int hashCode() +``` + + +이 [SizeF](../../com.aspose.drawing/sizef) 구조체에 대한 해시 코드를 반환합니다. + +**Returns:** +int - 이 [SizeF](../../com.aspose.drawing/sizef) 구조에 대한 해시 값을 지정하는 정수 값. +### toString() {#toString--} +``` +public String toString() +``` + + + + +**Returns:** +java.lang.String +### equals(Object obj) {#equals-java.lang.Object-} +``` +public boolean equals(Object obj) +``` + + +지정된 객체가 이 [SizeF](../../com.aspose.drawing/sizef) 구조체와 동일한 차원을 가진 [SizeF](../../com.aspose.drawing/sizef) 구조체인지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| obj | java.lang.Object | 테스트할 객체. | + +**Returns:** +boolean - obj가 [SizeF](../../com.aspose.drawing/sizef)이며 이 SizeF와 동일한 너비와 높이를 가지고 있으면 `true`를 반환하고, 그렇지 않으면 `false`를 반환합니다. +### toSize() {#toSize--} +``` +public final Size toSize() +``` + + +[SizeF](../../com.aspose.drawing/sizef) 구조체를 [Size](../../com.aspose.drawing/size) 구조체로 변환합니다. + +**Returns:** +[Size](../../com.aspose.drawing/size) - Returns a [Size](../../com.aspose.drawing/size) structure. +### toPointF() {#toPointF--} +``` +public final PointF toPointF() +``` + + +[SizeF](../../com.aspose.drawing/sizef) 구조체를 [PointF](../../com.aspose.drawing/pointf) 구조체로 변환합니다. + +**Returns:** +[PointF](../../com.aspose.drawing/pointf) - Returns a [PointF](../../com.aspose.drawing/pointf) structure. +### equals(SizeF other) {#equals-com.aspose.drawing.SizeF-} +``` +public final boolean equals(SizeF other) +``` + + +다른 [SizeF](../../com.aspose.drawing/sizef) 구조체가 이 [SizeF](../../com.aspose.drawing/sizef) 구조체와 동일한 크기인지 테스트합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| other | [SizeF](../../com.aspose.drawing/sizef) | 테스트할 다른 크기 | + +**Returns:** +boolean - other [SizeF](../../com.aspose.drawing/sizef) 구조와 그 Width 및 Height 속성이 이 [SizeF](../../com.aspose.drawing/sizef) 구조의 해당 속성과 같으면 `true`를 반환하고, 그렇지 않으면 `false`를 반환합니다. +### CloneTo(SizeF that) {#CloneTo-com.aspose.drawing.SizeF-} +``` +public void CloneTo(SizeF that) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| that | [SizeF](../../com.aspose.drawing/sizef) | | + +### Clone() {#Clone--} +``` +public SizeF Clone() +``` + + + + +**Returns:** +[SizeF](../../com.aspose.drawing/sizef) +### clone() {#clone--} +``` +public Object clone() +``` + + + + +**Returns:** +java.lang.Object diff --git a/korean/java/com.aspose.drawing/solidbrush/_index.md b/korean/java/com.aspose.drawing/solidbrush/_index.md new file mode 100644 index 000000000..f3996087e --- /dev/null +++ b/korean/java/com.aspose.drawing/solidbrush/_index.md @@ -0,0 +1,73 @@ +--- +title: SolidBrush +second_title: Aspose.Drawing for Java API 참조 +description: 단일 색상의 브러시를 정의합니다. +type: docs +weight: 44 +url: /ko/java/com.aspose.drawing/solidbrush/ +--- +**Inheritance:** +java.lang.Object, [com.aspose.drawing.Brush](../../com.aspose.drawing/brush) +``` +public class SolidBrush extends Brush +``` + +단일 색상의 브러시를 정의합니다. 브러시는 사각형, 타원, 파이, 다각형 및 경로와 같은 그래픽 도형을 채우는 데 사용됩니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [SolidBrush(Color color)](#SolidBrush-com.aspose.drawing.Color-) | [SolidBrush](../../com.aspose.drawing/solidbrush) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getColor()](#getColor--) | 이 SolidBrush 객체의 색상을 가져옵니다. | +| [setColor(Color value)](#setColor-com.aspose.drawing.Color-) | 이 SolidBrush 객체의 색상을 설정합니다. | +| [deepClone()](#deepClone--) | 이 [SolidBrush](../../com.aspose.drawing/solidbrush) 객체의 정확한 복사본을 생성합니다. | +### SolidBrush(Color color) {#SolidBrush-com.aspose.drawing.Color-} +``` +public SolidBrush(Color color) +``` + + +[SolidBrush](../../com.aspose.drawing/solidbrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| color | [Color](../../com.aspose.drawing/color) | 이 브러시의 색상을 나타내는 Color 구조체입니다. | + +### getColor() {#getColor--} +``` +public final Color getColor() +``` + + +이 SolidBrush 객체의 색상을 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - the color of this SolidBrush object. +### setColor(Color value) {#setColor-com.aspose.drawing.Color-} +``` +public final void setColor(Color value) +``` + + +이 SolidBrush 객체의 색상을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Color](../../com.aspose.drawing/color) | 이 SolidBrush 객체의 색상. | + +### deepClone() {#deepClone--} +``` +public Object deepClone() +``` + + +이 [SolidBrush](../../com.aspose.drawing/solidbrush) 객체의 정확한 복사본을 생성합니다. + +**Returns:** +java.lang.Object - 이 메서드가 생성하는 [SolidBrush](../../com.aspose.drawing/solidbrush) 객체입니다. diff --git a/korean/java/com.aspose.drawing/stringalignment/_index.md b/korean/java/com.aspose.drawing/stringalignment/_index.md new file mode 100644 index 000000000..be331cecc --- /dev/null +++ b/korean/java/com.aspose.drawing/stringalignment/_index.md @@ -0,0 +1,46 @@ +--- +title: StringAlignment +second_title: Aspose.Drawing for Java API 참조 +description: 텍스트 문자열을 레이아웃 사각형에 상대적인 정렬을 지정합니다. +type: docs +weight: 45 +url: /ko/java/com.aspose.drawing/stringalignment/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class StringAlignment extends System.Enum +``` + +텍스트 문자열을 레이아웃 사각형에 상대적인 정렬을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [Near](#Near) | 텍스트를 레이아웃 근처에 정렬하도록 지정합니다. | +| [Center](#Center) | 텍스트가 레이아웃 사각형의 중앙에 정렬되도록 지정합니다. | +| [Far](#Far) | 텍스트가 레이아웃 사각형의 원점 위치에서 멀리 정렬되도록 지정합니다. | +### Near {#Near} +``` +public static final int Near +``` + + +텍스트를 레이아웃 근처에 정렬하도록 지정합니다. 왼쪽에서 오른쪽으로 흐르는 레이아웃에서는 근접 위치가 왼쪽이며, 오른쪽에서 왼쪽으로 흐르는 레이아웃에서는 근접 위치가 오른쪽입니다. + +### Center {#Center} +``` +public static final int Center +``` + + +텍스트가 레이아웃 사각형의 중앙에 정렬되도록 지정합니다. + +### Far {#Far} +``` +public static final int Far +``` + + +텍스트가 레이아웃 사각형의 원점 위치에서 멀리 정렬되도록 지정합니다. 왼쪽에서 오른쪽으로 흐르는 레이아웃에서는 먼 위치가 오른쪽이며, 오른쪽에서 왼쪽으로 흐르는 레이아웃에서는 먼 위치가 왼쪽입니다. + diff --git a/korean/java/com.aspose.drawing/stringdigitsubstitute/_index.md b/korean/java/com.aspose.drawing/stringdigitsubstitute/_index.md new file mode 100644 index 000000000..4625f94d4 --- /dev/null +++ b/korean/java/com.aspose.drawing/stringdigitsubstitute/_index.md @@ -0,0 +1,55 @@ +--- +title: StringDigitSubstitute +second_title: Aspose.Drawing for Java API 참조 +description: 열거형은 사용자의 로케일 또는 언어에 따라 문자열의 숫자를 대체하는 방법을 지정합니다. +type: docs +weight: 46 +url: /ko/java/com.aspose.drawing/stringdigitsubstitute/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class StringDigitSubstitute extends System.Enum +``` + +[StringDigitSubstitute](../../com.aspose.drawing/stringdigitsubstitute) 열거형은 사용자의 로케일 및 언어에 따라 문자열의 숫자를 대체하는 방법을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [User](#User) | 사용자 정의 대체 방식을 지정합니다. | +| [None](#None) | 대체를 비활성화하도록 지정합니다. | +| [National](#National) | 사용자 로케일의 공식 국가 언어에 해당하는 대체 숫자를 지정합니다. | +| [Traditional](#Traditional) | 사용자 로케일의 공식 국가 언어와 다를 수 있는 사용자의 고유 스크립트 또는 언어에 해당하는 대체 숫자를 지정합니다. | +### User {#User} +``` +public static final int User +``` + + +사용자 정의 대체 방식을 지정합니다. + +### None {#None} +``` +public static final int None +``` + + +대체를 비활성화하도록 지정합니다. + +### National {#National} +``` +public static final int National +``` + + +사용자 로케일의 공식 국가 언어에 해당하는 대체 숫자를 지정합니다. + +### Traditional {#Traditional} +``` +public static final int Traditional +``` + + +사용자 로케일의 공식 국가 언어와 다를 수 있는 사용자의 고유 스크립트 또는 언어에 해당하는 대체 숫자를 지정합니다. + diff --git a/korean/java/com.aspose.drawing/stringformat/_index.md b/korean/java/com.aspose.drawing/stringformat/_index.md new file mode 100644 index 000000000..9e9affebf --- /dev/null +++ b/korean/java/com.aspose.drawing/stringformat/_index.md @@ -0,0 +1,379 @@ +--- +title: StringFormat +second_title: Aspose.Drawing for Java API 참조 +description: 정렬 방향, 탭 정지, 생략 부호 삽입, 국가별 숫자 대체 및 OpenType 기능과 같은 텍스트 레이아웃 정보를 캡슐화합니다. +type: docs +weight: 47 +url: /ko/java/com.aspose.drawing/stringformat/ +--- +**Inheritance:** +java.lang.Object + +**All Implemented Interfaces:** +com.aspose.ms.System.IDisposable +``` +public final class StringFormat implements System.IDisposable +``` + +텍스트 레이아웃 정보(정렬, 방향 및 탭 정지와 같은)와 표시 조작(생략 부호 삽입 및 국가별 숫자 대체와 같은) 및 OpenType 기능을 캡슐화합니다. 이 클래스는 상속될 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [StringFormat()](#StringFormat--) | 새로운 [StringFormat](../../com.aspose.drawing/stringformat) 클래스 인스턴스를 초기화합니다. | +| [StringFormat(StringFormat format)](#StringFormat-com.aspose.drawing.StringFormat-) | 지정된 기존 [StringFormat](../../com.aspose.drawing/stringformat) 객체에서 새로운 [StringFormat](../../com.aspose.drawing/stringformat) 클래스 인스턴스를 초기화합니다. | +| [StringFormat(int options, int language)](#StringFormat-int-int-) | 지정된 [StringFormatFlags](../../com.aspose.drawing/stringformatflags) 열거형 및 언어를 사용하여 새로운 [StringFormat](../../com.aspose.drawing/stringformat) 클래스 인스턴스를 초기화합니다. | +| [StringFormat(int options)](#StringFormat-int-) | 지정된 [StringFormatFlags](../../com.aspose.drawing/stringformatflags) 열거형을 사용하여 새로운 [StringFormat](../../com.aspose.drawing/stringformat) 클래스 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [setDigitSubstitutionLanguage(int value)](#setDigitSubstitutionLanguage-int-) | | +| [setDigitSubstitutionMethod(int value)](#setDigitSubstitutionMethod-int-) | | +| [getFirstTabOffset()](#getFirstTabOffset--) | | +| [getGenericDefault()](#getGenericDefault--) | 일반적인 기본 [StringFormat](../../com.aspose.drawing/stringformat) 객체를 가져옵니다. | +| [getGenericTypographic()](#getGenericTypographic--) | 일반적인 타이포그래픽 [StringFormat](../../com.aspose.drawing/stringformat) 객체를 가져옵니다. | +| [getFormatFlags()](#getFormatFlags--) | [StringFormatFlags](../../com.aspose.drawing/stringformatflags) 열거형을 가져오거나 설정합니다. 이 열거형은 서식 정보를 포함합니다. | +| [setFormatFlags(int value)](#setFormatFlags-int-) | [StringFormatFlags](../../com.aspose.drawing/stringformatflags) 열거형을 가져오거나 설정합니다. 이 열거형은 서식 정보를 포함합니다. | +| [getAlignment()](#getAlignment--) | 수직 평면에서 텍스트 정렬 정보를 가져오거나 설정합니다. | +| [setAlignment(int value)](#setAlignment-int-) | 수직 평면에서 텍스트 정렬 정보를 가져오거나 설정합니다. | +| [getLineAlignment()](#getLineAlignment--) | 수평 평면에서 줄 정렬을 가져오거나 설정합니다. | +| [setLineAlignment(int value)](#setLineAlignment-int-) | 수평 평면에서 줄 정렬을 가져오거나 설정합니다. | +| [getHotkeyPrefix()](#getHotkeyPrefix--) | 이 [StringFormat](../../com.aspose.drawing/stringformat) 객체에 대한 `HotkeyPrefix`([.getHotkeyPrefix](../../null/\#getHotkeyPrefix)/[.setHotkeyPrefix(int)](../../null/\#setHotkeyPrefix-int-)) 객체를 가져오거나 설정합니다. | +| [setHotkeyPrefix(int value)](#setHotkeyPrefix-int-) | 이 [StringFormat](../../com.aspose.drawing/stringformat) 객체에 대한 `HotkeyPrefix`([.getHotkeyPrefix](../../null/\#getHotkeyPrefix)/[.setHotkeyPrefix(int)](../../null/\#setHotkeyPrefix-int-)) 객체를 가져오거나 설정합니다. | +| [getTrimming()](#getTrimming--) | 이 [StringFormat](../../com.aspose.drawing/stringformat) 객체에 대한 [StringTrimming](../../com.aspose.drawing/stringtrimming) 열거형을 가져오거나 설정합니다. | +| [setTrimming(int value)](#setTrimming-int-) | 이 [StringFormat](../../com.aspose.drawing/stringformat) 객체에 대한 [StringTrimming](../../com.aspose.drawing/stringtrimming) 열거형을 가져오거나 설정합니다. | +| [getDigitSubstitutionLanguage()](#getDigitSubstitutionLanguage--) | 현지 숫자가 서양 숫자로 대체될 때 사용되는 언어를 가져옵니다. | +| [getDigitSubstitutionMethod()](#getDigitSubstitutionMethod--) | 숫자 대체에 사용할 방법을 가져옵니다. | +| [dispose()](#dispose--) | 이 [StringFormat](../../com.aspose.drawing/stringformat) 객체가 사용한 모든 리소스를 해제합니다. | +| [deepClone()](#deepClone--) | 이 [StringFormat](../../com.aspose.drawing/stringformat) 객체의 정확한 복사본을 생성합니다. | +| [getTabStops(float[] firstTabOffset)](#getTabStops-float---) | 이 [StringFormat](../../com.aspose.drawing/stringformat) 객체에 대한 탭 정지를 가져옵니다. | +| [getTabStops()](#getTabStops--) | `Aspose.Imaging.getGraphics().PageUnit` 속성으로 지정된 단위로 탭 정지 사이의 거리 배열을 가져옵니다. | +| [setTabStops(float firstTabOffset, float[] tabStops)](#setTabStops-float-float---) | 이 [StringFormat](../../com.aspose.drawing/stringformat) 객체에 대한 탭 정지를 설정합니다. | +| [setDigitSubstitution(int language, int substitute)](#setDigitSubstitution-int-int-) | 현지 숫자가 서양 숫자로 대체될 때 사용할 언어와 방법을 지정합니다. | +| [setMeasurableCharacterRanges(CharacterRange[] ranges)](#setMeasurableCharacterRanges-com.aspose.drawing.CharacterRange---) | `MeasureCharacterRanges` 메서드 호출로 측정된 문자 범위를 나타내는 [CharacterRange](../../com.aspose.drawing/characterrange) 구조체 배열을 지정합니다. | +### StringFormat() {#StringFormat--} +``` +public StringFormat() +``` + + +새로운 [StringFormat](../../com.aspose.drawing/stringformat) 클래스 인스턴스를 초기화합니다. + +### StringFormat(StringFormat format) {#StringFormat-com.aspose.drawing.StringFormat-} +``` +public StringFormat(StringFormat format) +``` + + +지정된 기존 [StringFormat](../../com.aspose.drawing/stringformat) 객체에서 새로운 [StringFormat](../../com.aspose.drawing/stringformat) 클래스 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| format | [StringFormat](../../com.aspose.drawing/stringformat) | 새로운 [StringFormat](../../com.aspose.drawing/stringformat) 객체를 초기화할 [StringFormat](../../com.aspose.drawing/stringformat) 객체입니다. | + +### StringFormat(int options, int language) {#StringFormat-int-int-} +``` +public StringFormat(int options, int language) +``` + + +지정된 [StringFormatFlags](../../com.aspose.drawing/stringformatflags) 열거형 및 언어를 사용하여 새로운 [StringFormat](../../com.aspose.drawing/stringformat) 클래스 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| options | int | 새로운 [StringFormat](../../com.aspose.drawing/stringformat) 객체에 대한 [StringFormatFlags](../../com.aspose.drawing/stringformatflags) 열거형입니다. | +| 언어 | int | 텍스트의 언어를 나타내는 값입니다. | + +### StringFormat(int options) {#StringFormat-int-} +``` +public StringFormat(int options) +``` + + +지정된 [StringFormatFlags](../../com.aspose.drawing/stringformatflags) 열거형을 사용하여 새로운 [StringFormat](../../com.aspose.drawing/stringformat) 클래스 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| options | int | 새로운 [StringFormat](../../com.aspose.drawing/stringformat) 객체에 대한 [StringFormatFlags](../../com.aspose.drawing/stringformatflags) 열거형입니다. | + +### setDigitSubstitutionLanguage(int value) {#setDigitSubstitutionLanguage-int-} +``` +public void setDigitSubstitutionLanguage(int value) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### setDigitSubstitutionMethod(int value) {#setDigitSubstitutionMethod-int-} +``` +public void setDigitSubstitutionMethod(int value) +``` + + + + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getFirstTabOffset() {#getFirstTabOffset--} +``` +public float getFirstTabOffset() +``` + + + + +**Returns:** +float +### getGenericDefault() {#getGenericDefault--} +``` +public static StringFormat getGenericDefault() +``` + + +일반적인 기본 [StringFormat](../../com.aspose.drawing/stringformat) 객체를 가져옵니다. + +**Returns:** +[StringFormat](../../com.aspose.drawing/stringformat) +### getGenericTypographic() {#getGenericTypographic--} +``` +public static StringFormat getGenericTypographic() +``` + + +일반적인 타이포그래픽 [StringFormat](../../com.aspose.drawing/stringformat) 객체를 가져옵니다. + +**Returns:** +[StringFormat](../../com.aspose.drawing/stringformat) - A generic typographic [StringFormat](../../com.aspose.drawing/stringformat) object. +### getFormatFlags() {#getFormatFlags--} +``` +public int getFormatFlags() +``` + + +[StringFormatFlags](../../com.aspose.drawing/stringformatflags) 열거형을 가져오거나 설정합니다. 이 열거형은 서식 정보를 포함합니다. + +**Returns:** +int +### setFormatFlags(int value) {#setFormatFlags-int-} +``` +public void setFormatFlags(int value) +``` + + +[StringFormatFlags](../../com.aspose.drawing/stringformatflags) 열거형을 가져오거나 설정합니다. 이 열거형은 서식 정보를 포함합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getAlignment() {#getAlignment--} +``` +public int getAlignment() +``` + + +수직 평면에서 텍스트 정렬 정보를 가져오거나 설정합니다. + +**Returns:** +int +### setAlignment(int value) {#setAlignment-int-} +``` +public void setAlignment(int value) +``` + + +수직 평면에서 텍스트 정렬 정보를 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getLineAlignment() {#getLineAlignment--} +``` +public int getLineAlignment() +``` + + +수평 평면에서 줄 정렬을 가져오거나 설정합니다. + +**Returns:** +int +### setLineAlignment(int value) {#setLineAlignment-int-} +``` +public void setLineAlignment(int value) +``` + + +수평 평면에서 줄 정렬을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getHotkeyPrefix() {#getHotkeyPrefix--} +``` +public int getHotkeyPrefix() +``` + + +이 [StringFormat](../../com.aspose.drawing/stringformat) 객체에 대한 `HotkeyPrefix`([.getHotkeyPrefix](../../null/\#getHotkeyPrefix)/[.setHotkeyPrefix(int)](../../null/\#setHotkeyPrefix-int-)) 객체를 가져오거나 설정합니다. + +**Returns:** +int +### setHotkeyPrefix(int value) {#setHotkeyPrefix-int-} +``` +public void setHotkeyPrefix(int value) +``` + + +이 [StringFormat](../../com.aspose.drawing/stringformat) 객체에 대한 `HotkeyPrefix`([.getHotkeyPrefix](../../null/\#getHotkeyPrefix)/[.setHotkeyPrefix(int)](../../null/\#setHotkeyPrefix-int-)) 객체를 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getTrimming() {#getTrimming--} +``` +public int getTrimming() +``` + + +이 [StringFormat](../../com.aspose.drawing/stringformat) 객체에 대한 [StringTrimming](../../com.aspose.drawing/stringtrimming) 열거형을 가져오거나 설정합니다. + +**Returns:** +int +### setTrimming(int value) {#setTrimming-int-} +``` +public void setTrimming(int value) +``` + + +이 [StringFormat](../../com.aspose.drawing/stringformat) 객체에 대한 [StringTrimming](../../com.aspose.drawing/stringtrimming) 열거형을 가져오거나 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | | + +### getDigitSubstitutionLanguage() {#getDigitSubstitutionLanguage--} +``` +public int getDigitSubstitutionLanguage() +``` + + +현지 숫자가 서양 숫자로 대체될 때 사용되는 언어를 가져옵니다. + +**Returns:** +int - 현지 숫자가 서양 숫자로 대체될 때 사용될 언어를 식별하는 국가 언어 지원(NLS) 언어 식별자입니다. `System.Globalization.CultureInfo.LCID` 속성을 java.util.Locale 객체의 NLS 언어 식별자로 전달할 수 있습니다. 예를 들어, 문자열 "ar-EG"를 java.util.Locale 생성자에 전달하여 java.util.Locale 객체를 만든다고 가정합니다. 해당 java.util.Locale 객체의 `System.Globalization.CultureInfo.LCID` 속성을 `StringDigitSubstitute.Traditional`와 함께 [.setDigitSubstitution(int,int)](../../null/\#setDigitSubstitution-int-int-) 메서드에 전달하면, 표시 시 아라비아-인도 숫자가 서양 숫자로 대체됩니다. +### getDigitSubstitutionMethod() {#getDigitSubstitutionMethod--} +``` +public int getDigitSubstitutionMethod() +``` + + +숫자 대체에 사용할 방법을 가져옵니다. + +**Returns:** +int - 현재 글꼴에서 지원되지 않아 표시할 수 없는 문자열의 문자를 어떻게 대체할지 지정하는 [StringDigitSubstitute](../../com.aspose.drawing/stringdigitsubstitute) 열거형 값입니다. +### dispose() {#dispose--} +``` +public void dispose() +``` + + +이 [StringFormat](../../com.aspose.drawing/stringformat) 객체가 사용한 모든 리소스를 해제합니다. + +### deepClone() {#deepClone--} +``` +public StringFormat deepClone() +``` + + +이 [StringFormat](../../com.aspose.drawing/stringformat) 객체의 정확한 복사본을 생성합니다. + +**Returns:** +[StringFormat](../../com.aspose.drawing/stringformat) - The [StringFormat](../../com.aspose.drawing/stringformat) object this method creates. +### getTabStops(float[] firstTabOffset) {#getTabStops-float---} +``` +public float[] getTabStops(float[] firstTabOffset) +``` + + +이 [StringFormat](../../com.aspose.drawing/stringformat) 객체에 대한 탭 정지를 가져옵니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| firstTabOffset | float[] | 텍스트 줄의 시작과 첫 번째 탭 정지점 사이의 공백 수입니다. | + +**Returns:** +float[] - 탭 정지점 사이의 거리(공백 수) 배열입니다. +### getTabStops() {#getTabStops--} +``` +public float[] getTabStops() +``` + + +`Aspose.Imaging.getGraphics().PageUnit` 속성으로 지정된 단위로 탭 정지 사이의 거리 배열을 가져옵니다. + +**Returns:** +float[] - 탭 정지점들입니다. + +이 속성은 제거된 메서드 GetTabStops에 대해 도입되었습니다. +### setTabStops(float firstTabOffset, float[] tabStops) {#setTabStops-float-float---} +``` +public void setTabStops(float firstTabOffset, float[] tabStops) +``` + + +이 [StringFormat](../../com.aspose.drawing/stringformat) 객체에 대한 탭 정지를 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| firstTabOffset | float | 텍스트 줄의 시작과 첫 번째 탭 정지점 사이의 공백 수입니다. | +| tabStops | float[] | Graphics.PageUnit 속성에서 지정한 단위로 탭 정지점 사이의 거리 배열입니다. | + +### setDigitSubstitution(int language, int substitute) {#setDigitSubstitution-int-int-} +``` +public void setDigitSubstitution(int language, int substitute) +``` + + +현지 숫자가 서양 숫자로 대체될 때 사용할 언어와 방법을 지정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 언어 | int | 국가 언어 지원(NLS) 언어 식별자는 현지 숫자가 서양 숫자로 대체될 때 사용될 언어를 식별합니다. `System.Globalization.CultureInfo.LCID` 속성을 java.util.Locale 객체의 NLS 언어 식별자로 전달할 수 있습니다. 예를 들어, 문자열 `"ar-EG"`를 java.util.Locale 생성자에 전달하여 java.util.Locale 객체를 만든다고 가정합니다. 해당 java.util.Locale 객체의 `System.Globalization.CultureInfo.LCID` 속성을 `StringDigitSubstitute.Traditional`와 함께 `M:StringFormat.SetDigitSubstitution(System.Int32,StringDigitSubstitute)` 메서드에 전달하면, 표시 시 아라비아-인도 숫자가 서양 숫자로 대체됩니다. | +| substitute | int | [StringDigitSubstitute](../../com.aspose.drawing/stringdigitsubstitute) 열거형의 요소로, 숫자가 어떻게 표시되는지를 지정합니다. | + +### setMeasurableCharacterRanges(CharacterRange[] ranges) {#setMeasurableCharacterRanges-com.aspose.drawing.CharacterRange---} +``` +public void setMeasurableCharacterRanges(CharacterRange[] ranges) +``` + + +`MeasureCharacterRanges` 메서드 호출로 측정된 문자 범위를 나타내는 [CharacterRange](../../com.aspose.drawing/characterrange) 구조체 배열을 지정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| ranges | [CharacterRange\[\]](../../com.aspose.drawing/characterrange) | `MeasureCharacterRanges` 메서드 호출로 측정되는 문자 범위를 지정하는 [CharacterRange](../../com.aspose.drawing/characterrange) 구조체 배열입니다. | + diff --git a/korean/java/com.aspose.drawing/stringformatflags/_index.md b/korean/java/com.aspose.drawing/stringformatflags/_index.md new file mode 100644 index 000000000..ee9c48a2f --- /dev/null +++ b/korean/java/com.aspose.drawing/stringformatflags/_index.md @@ -0,0 +1,109 @@ +--- +title: StringFormatFlags +second_title: Aspose.Drawing for Java API 참조 +description: 텍스트 문자열에 대한 표시 및 레이아웃 정보를 지정합니다. +type: docs +weight: 48 +url: /ko/java/com.aspose.drawing/stringformatflags/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class StringFormatFlags extends System.Enum +``` + +텍스트 문자열에 대한 표시 및 레이아웃 정보를 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [DirectionRightToLeft](#DirectionRightToLeft) | 텍스트가 오른쪽에서 왼쪽으로 표시됩니다. | +| [DirectionVertical](#DirectionVertical) | 텍스트가 수직으로 정렬됩니다. | +| [FitBlackBox](#FitBlackBox) | 문자 일부가 문자열 레이아웃 사각형을 넘어서도록 허용됩니다. | +| [DisplayFormatControl](#DisplayFormatControl) | 왼쪽에서 오른쪽으로 표시하는 마크와 같은 제어 문자는 출력에 대표 글리프로 표시됩니다. | +| [NoFontFallback](#NoFontFallback) | 요청된 글꼴에서 지원되지 않는 문자를 위한 대체 글꼴 사용이 비활성화됩니다. | +| [MeasureTrailingSpaces](#MeasureTrailingSpaces) | 각 행 끝의 뒤쪽 공백을 포함합니다. | +| [NoWrap](#NoWrap) | 사각형 내에서 서식 지정 시 행 사이의 텍스트 줄바꿈이 비활성화됩니다. | +| [LineLimit](#LineLimit) | 전체 행만 서식 사각형에 배치됩니다. | +| [NoClip](#NoClip) | 글리프의 넘치는 부분과 서식 사각형 밖으로 나가는 줄바꿈되지 않은 텍스트가 표시되도록 허용됩니다. | +| [ExactAlignment](#ExactAlignment) | 정확한 정렬, 올바른 패딩 GDI+ | +### DirectionRightToLeft {#DirectionRightToLeft} +``` +public static final int DirectionRightToLeft +``` + + +텍스트가 오른쪽에서 왼쪽으로 표시됩니다. + +### DirectionVertical {#DirectionVertical} +``` +public static final int DirectionVertical +``` + + +텍스트가 수직으로 정렬됩니다. + +### FitBlackBox {#FitBlackBox} +``` +public static final int FitBlackBox +``` + + +문자 일부가 문자열 레이아웃 사각형을 넘어서도록 허용됩니다. 기본적으로 문자는 넘침을 방지하도록 재배치됩니다. + +### DisplayFormatControl {#DisplayFormatControl} +``` +public static final int DisplayFormatControl +``` + + +왼쪽에서 오른쪽으로 표시하는 마크와 같은 제어 문자는 출력에 대표 글리프로 표시됩니다. + +### NoFontFallback {#NoFontFallback} +``` +public static final int NoFontFallback +``` + + +요청된 글꼴에서 지원되지 않는 문자를 위한 대체 글꼴 사용이 비활성화됩니다. 누락된 문자는 일반적으로 빈 사각형인 글꼴의 누락된 글리프로 표시됩니다. + +### MeasureTrailingSpaces {#MeasureTrailingSpaces} +``` +public static final int MeasureTrailingSpaces +``` + + +각 행 끝의 뒤쪽 공백을 포함합니다. 기본적으로 MeasureString 메서드가 반환하는 경계 사각형은 각 행 끝의 공백을 제외합니다. 이 플래그를 설정하면 측정에 해당 공백을 포함합니다. + +### NoWrap {#NoWrap} +``` +public static final int NoWrap +``` + + +사각형 내에서 서식 지정 시 행 사이의 텍스트 줄바꿈이 비활성화됩니다. 이 플래그는 사각형 대신 점이 전달되거나 지정된 사각형의 행 길이가 0인 경우 암시됩니다. + +### LineLimit {#LineLimit} +``` +public static final int LineLimit +``` + + +전체 행만이 서식 사각형에 배치됩니다. 기본적으로 레이아웃은 텍스트 끝까지 또는 클리핑으로 인해 더 이상 보이는 행이 없을 때까지, 둘 중 먼저 발생하는 시점까지 계속됩니다. 기본 설정은 행 높이의 정수 배가 아닌 서식 사각형에 의해 마지막 행이 부분적으로 가려질 수 있음을 참고하십시오. 전체 행만 보이도록 하려면 이 값을 지정하고, 최소한 한 행 높이만큼 높은 서식 사각형을 제공하도록 주의하십시오. + +### NoClip {#NoClip} +``` +public static final int NoClip +``` + + +글리프의 돌출 부분과 서식 사각형 밖으로 넘어가는 래핑되지 않은 텍스트는 표시될 수 있습니다. 기본적으로 서식 사각형 밖으로 넘어가는 모든 텍스트와 글리프 부분은 클리핑됩니다. + +### ExactAlignment {#ExactAlignment} +``` +public static final int ExactAlignment +``` + + +정확한 정렬, 올바른 패딩 GDI+ + diff --git a/korean/java/com.aspose.drawing/stringtrimming/_index.md b/korean/java/com.aspose.drawing/stringtrimming/_index.md new file mode 100644 index 000000000..507dd47c7 --- /dev/null +++ b/korean/java/com.aspose.drawing/stringtrimming/_index.md @@ -0,0 +1,73 @@ +--- +title: StringTrimming +second_title: Aspose.Drawing for Java API 참조 +description: 레이아웃 형태에 완전히 맞지 않는 문자열에서 문자를 잘라내는 방법을 지정합니다. +type: docs +weight: 49 +url: /ko/java/com.aspose.drawing/stringtrimming/ +--- +**Inheritance:** +java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum +``` +public final class StringTrimming extends System.Enum +``` + +레이아웃 형태에 완전히 맞지 않는 문자열에서 문자를 잘라내는 방법을 지정합니다. +## 필드 + +| 필드 | 설명 | +| --- | --- | +| [None](#None) | 잘라내지 않음을 지정합니다. | +| [Character](#Character) | 텍스트가 가장 가까운 문자까지 잘라내어짐을 지정합니다. | +| [Word](#Word) | 텍스트가 가장 가까운 단어까지 잘라내어짐을 지정합니다. | +| [EllipsisCharacter](#EllipsisCharacter) | 텍스트가 가장 가까운 문자까지 잘라내어지고, 잘라낸 줄 끝에 생략 부호가 삽입됨을 지정합니다. | +| [EllipsisWord](#EllipsisWord) | 텍스트가 가장 가까운 단어까지 잘라내어지고, 잘라낸 줄 끝에 생략 부호가 삽입됨을 지정합니다. | +| [EllipsisPath](#EllipsisPath) | 잘라낸 줄의 중앙 부분이 제거되고 생략 부호로 대체됩니다. | +### None {#None} +``` +public static final int None +``` + + +잘라내지 않음을 지정합니다. + +### Character {#Character} +``` +public static final int Character +``` + + +텍스트가 가장 가까운 문자까지 잘라내어짐을 지정합니다. + +### Word {#Word} +``` +public static final int Word +``` + + +텍스트가 가장 가까운 단어까지 잘라내어짐을 지정합니다. + +### EllipsisCharacter {#EllipsisCharacter} +``` +public static final int EllipsisCharacter +``` + + +텍스트가 가장 가까운 문자까지 잘라내어지고, 잘라낸 줄 끝에 생략 부호가 삽입됨을 지정합니다. + +### EllipsisWord {#EllipsisWord} +``` +public static final int EllipsisWord +``` + + +텍스트가 가장 가까운 단어까지 잘라내어지고, 잘라낸 줄 끝에 생략 부호가 삽입됨을 지정합니다. + +### EllipsisPath {#EllipsisPath} +``` +public static final int EllipsisPath +``` + + +잘라낸 줄의 중앙 부분이 제거되고 생략 부호로 대체됩니다. 이 알고리즘은 가능한 한 줄의 마지막 슬래시 구분 구간을 많이 유지합니다. + diff --git a/korean/java/com.aspose.drawing/systemcolors/_index.md b/korean/java/com.aspose.drawing/systemcolors/_index.md new file mode 100644 index 000000000..23f1f095d --- /dev/null +++ b/korean/java/com.aspose.drawing/systemcolors/_index.md @@ -0,0 +1,382 @@ +--- +title: SystemColors +second_title: Aspose.Drawing for Java API 참조 +description: 각 속성은 Windows 디스플레이 요소의 색상을 나타내는 구조체이며, 해당 클래스의 속성입니다. +type: docs +weight: 50 +url: /ko/java/com.aspose.drawing/systemcolors/ +--- +**Inheritance:** +java.lang.Object +``` +public final class SystemColors +``` + +[SystemColors](../../com.aspose.drawing/systemcolors) 클래스의 각 속성은 Windows 디스플레이 요소의 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체입니다. +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getActiveBorder()](#getActiveBorder--) | 활성 창 테두리의 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [getActiveCaption()](#getActiveCaption--) | 활성 창 제목 표시줄 배경의 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [getActiveCaptionText()](#getActiveCaptionText--) | 활성 창 제목 표시줄 텍스트의 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [getAppWorkspace()](#getAppWorkspace--) | 응용 프로그램 작업 영역의 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [getButtonFace()](#getButtonFace--) | 3D 요소의 면 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [getButtonHighlight()](#getButtonHighlight--) | 3D 요소의 강조 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [getButtonShadow()](#getButtonShadow--) | 3D 요소의 그림자 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [getControl()](#getControl--) | 3D 요소의 면 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [getControlDark()](#getControlDark--) | 3D 요소의 그림자 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [getControlDarkDark()](#getControlDarkDark--) | 3D 요소의 어두운 그림자 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [getControlLight()](#getControlLight--) | 3D 요소의 밝은 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [getControlLightLight()](#getControlLightLight--) | 3D 요소의 강조 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [getControlText()](#getControlText--) | 3D 요소의 텍스트 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [getDesktop()](#getDesktop--) | 데스크톱의 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [getGradientActiveCaption()](#getGradientActiveCaption--) | 활성 창 제목 표시줄 색상 그라데이션에서 가장 밝은 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [getGradientInactiveCaption()](#getGradientInactiveCaption--) | 비활성 창 제목 표시줄 색상 그라데이션에서 가장 밝은 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [getGrayText()](#getGrayText--) | 희미한 텍스트의 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. | +| [getHighlight()](#getHighlight--) | 선택된 항목의 배경 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. | +| [getHighlightText()](#getHighlightText--) | 선택된 항목의 텍스트 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. | +| [getHotTrack()](#getHotTrack--) | 핫 트랙된 항목을 지정하는 데 사용되는 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. | +| [getInactiveBorder()](#getInactiveBorder--) | 비활성 창 테두리의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. | +| [getInactiveCaption()](#getInactiveCaption--) | 비활성 창 제목 표시줄 배경의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. | +| [getInactiveCaptionText()](#getInactiveCaptionText--) | 비활성 창 제목 표시줄 텍스트의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. | +| [getInfo()](#getInfo--) | 툴팁 배경의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. | +| [getInfoText()](#getInfoText--) | 툴팁 텍스트의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. | +| [getMenu()](#getMenu--) | 메뉴 배경의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. | +| [getMenuBar()](#getMenuBar--) | 메뉴 바 배경의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. | +| [getMenuHighlight()](#getMenuHighlight--) | 메뉴가 플랫 메뉴로 표시될 때 메뉴 항목을 강조 표시하는 데 사용되는 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. | +| [getMenuText()](#getMenuText--) | 메뉴 텍스트의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. | +| [getScrollBar()](#getScrollBar--) | 스크롤 바 배경의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. | +| [getWindow()](#getWindow--) | 창 클라이언트 영역 배경의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. | +| [getWindowFrame()](#getWindowFrame--) | 창 프레임의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. | +| [getWindowText()](#getWindowText--) | 창 클라이언트 영역 텍스트의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. | +### getActiveBorder() {#getActiveBorder--} +``` +public static Color getActiveBorder() +``` + + +활성 창 테두리의 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of the active window's border. +### getActiveCaption() {#getActiveCaption--} +``` +public static Color getActiveCaption() +``` + + +활성 창 제목 표시줄 배경의 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of the background of the active window's title bar. +### getActiveCaptionText() {#getActiveCaptionText--} +``` +public static Color getActiveCaptionText() +``` + + +활성 창 제목 표시줄 텍스트의 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of the text in the active window's title bar. +### getAppWorkspace() {#getAppWorkspace--} +``` +public static Color getAppWorkspace() +``` + + +응용 프로그램 작업 영역의 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of the application workspace. +### getButtonFace() {#getButtonFace--} +``` +public static Color getButtonFace() +``` + + +3D 요소의 면 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the face color of a 3-D element. +### getButtonHighlight() {#getButtonHighlight--} +``` +public static Color getButtonHighlight() +``` + + +3D 요소의 강조 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the highlight color of a 3-D element. +### getButtonShadow() {#getButtonShadow--} +``` +public static Color getButtonShadow() +``` + + +3D 요소의 그림자 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the shadow color of a 3-D element. +### getControl() {#getControl--} +``` +public static Color getControl() +``` + + +3D 요소의 면 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the face color of a 3-D element. +### getControlDark() {#getControlDark--} +``` +public static Color getControlDark() +``` + + +3D 요소의 그림자 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the shadow color of a 3-D element. +### getControlDarkDark() {#getControlDarkDark--} +``` +public static Color getControlDarkDark() +``` + + +3D 요소의 어두운 그림자 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the dark shadow color of a 3-D element. +### getControlLight() {#getControlLight--} +``` +public static Color getControlLight() +``` + + +3D 요소의 밝은 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the light color of a 3-D element. +### getControlLightLight() {#getControlLightLight--} +``` +public static Color getControlLightLight() +``` + + +3D 요소의 강조 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the highlight color of a 3-D element. +### getControlText() {#getControlText--} +``` +public static Color getControlText() +``` + + +3D 요소의 텍스트 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of text in a 3-D element. +### getDesktop() {#getDesktop--} +``` +public static Color getDesktop() +``` + + +데스크톱의 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of the desktop. +### getGradientActiveCaption() {#getGradientActiveCaption--} +``` +public static Color getGradientActiveCaption() +``` + + +활성 창 제목 표시줄 색상 그라데이션에서 가장 밝은 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the lightest color in the color gradient of an active window's title bar. +### getGradientInactiveCaption() {#getGradientInactiveCaption--} +``` +public static Color getGradientInactiveCaption() +``` + + +비활성 창 제목 표시줄 색상 그라데이션에서 가장 밝은 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the lightest color in the color gradient of an inactive window's title bar. +### getGrayText() {#getGrayText--} +``` +public static Color getGrayText() +``` + + +희미한 텍스트의 색상을 나타내는 [Color](../../com.aspose.drawing/color) 구조체를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of dimmed text. +### getHighlight() {#getHighlight--} +``` +public static Color getHighlight() +``` + + +선택된 항목의 배경 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of the background of selected items. +### getHighlightText() {#getHighlightText--} +``` +public static Color getHighlightText() +``` + + +선택된 항목의 텍스트 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of the text of selected items. +### getHotTrack() {#getHotTrack--} +``` +public static Color getHotTrack() +``` + + +핫 트랙된 항목을 지정하는 데 사용되는 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color used to designate a hot-tracked item. +### getInactiveBorder() {#getInactiveBorder--} +``` +public static Color getInactiveBorder() +``` + + +비활성 창 테두리의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of an inactive window's border. +### getInactiveCaption() {#getInactiveCaption--} +``` +public static Color getInactiveCaption() +``` + + +비활성 창 제목 표시줄 배경의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of the background of an inactive window's title bar. +### getInactiveCaptionText() {#getInactiveCaptionText--} +``` +public static Color getInactiveCaptionText() +``` + + +비활성 창 제목 표시줄 텍스트의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of the text in an inactive window's title bar. +### getInfo() {#getInfo--} +``` +public static Color getInfo() +``` + + +툴팁 배경의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of the background of a ToolTip. +### getInfoText() {#getInfoText--} +``` +public static Color getInfoText() +``` + + +툴팁 텍스트의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of the text of a ToolTip. +### getMenu() {#getMenu--} +``` +public static Color getMenu() +``` + + +메뉴 배경의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of a menu's background. +### getMenuBar() {#getMenuBar--} +``` +public static Color getMenuBar() +``` + + +메뉴 바 배경의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of the background of a menu bar. +### getMenuHighlight() {#getMenuHighlight--} +``` +public static Color getMenuHighlight() +``` + + +메뉴가 플랫 메뉴로 표시될 때 메뉴 항목을 강조 표시하는 데 사용되는 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color used to highlight menu items when the menu appears as a flat menu. +### getMenuText() {#getMenuText--} +``` +public static Color getMenuText() +``` + + +메뉴 텍스트의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of a menu's text. +### getScrollBar() {#getScrollBar--} +``` +public static Color getScrollBar() +``` + + +스크롤 바 배경의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of the background of a scroll bar. +### getWindow() {#getWindow--} +``` +public static Color getWindow() +``` + + +창 클라이언트 영역 배경의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of the background in the client area of a window. +### getWindowFrame() {#getWindowFrame--} +``` +public static Color getWindowFrame() +``` + + +창 프레임의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of a window frame. +### getWindowText() {#getWindowText--} +``` +public static Color getWindowText() +``` + + +창 클라이언트 영역 텍스트의 색상인 [Color](../../com.aspose.drawing/color) 구조를 가져옵니다. + +**Returns:** +[Color](../../com.aspose.drawing/color) - a [Color](../../com.aspose.drawing/color) structure that is the color of the text in the client area of a window. diff --git a/korean/java/com.aspose.drawing/systemfonts/_index.md b/korean/java/com.aspose.drawing/systemfonts/_index.md new file mode 100644 index 000000000..c14cf376b --- /dev/null +++ b/korean/java/com.aspose.drawing/systemfonts/_index.md @@ -0,0 +1,134 @@ +--- +title: 시스템 글꼴 +second_title: Aspose.Drawing for Java API 참조 +description: Windows 디스플레이 요소에 텍스트를 표시하는 데 사용되는 글꼴을 지정합니다. +type: docs +weight: 51 +url: /ko/java/com.aspose.drawing/systemfonts/ +--- +**Inheritance:** +java.lang.Object +``` +public final class SystemFonts +``` + +Windows 디스플레이 요소에 텍스트를 표시하는 데 사용되는 글꼴을 지정합니다. +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getCaptionFont()](#getCaptionFont--) | 윈도우의 제목 표시줄에 텍스트를 표시하는 데 사용되는 [Font](../../com.aspose.drawing/font)을 가져옵니다. | +| [getSmallCaptionFont()](#getSmallCaptionFont--) | 도구 창과 같은 작은 창의 제목 표시줄에 텍스트를 표시하는 데 사용되는 [Font](../../com.aspose.drawing/font)을 가져옵니다. | +| [getMenuFont()](#getMenuFont--) | 메뉴에 사용되는 [Font](../../com.aspose.drawing/font)을 가져옵니다. | +| [getStatusFont()](#getStatusFont--) | 상태 표시줄에 텍스트를 표시하는 데 사용되는 [Font](../../com.aspose.drawing/font)을 가져옵니다. | +| [getMessageBoxFont()](#getMessageBoxFont--) | 메시지 상자에 사용되는 [Font](../../com.aspose.drawing/font)을 가져옵니다. | +| [getIconTitleFont()](#getIconTitleFont--) | 아이콘 제목에 사용되는 [Font](../../com.aspose.drawing/font)을 가져옵니다. | +| [getDefaultFont()](#getDefaultFont--) | 응용 프로그램이 대화 상자와 폼에 사용할 수 있는 기본 글꼴을 가져옵니다. | +| [getDefaultImageFont()](#getDefaultImageFont--) | 응용 프로그램이 대화 상자와 폼에 사용할 수 있는 기본 글꼴을 가져옵니다. | +| [getDialogFont()](#getDialogFont--) | 응용 프로그램이 대화 상자와 폼에 사용할 수 있는 글꼴을 가져옵니다. | +| [getFontByName(String systemFontName)](#getFontByName-java.lang.String-) | 지정된 시스템 글꼴 이름에 해당하는 글꼴 객체를 반환합니다. | +### getCaptionFont() {#getCaptionFont--} +``` +public static Font getCaptionFont() +``` + + +윈도우의 제목 표시줄에 텍스트를 표시하는 데 사용되는 [Font](../../com.aspose.drawing/font)을 가져옵니다. + +**Returns:** +[Font](../../com.aspose.drawing/font) - a [Font](../../com.aspose.drawing/font) that is used to display text in the title bars of windows. +### getSmallCaptionFont() {#getSmallCaptionFont--} +``` +public static Font getSmallCaptionFont() +``` + + +도구 창과 같은 작은 창의 제목 표시줄에 텍스트를 표시하는 데 사용되는 [Font](../../com.aspose.drawing/font)을 가져옵니다. + +**Returns:** +[Font](../../com.aspose.drawing/font) - a [Font](../../com.aspose.drawing/font) that is used to display text in the title bars of small windows, such as tool windows. +### getMenuFont() {#getMenuFont--} +``` +public static Font getMenuFont() +``` + + +메뉴에 사용되는 [Font](../../com.aspose.drawing/font)을 가져옵니다. + +**Returns:** +[Font](../../com.aspose.drawing/font) - a [Font](../../com.aspose.drawing/font) that is used for menus. +### getStatusFont() {#getStatusFont--} +``` +public static Font getStatusFont() +``` + + +상태 표시줄에 텍스트를 표시하는 데 사용되는 [Font](../../com.aspose.drawing/font)을 가져옵니다. + +**Returns:** +[Font](../../com.aspose.drawing/font) - a [Font](../../com.aspose.drawing/font) that is used to display text in the status bar. +### getMessageBoxFont() {#getMessageBoxFont--} +``` +public static Font getMessageBoxFont() +``` + + +메시지 상자에 사용되는 [Font](../../com.aspose.drawing/font)을 가져옵니다. + +**Returns:** +[Font](../../com.aspose.drawing/font) - a [Font](../../com.aspose.drawing/font) that is used for message boxes. +### getIconTitleFont() {#getIconTitleFont--} +``` +public static Font getIconTitleFont() +``` + + +아이콘 제목에 사용되는 [Font](../../com.aspose.drawing/font)을 가져옵니다. + +**Returns:** +[Font](../../com.aspose.drawing/font) - a [Font](../../com.aspose.drawing/font) that is used for icon titles. +### getDefaultFont() {#getDefaultFont--} +``` +public static Font getDefaultFont() +``` + + +응용 프로그램이 대화 상자와 폼에 사용할 수 있는 기본 글꼴을 가져옵니다. + +**Returns:** +[Font](../../com.aspose.drawing/font) - The default [Font](../../com.aspose.drawing/font) of the system. The value returned will vary depending on the user's operating system and the local culture setting of their system. +### getDefaultImageFont() {#getDefaultImageFont--} +``` +public static Font getDefaultImageFont() +``` + + +응용 프로그램이 대화 상자와 폼에 사용할 수 있는 기본 글꼴을 가져옵니다. + +**Returns:** +[Font](../../com.aspose.imaging/font) - The default [Font](../../com.aspose.drawing/font) of the system. The value returned will vary depending on the user's operating system and the local culture setting of their system. +### getDialogFont() {#getDialogFont--} +``` +public static Font getDialogFont() +``` + + +응용 프로그램이 대화 상자와 폼에 사용할 수 있는 글꼴을 가져옵니다. + +**Returns:** +[Font](../../com.aspose.drawing/font) - A [Font](../../com.aspose.drawing/font) that can be used for dialog boxes and forms, depending on the operating system and local culture setting of the system. +### getFontByName(String systemFontName) {#getFontByName-java.lang.String-} +``` +public static Font getFontByName(String systemFontName) +``` + + +지정된 시스템 글꼴 이름에 해당하는 글꼴 객체를 반환합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| systemFontName | java.lang.String | 글꼴 객체가 필요한 시스템 글꼴의 이름입니다. | + +**Returns:** +[Font](../../com.aspose.drawing/font) - A [Font](../../com.aspose.drawing/font) if the specified name matches a value in [SystemFonts](../../com.aspose.drawing/systemfonts); otherwise, null. diff --git a/korean/java/com.aspose.drawing/systemicons/_index.md b/korean/java/com.aspose.drawing/systemicons/_index.md new file mode 100644 index 000000000..3714b2fdd --- /dev/null +++ b/korean/java/com.aspose.drawing/systemicons/_index.md @@ -0,0 +1,160 @@ +--- +title: SystemIcons +second_title: Aspose.Drawing for Java API 참조 +description: SystemIcons 클래스의 각 속성은 Windows 시스템 전체 아이콘에 대한 객체입니다. +type: docs +weight: 52 +url: /ko/java/com.aspose.drawing/systemicons/ +--- +**Inheritance:** +java.lang.Object +``` +public final class SystemIcons +``` + +SystemIcons 클래스의 각 속성은 Windows 시스템 전체 아이콘에 대한 [Icon](../../com.aspose.drawing/icon) 객체입니다. 이 클래스는 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [SystemIcons()](#SystemIcons--) | | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getApplication()](#getApplication--) | 기본 애플리케이션 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체를 가져옵니다 (WIN32: IDI\_APPLICATION). | +| [getAsterisk()](#getAsterisk--) | 시스템 별표 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체를 가져옵니다 (WIN32: IDI\_ASTERISK). | +| [getError()](#getError--) | 시스템 오류 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체를 가져옵니다 (WIN32: IDI\_ERROR). | +| [getExclamation()](#getExclamation--) | 시스템 느낌표 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체를 가져옵니다 (WIN32: IDI\_EXCLAMATION). | +| [getHand()](#getHand--) | 시스템 손 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체를 가져옵니다 (WIN32: IDI\_HAND). | +| [getInformation()](#getInformation--) | 시스템 정보 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체를 가져옵니다 (WIN32: IDI\_INFORMATION). | +| [getQuestion()](#getQuestion--) | 시스템 질문 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체를 가져옵니다 (WIN32: IDI\_QUESTION). | +| [getShield()](#getShield--) | 방패 아이콘을 포함하는 Icon 객체를 가져옵니다. | +| [getWarning()](#getWarning--) | 시스템 경고 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체를 가져옵니다 (WIN32: IDI\_WARNING). | +| [getWinLogo()](#getWinLogo--) | Windows 로고 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체를 가져옵니다 (WIN32: IDI\_WINLOGO). | +### SystemIcons() {#SystemIcons--} +``` +public SystemIcons() +``` + + +### getApplication() {#getApplication--} +``` +public static Icon getApplication() +``` + + +기본 애플리케이션 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체를 가져옵니다 (WIN32: IDI\_APPLICATION). + +값: 기본 애플리케이션 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체입니다. + +**Returns:** +[Icon](../../com.aspose.drawing/icon) - an [Icon](../../com.aspose.drawing/icon) object that contains the default application icon (WIN32: IDI\_APPLICATION). +### getAsterisk() {#getAsterisk--} +``` +public static Icon getAsterisk() +``` + + +시스템 별표 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체를 가져옵니다 (WIN32: IDI\_ASTERISK). + +값: 시스템 별표 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체입니다. + +**Returns:** +[Icon](../../com.aspose.drawing/icon) - an [Icon](../../com.aspose.drawing/icon) object that contains the system asterisk icon (WIN32: IDI\_ASTERISK). +### getError() {#getError--} +``` +public static Icon getError() +``` + + +시스템 오류 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체를 가져옵니다 (WIN32: IDI\_ERROR). + +값: 시스템 오류 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체입니다. + +**Returns:** +[Icon](../../com.aspose.drawing/icon) - an [Icon](../../com.aspose.drawing/icon) object that contains the system error icon (WIN32: IDI\_ERROR). +### getExclamation() {#getExclamation--} +``` +public static Icon getExclamation() +``` + + +시스템 느낌표 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체를 가져옵니다 (WIN32: IDI\_EXCLAMATION). + +값: 시스템 느낌표 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체입니다. + +**Returns:** +[Icon](../../com.aspose.drawing/icon) - an [Icon](../../com.aspose.drawing/icon) object that contains the system exclamation icon (WIN32: IDI\_EXCLAMATION). +### getHand() {#getHand--} +``` +public static Icon getHand() +``` + + +시스템 손 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체를 가져옵니다 (WIN32: IDI\_HAND). + +값: 시스템 손 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체입니다. + +**Returns:** +[Icon](../../com.aspose.drawing/icon) - an [Icon](../../com.aspose.drawing/icon) object that contains the system hand icon (WIN32: IDI\_HAND). +### getInformation() {#getInformation--} +``` +public static Icon getInformation() +``` + + +시스템 정보 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체를 가져옵니다 (WIN32: IDI\_INFORMATION). + +값: 시스템 정보 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체입니다. + +**Returns:** +[Icon](../../com.aspose.drawing/icon) - an [Icon](../../com.aspose.drawing/icon) object that contains the system information icon (WIN32: IDI\_INFORMATION). +### getQuestion() {#getQuestion--} +``` +public static Icon getQuestion() +``` + + +시스템 질문 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체를 가져옵니다 (WIN32: IDI\_QUESTION). + +값: 시스템 질문 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체입니다. + +**Returns:** +[Icon](../../com.aspose.drawing/icon) - an [Icon](../../com.aspose.drawing/icon) object that contains the system question icon (WIN32: IDI\_QUESTION). +### getShield() {#getShield--} +``` +public static Icon getShield() +``` + + +방패 아이콘을 포함하는 Icon 객체를 가져옵니다. + +값: 방패 아이콘을 포함하는 Icon 객체. + +**Returns:** +[Icon](../../com.aspose.drawing/icon) - an Icon object that contains the shield icon. +### getWarning() {#getWarning--} +``` +public static Icon getWarning() +``` + + +시스템 경고 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체를 가져옵니다 (WIN32: IDI\_WARNING). + +값: 경고 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체. + +**Returns:** +[Icon](../../com.aspose.drawing/icon) - an [Icon](../../com.aspose.drawing/icon) object that contains the system warning icon (WIN32: IDI\_WARNING). +### getWinLogo() {#getWinLogo--} +``` +public static Icon getWinLogo() +``` + + +Windows 로고 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체를 가져옵니다 (WIN32: IDI\_WINLOGO). + +값: winlogo 아이콘을 포함하는 [Icon](../../com.aspose.drawing/icon) 객체. + +**Returns:** +[Icon](../../com.aspose.drawing/icon) - an [Icon](../../com.aspose.drawing/icon) object that contains the Windows logo icon (WIN32: IDI\_WINLOGO). diff --git a/korean/java/com.aspose.drawing/texturebrush/_index.md b/korean/java/com.aspose.drawing/texturebrush/_index.md new file mode 100644 index 000000000..dc47fd8a6 --- /dev/null +++ b/korean/java/com.aspose.drawing/texturebrush/_index.md @@ -0,0 +1,300 @@ +--- +title: TextureBrush +second_title: Aspose.Drawing for Java API 참조 +description: 각 속성은 TextureBrush 클래스의 Brush 객체이며, 이미지를 사용해 도형 내부를 채웁니다. +type: docs +weight: 53 +url: /ko/java/com.aspose.drawing/texturebrush/ +--- +**Inheritance:** +java.lang.Object, [com.aspose.drawing.Brush](../../com.aspose.drawing/brush) +``` +public final class TextureBrush extends Brush +``` + +TextureBrush 클래스의 각 속성은 이미지를 사용하여 도형 내부를 채우는 Brush 객체입니다. 이 클래스는 상속할 수 없습니다. +## 생성자 + +| 생성자 | 설명 | +| --- | --- | +| [TextureBrush(Image bitmap)](#TextureBrush-com.aspose.drawing.Image-) | 지정된 이미지를 사용하는 [TextureBrush](../../com.aspose.drawing/texturebrush) 클래스의 새 인스턴스를 초기화합니다. | +| [TextureBrush(Image image, int wrapMode)](#TextureBrush-com.aspose.drawing.Image-int-) | 지정된 이미지와 랩 모드를 사용하는 [TextureBrush](../../com.aspose.drawing/texturebrush) 클래스의 새 인스턴스를 초기화합니다. | +| [TextureBrush(Image image, int wrapMode, RectangleF dstRect)](#TextureBrush-com.aspose.drawing.Image-int-com.aspose.drawing.RectangleF-) | 지정된 이미지, 랩 모드 및 경계 사각형을 사용하는 [TextureBrush](../../com.aspose.drawing/texturebrush) 클래스의 새 인스턴스를 초기화합니다. | +| [TextureBrush(Image image, RectangleF dstRect)](#TextureBrush-com.aspose.drawing.Image-com.aspose.drawing.RectangleF-) | 지정된 이미지와 경계 사각형을 사용하는 [TextureBrush](../../com.aspose.drawing/texturebrush) 클래스의 새 인스턴스를 초기화합니다. | +| [TextureBrush(Image image, RectangleF dstRect, ImageAttributes imageAttr)](#TextureBrush-com.aspose.drawing.Image-com.aspose.drawing.RectangleF-com.aspose.drawing.imaging.ImageAttributes-) | 지정된 이미지, 경계 사각형 및 이미지 속성을 사용하는 [TextureBrush](../../com.aspose.drawing/texturebrush) 클래스의 새 인스턴스를 초기화합니다. | +## 메서드 + +| 메서드 | 설명 | +| --- | --- | +| [getImage()](#getImage--) | 이 TextureBrush 객체와 연결된 Image 객체를 가져옵니다. | +| [getTransform()](#getTransform--) | 이 TextureBrush 객체와 연결된 이미지에 대한 로컬 기하 변환을 정의하는 Matrix 객체의 복사본을 가져옵니다. | +| [setTransform(Matrix value)](#setTransform-com.aspose.drawing.drawing2d.Matrix-) | 이 TextureBrush 객체와 연결된 이미지에 대한 로컬 기하 변환을 정의하는 Matrix 객체의 복사본을 설정합니다. | +| [getWrapMode()](#getWrapMode--) | 이 TextureBrush 객체의 랩 모드를 나타내는 WrapMode 열거형을 가져옵니다. | +| [setWrapMode(int value)](#setWrapMode-int-) | 이 TextureBrush 객체의 랩 모드를 나타내는 WrapMode 열거형을 설정합니다. | +| [deepClone()](#deepClone--) | 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 정확한 복사본을 생성합니다. | +| [resetTransform()](#resetTransform--) | 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 Transform 속성을 기본값(항등)으로 재설정합니다. | +| [multiplyTransform(Matrix matrix)](#multiplyTransform-com.aspose.drawing.drawing2d.Matrix-) | 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 로컬 기하 변환을 나타내는 [Matrix](../../com.aspose.drawing.drawing2d/matrix) 객체에 지정된 [Matrix](../../com.aspose.drawing.drawing2d/matrix) 객체를 앞에 추가하여 곱합니다. | +| [multiplyTransform(Matrix matrix, int order)](#multiplyTransform-com.aspose.drawing.drawing2d.Matrix-int-) | 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 로컬 기하 변환을 나타내는 [Matrix](../../com.aspose.drawing.drawing2d/matrix) 객체에 지정된 [Matrix](../../com.aspose.drawing.drawing2d/matrix) 객체를 지정된 순서대로 곱합니다. | +| [translateTransform(float dx, float dy)](#translateTransform-float-float-) | 지정된 치수만큼 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 로컬 기하 변환을 이동합니다. | +| [translateTransform(float dx, float dy, int order)](#translateTransform-float-float-int-) | 지정된 치수를 지정된 순서대로 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 로컬 기하 변환에 적용하여 이동합니다. | +| [scaleTransform(float sx, float sy)](#scaleTransform-float-float-) | 지정된 양만큼 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 로컬 기하 변환을 확대/축소합니다. | +| [scaleTransform(float sx, float sy, int order)](#scaleTransform-float-float-int-) | 지정된 양을 지정된 순서대로 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 로컬 기하 변환에 적용하여 확대/축소합니다. | +| [rotateTransform(float angle)](#rotateTransform-float-) | 지정된 각도만큼 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 로컬 기하 변환을 회전합니다. | +| [rotateTransform(float angle, int order)](#rotateTransform-float-int-) | 지정된 각도를 지정된 순서대로 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 로컬 기하 변환에 적용하여 회전합니다. | +### TextureBrush(Image bitmap) {#TextureBrush-com.aspose.drawing.Image-} +``` +public TextureBrush(Image bitmap) +``` + + +지정된 이미지를 사용하는 [TextureBrush](../../com.aspose.drawing/texturebrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| bitmap | [Image](../../com.aspose.drawing/image) | `Image`([.getImage](../../null/\#getImage)) 객체로, 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체가 내부를 채우는 데 사용됩니다. | + +### TextureBrush(Image image, int wrapMode) {#TextureBrush-com.aspose.drawing.Image-int-} +``` +public TextureBrush(Image image, int wrapMode) +``` + + +지정된 이미지와 랩 모드를 사용하는 [TextureBrush](../../com.aspose.drawing/texturebrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| image | [Image](../../com.aspose.drawing/image) | 이미지. | +| wrapMode | int | `WrapMode`([.getWrapMode](../../null/\#getWrapMode)/[.setWrapMode(int)](../../null/\#setWrapMode-int-)) 열거형으로, 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체가 타일링되는 방식을 지정합니다. | + +### TextureBrush(Image image, int wrapMode, RectangleF dstRect) {#TextureBrush-com.aspose.drawing.Image-int-com.aspose.drawing.RectangleF-} +``` +public TextureBrush(Image image, int wrapMode, RectangleF dstRect) +``` + + +지정된 이미지, 랩 모드 및 경계 사각형을 사용하는 [TextureBrush](../../com.aspose.drawing/texturebrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| image | [Image](../../com.aspose.drawing/image) | 이미지. | +| wrapMode | int | `WrapMode`([.getWrapMode](../../null/\#getWrapMode)/[.setWrapMode(int)](../../null/\#setWrapMode-int-)) 열거형으로, 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체가 타일링되는 방식을 지정합니다. | +| dstRect | [RectangleF](../../com.aspose.drawing/rectanglef) | [RectangleF](../../com.aspose.drawing/rectanglef) 구조체로, 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 경계 사각형을 나타냅니다. | + +### TextureBrush(Image image, RectangleF dstRect) {#TextureBrush-com.aspose.drawing.Image-com.aspose.drawing.RectangleF-} +``` +public TextureBrush(Image image, RectangleF dstRect) +``` + + +지정된 이미지와 경계 사각형을 사용하는 [TextureBrush](../../com.aspose.drawing/texturebrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| image | [Image](../../com.aspose.drawing/image) | `Image`([.getImage](../../null/\#getImage)) 객체로, 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체가 내부를 채우는 데 사용됩니다. | +| dstRect | [RectangleF](../../com.aspose.drawing/rectanglef) | [RectangleF](../../com.aspose.drawing/rectanglef) 구조체로, 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 경계 사각형을 나타냅니다. | + +### TextureBrush(Image image, RectangleF dstRect, ImageAttributes imageAttr) {#TextureBrush-com.aspose.drawing.Image-com.aspose.drawing.RectangleF-com.aspose.drawing.imaging.ImageAttributes-} +``` +public TextureBrush(Image image, RectangleF dstRect, ImageAttributes imageAttr) +``` + + +지정된 이미지, 경계 사각형 및 이미지 속성을 사용하는 [TextureBrush](../../com.aspose.drawing/texturebrush) 클래스의 새 인스턴스를 초기화합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| image | [Image](../../com.aspose.drawing/image) | 이 TextureBrush 객체가 내부를 채우는 Image 객체. | +| dstRect | [RectangleF](../../com.aspose.drawing/rectanglef) | 이 TextureBrush 객체의 경계 사각형을 나타내는 RectangleF 구조체. | +| imageAttr | [ImageAttributes](../../com.aspose.drawing.imaging/imageattributes) | 이 TextureBrush 객체에서 사용되는 이미지에 대한 추가 정보를 포함하는 ImageAttributes 객체. | + +### getImage() {#getImage--} +``` +public Image getImage() +``` + + +이 TextureBrush 객체와 연결된 Image 객체를 가져옵니다. + +**Returns:** +[Image](../../com.aspose.drawing/image) - the Image object associated with this TextureBrush object. +### getTransform() {#getTransform--} +``` +public Matrix getTransform() +``` + + +이 TextureBrush 객체와 연결된 이미지에 대한 로컬 기하 변환을 정의하는 Matrix 객체의 복사본을 가져옵니다. + +**Returns:** +[Matrix](../../com.aspose.drawing.drawing2d/matrix) - a copy of the Matrix object that defines a local geometric transformation for the image associated with this TextureBrush object. +### setTransform(Matrix value) {#setTransform-com.aspose.drawing.drawing2d.Matrix-} +``` +public void setTransform(Matrix value) +``` + + +이 TextureBrush 객체와 연결된 이미지에 대한 로컬 기하 변환을 정의하는 Matrix 객체의 복사본을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | [Matrix](../../com.aspose.drawing.drawing2d/matrix) | 이 TextureBrush 객체와 연결된 이미지에 대한 로컬 기하 변환을 정의하는 Matrix 객체의 복사본을 가져옵니다. | + +### getWrapMode() {#getWrapMode--} +``` +public int getWrapMode() +``` + + +이 TextureBrush 객체의 랩 모드를 나타내는 WrapMode 열거형을 가져옵니다. + +**Returns:** +int - 이 TextureBrush 객체의 랩 모드를 나타내는 WrapMode 열거형입니다. +### setWrapMode(int value) {#setWrapMode-int-} +``` +public void setWrapMode(int value) +``` + + +이 TextureBrush 객체의 랩 모드를 나타내는 WrapMode 열거형을 설정합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| value | int | 이 TextureBrush 객체의 랩 모드를 나타내는 WrapMode 열거형. | + +### deepClone() {#deepClone--} +``` +public Object deepClone() +``` + + +이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 정확한 복사본을 생성합니다. + +**Returns:** +java.lang.Object - 이 메서드가 생성하는 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체를 Object 객체로 캐스팅한 것입니다. +### resetTransform() {#resetTransform--} +``` +public void resetTransform() +``` + + +이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 Transform 속성을 기본값(항등)으로 재설정합니다. + +### multiplyTransform(Matrix matrix) {#multiplyTransform-com.aspose.drawing.drawing2d.Matrix-} +``` +public void multiplyTransform(Matrix matrix) +``` + + +이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 로컬 기하 변환을 나타내는 [Matrix](../../com.aspose.drawing.drawing2d/matrix) 객체에 지정된 [Matrix](../../com.aspose.drawing.drawing2d/matrix) 객체를 앞에 추가하여 곱합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| matrix | [Matrix](../../com.aspose.drawing.drawing2d/matrix) | 기하학적 변환을 곱할 때 사용하는 [Matrix](../../com.aspose.drawing.drawing2d/matrix) 객체입니다. | + +### multiplyTransform(Matrix matrix, int order) {#multiplyTransform-com.aspose.drawing.drawing2d.Matrix-int-} +``` +public void multiplyTransform(Matrix matrix, int order) +``` + + +이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 로컬 기하 변환을 나타내는 [Matrix](../../com.aspose.drawing.drawing2d/matrix) 객체에 지정된 [Matrix](../../com.aspose.drawing.drawing2d/matrix) 객체를 지정된 순서대로 곱합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| matrix | [Matrix](../../com.aspose.drawing.drawing2d/matrix) | 기하학적 변환을 곱할 때 사용하는 [Matrix](../../com.aspose.drawing.drawing2d/matrix) 객체입니다. | +| order | int | 두 행렬을 곱하는 순서를 지정하는 [MatrixOrder](../../com.aspose.drawing.drawing2d/matrixorder) 열거형입니다. | + +### translateTransform(float dx, float dy) {#translateTransform-float-float-} +``` +public void translateTransform(float dx, float dy) +``` + + +이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 로컬 기하 변환을 지정된 차원만큼 이동시킵니다. 이 메서드는 변환 앞에 이동을 추가합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| dx | float | x 방향으로 변환을 이동시킬 차원입니다. | +| dy | float | y 방향으로 변환을 이동시킬 차원입니다. | + +### translateTransform(float dx, float dy, int order) {#translateTransform-float-float-int-} +``` +public void translateTransform(float dx, float dy, int order) +``` + + +지정된 치수를 지정된 순서대로 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 로컬 기하 변환에 적용하여 이동합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| dx | float | x 방향으로 변환을 이동시킬 차원입니다. | +| dy | float | y 방향으로 변환을 이동시킬 차원입니다. | +| order | int | 평행 이동을 적용할 순서(앞에 추가 또는 뒤에 추가)입니다. | + +### scaleTransform(float sx, float sy) {#scaleTransform-float-float-} +``` +public void scaleTransform(float sx, float sy) +``` + + +이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 로컬 기하 변환을 지정된 양만큼 스케일링합니다. 이 메서드는 변환 앞에 스케일링 행렬을 추가합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sx | float | x 방향으로 변환을 스케일링할 양입니다. | +| sy | float | y 방향으로 변환을 스케일링할 양입니다. | + +### scaleTransform(float sx, float sy, int order) {#scaleTransform-float-float-int-} +``` +public void scaleTransform(float sx, float sy, int order) +``` + + +지정된 양을 지정된 순서대로 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 로컬 기하 변환에 적용하여 확대/축소합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| sx | float | x 방향으로 변환을 스케일링할 양입니다. | +| sy | float | y 방향으로 변환을 스케일링할 양입니다. | +| order | int | 스케일링 행렬을 추가하거나 앞에 삽입할지를 지정하는 [MatrixOrder](../../com.aspose.drawing.drawing2d/matrixorder) 열거형입니다. | + +### rotateTransform(float angle) {#rotateTransform-float-} +``` +public void rotateTransform(float angle) +``` + + +이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 로컬 기하 변환을 지정된 각도만큼 회전시킵니다. 이 메서드는 변환 앞에 회전을 추가합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 각도 | float | 회전 각도. | + +### rotateTransform(float angle, int order) {#rotateTransform-float-int-} +``` +public void rotateTransform(float angle, int order) +``` + + +지정된 각도를 지정된 순서대로 이 [TextureBrush](../../com.aspose.drawing/texturebrush) 객체의 로컬 기하 변환에 적용하여 회전합니다. + +**Parameters:** +| 매개변수 | 유형 | 설명 | +| --- | --- | --- | +| 각도 | float | 회전 각도. | +| order | int | 회전 행렬을 추가하거나 앞에 삽입할지를 지정하는 [MatrixOrder](../../com.aspose.drawing.drawing2d/matrixorder) 열거형입니다. | +