AdjustableArrowCap Classe
Definição
Representa uma terminação de linha em forma de seta ajustável.Represents an adjustable arrow-shaped line cap. Essa classe não pode ser herdada.This class cannot be inherited.
public ref class AdjustableArrowCap sealed : System::Drawing::Drawing2D::CustomLineCap
public sealed class AdjustableArrowCap : System.Drawing.Drawing2D.CustomLineCap
type AdjustableArrowCap = class
inherit CustomLineCap
Public NotInheritable Class AdjustableArrowCap
Inherits CustomLineCap
- Herança
Construtores
| AdjustableArrowCap(Single, Single) |
Inicializa uma nova instância da classe AdjustableArrowCap com a largura e a altura especificadas.Initializes a new instance of the AdjustableArrowCap class with the specified width and height. Os arremates de extremidade de setas criadas com esse construtor sempre são preenchidos.The arrow end caps created with this constructor are always filled. |
| AdjustableArrowCap(Single, Single, Boolean) |
Inicializa uma nova instância da classe AdjustableArrowCap com a largura, a altura e a propriedade de preenchimento especificadas.Initializes a new instance of the AdjustableArrowCap class with the specified width, height, and fill property. O preenchimento ou não do arremate de extremidade de seta depende do argumento passado para o parâmetro |
Propriedades
| BaseCap |
Obtém ou define a enumeração LineCap em que esse CustomLineCap se baseia.Gets or sets the LineCap enumeration on which this CustomLineCap is based. (Herdado de CustomLineCap) |
| BaseInset |
Obtém ou define a distância entre o limite e a linha.Gets or sets the distance between the cap and the line. (Herdado de CustomLineCap) |
| Filled |
Obtém ou define se a extremidade da seta é preenchida.Gets or sets whether the arrow cap is filled. |
| Height |
Obtém ou define a altura da extremidade da seta.Gets or sets the height of the arrow cap. |
| MiddleInset |
Obtém ou define o número de unidades entre o contorno da extremidade da seta e o preenchimento.Gets or sets the number of units between the outline of the arrow cap and the fill. |
| StrokeJoin |
Obtém ou define a enumeração LineJoin que determina como as linhas que compõem esse objeto CustomLineCap são unidas.Gets or sets the LineJoin enumeration that determines how lines that compose this CustomLineCap object are joined. (Herdado de CustomLineCap) |
| Width |
Obtém ou define a largura da extremidade da seta.Gets or sets the width of the arrow cap. |
| WidthScale |
Obtém ou define a quantidade pela qual escalar esse objeto de classe CustomLineCap em relação à largura do objeto Pen.Gets or sets the amount by which to scale this CustomLineCap Class object with respect to the width of the Pen object. (Herdado de CustomLineCap) |
Métodos
| Clone() |
Cria uma cópia exata deste CustomLineCap.Creates an exact copy of this CustomLineCap. (Herdado de CustomLineCap) |
| CreateObjRef(Type) |
Cria um objeto que contém todas as informações relevantes necessárias para gerar um proxy usado para se comunicar com um objeto remoto.Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Herdado de MarshalByRefObject) |
| Dispose() |
Libera todos os recursos usados por esse objeto CustomLineCap.Releases all resources used by this CustomLineCap object. (Herdado de CustomLineCap) |
| Dispose(Boolean) |
Libera os recursos não gerenciados usados pelo CustomLineCap e opcionalmente libera os recursos gerenciados.Releases the unmanaged resources used by the CustomLineCap and optionally releases the managed resources. (Herdado de CustomLineCap) |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetLifetimeService() |
Obsoleto.
Recupera o objeto de serviço de tempo de vida atual que controla a política de ciclo de vida para esta instância.Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Herdado de MarshalByRefObject) |
| GetStrokeCaps(LineCap, LineCap) |
Obtém os limites usados para iniciar e encerrar as linhas que compõem esse limite personalizado.Gets the caps used to start and end lines that make up this custom cap. (Herdado de CustomLineCap) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| InitializeLifetimeService() |
Obsoleto.
Obtém um objeto de serviço de tempo de vida para controlar a política de tempo de vida para essa instância.Obtains a lifetime service object to control the lifetime policy for this instance. (Herdado de MarshalByRefObject) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| MemberwiseClone(Boolean) |
Cria uma cópia superficial do objeto MarshalByRefObject atual.Creates a shallow copy of the current MarshalByRefObject object. (Herdado de MarshalByRefObject) |
| SetStrokeCaps(LineCap, LineCap) |
Define os limites usados para iniciar e encerrar as linhas que compõem esse limite personalizado.Sets the caps used to start and end lines that make up this custom cap. (Herdado de CustomLineCap) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |